mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #30245 -- Added -k option to DiscoverRunner.
This commit is contained in:
committed by
Mariusz Felisiak
parent
719b746620
commit
568eed9e79
@@ -55,3 +55,6 @@ class UnittestCase2(TestCase):
|
||||
|
||||
def test_2(self):
|
||||
pass
|
||||
|
||||
def test_3_test(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user