Better name for test

This commit is contained in:
Samuel Mehrbrodt 2014-06-08 16:27:03 +02:00
parent 5c90d7847e
commit 08e41672cb
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ class TestUi(TestCase):
self.assertEqual('my tooltip', action.toolTip())
self.assertEqual('my statustip', action.statusTip())
def test_create_action_2(self):
def test_create_checked_enabled_visible_action(self):
"""
Test creating an action with the 'checked', 'enabled' and 'visible' properties.
"""