mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00

Move some C API tests into Lib/test/test_capi/.
(cherry picked from commit f883b7f8ee
)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
5 lines
142 B
Python
5 lines
142 B
Python
import os
|
|
from test.support import load_package_tests
|
|
|
|
def load_tests(*args):
|
|
return load_package_tests(os.path.dirname(__file__), *args)
|