mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
gh-110974: Make sure all test_zoneinfo tests are collected (GH-110975)
Test classes from the test_zoneinfo submodule were overridden by test classes from the test_zoneinfo_property submodule with the same name.
This commit is contained in:
parent
7237fb578d
commit
86276fe4f8
1 changed files with 5 additions and 2 deletions
|
|
@ -1,2 +1,5 @@
|
|||
from .test_zoneinfo import *
|
||||
from .test_zoneinfo_property import *
|
||||
import os
|
||||
from test.support import load_package_tests
|
||||
|
||||
def load_tests(*args):
|
||||
return load_package_tests(os.path.dirname(__file__), *args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue