[IMP] update dotfiles [ci skip]

This commit is contained in:
oca-git-bot
2022-03-31 17:22:14 +02:00
committed by Nils Hamerlinck
parent 0a36c57ff5
commit b0816532e8
6 changed files with 42 additions and 42 deletions

View File

@@ -34,11 +34,11 @@ class TestWizardPrintRecordLabel(TransactionCase):
)
def test_create_action(self):
""" Check the creation of action """
"""Check the creation of action"""
self.label.create_action()
self.assertTrue(self.label.action_window_id)
def test_unlink_action(self):
""" Check the unlink of action """
"""Check the unlink of action"""
self.label.unlink_action()
self.assertFalse(self.label.action_window_id)