cpython/Lib/test/test_future_stmt/__init__.py
Victor Stinner 5baa8af8da
[3.12] gh-108303: Move test_future into its own test_future_stmt subdir (#109368) (#109679)
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>
2023-10-02 17:12:54 +02:00

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)