diff options
| author | François Freitag <mail@franek.fr> | 2019-03-07 21:58:30 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-04-30 16:20:51 +0200 |
| commit | 568eed9e79470b9ddf3e1b3bbad9123ada45eae8 (patch) | |
| tree | 6606bd5bad518d0aed7f892148f4aa8fbf4188cf /tests/test_runner_apps/simple | |
| parent | 719b7466203181066d9537d2e3bec687dffc9f41 (diff) | |
Fixed #30245 -- Added -k option to DiscoverRunner.
Diffstat (limited to 'tests/test_runner_apps/simple')
| -rw-r--r-- | tests/test_runner_apps/simple/tests.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_runner_apps/simple/tests.py b/tests/test_runner_apps/simple/tests.py index ac3e9daba0..edd822737c 100644 --- a/tests/test_runner_apps/simple/tests.py +++ b/tests/test_runner_apps/simple/tests.py @@ -55,3 +55,6 @@ class UnittestCase2(TestCase): def test_2(self): pass + + def test_3_test(self): + pass |
