Reformatted after template update

This commit is contained in:
Enric Tobella
2022-09-01 11:04:43 +02:00
parent 479efcaa46
commit 0203e5b621
25 changed files with 136 additions and 126 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)