mirror of
https://github.com/python/cpython.git
synced 2026-07-28 04:42:09 -04:00
+1








60202609a2
Co-authored-by: Lysandros Nikolaou <[email protected]> Co-authored-by: Bénédikt Tran <[email protected]> Co-authored-by: Adam Turner <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Wingy <[email protected]> Co-authored-by: Koudai Aono <[email protected]> Co-authored-by: Dave Peck <[email protected]> Co-authored-by: Terry Jan Reedy <[email protected]> Co-authored-by: Paul Everitt <[email protected]> Co-authored-by: sobolevn <[email protected]>
6 lines
142 B
Python
6 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)
|