mirror of
https://github.com/python/cpython.git
synced 2025-08-10 03:49:18 +00:00

gh-108303: Move `test_future` into its own test_future_stmt subdir (#109368)
(cherry picked from commit 82505dc351
)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
6 lines
132 B
Python
6 lines
132 B
Python
import os
|
|
from test import support
|
|
|
|
|
|
def load_tests(*args):
|
|
return support.load_package_tests(os.path.dirname(__file__), *args)
|