diff options
Diffstat (limited to 'tests/test_runner_apps/sample/tests_sample.py')
| -rw-r--r-- | tests/test_runner_apps/sample/tests_sample.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_runner_apps/sample/tests_sample.py b/tests/test_runner_apps/sample/tests_sample.py index 6e876ebd41..46d1c07e84 100644 --- a/tests/test_runner_apps/sample/tests_sample.py +++ b/tests/test_runner_apps/sample/tests_sample.py @@ -18,7 +18,8 @@ class TestDjangoTestCase(DjangoTestCase): class TestZimpleTestCase(SimpleTestCase): - # Z is used to trick this test case to appear after Vanilla in default suite + # Z is used to trick this test case to appear after Vanilla in default + # suite def test_sample(self): self.assertEqual(1, 1) |
