mirror of
https://github.com/python/cpython.git
synced 2025-10-30 13:11:29 +00:00
bpo-31043: fixed test_datetime run twice. (GH-2891)
This commit is contained in:
parent
2db64823c2
commit
ede9084476
1 changed files with 0 additions and 2 deletions
|
|
@ -50,8 +50,6 @@ def tearDownClass(cls_):
|
||||||
cls.tearDownClass = tearDownClass
|
cls.tearDownClass = tearDownClass
|
||||||
all_test_classes.extend(test_classes)
|
all_test_classes.extend(test_classes)
|
||||||
|
|
||||||
all_test_classes.extend(test_classes)
|
|
||||||
|
|
||||||
def test_main():
|
def test_main():
|
||||||
run_unittest(*all_test_classes)
|
run_unittest(*all_test_classes)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue