From 568eed9e79470b9ddf3e1b3bbad9123ada45eae8 Mon Sep 17 00:00:00 2001 From: François Freitag Date: Thu, 7 Mar 2019 21:58:30 +0100 Subject: Fixed #30245 -- Added -k option to DiscoverRunner. --- tests/test_runner_apps/simple/tests.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/test_runner_apps') 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 -- cgit v1.3