diff --git a/tests/rules/test_django_south_ghost.py b/tests/rules/test_django_south_ghost.py index 83656467..bbc83fe5 100644 --- a/tests/rules/test_django_south_ghost.py +++ b/tests/rules/test_django_south_ghost.py @@ -37,7 +37,7 @@ south.exceptions.GhostMigrations: ! I'm not trusting myself; either fix this yourself by fiddling ! with the south_migrationhistory table, or pass --delete-ghost-migrations ! to South to have it delete ALL of these records (this may not be good). -''' +''' # noqa def test_match(stderr): diff --git a/tests/rules/test_mvn_no_command.py b/tests/rules/test_mvn_no_command.py index 1871716c..7e729457 100644 --- a/tests/rules/test_mvn_no_command.py +++ b/tests/rules/test_mvn_no_command.py @@ -25,7 +25,7 @@ def test_match(command): [INFO] Finished at: Wed Aug 26 13:05:47 BST 2015 [INFO] Final Memory: 6M/240M [INFO] ------------------------------------------------------------------------ -"""), +"""), # noqa Command(script='mvn --help'), Command(script='mvn -v') ]) diff --git a/tests/rules/test_mvn_unknown_lifecycle_phase.py b/tests/rules/test_mvn_unknown_lifecycle_phase.py index c4b4b7a5..b880fd20 100644 --- a/tests/rules/test_mvn_unknown_lifecycle_phase.py +++ b/tests/rules/test_mvn_unknown_lifecycle_phase.py @@ -25,7 +25,7 @@ def test_match(command): [INFO] Finished at: Wed Aug 26 13:05:47 BST 2015 [INFO] Final Memory: 6M/240M [INFO] ------------------------------------------------------------------------ -"""), +"""), # noqa Command(script='mvn --help'), Command(script='mvn -v') ])