Skip to content

Commit

Permalink
Test fixup_flags management command
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Jan 15, 2015
1 parent 9855cdb commit 435c967
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions weblate/trans/tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,10 @@ class UnLockTranslationTest(CheckGitTest):
command_name = 'unlock_translation'


class FixupFlagsTest(CheckGitTest):
command_name = 'fixup_flags'


class LockingCommandTest(RepoTestCase):
'''
Test locking and unlocking.
Expand Down

0 comments on commit 435c967

Please sign in to comment.