python (3.12.0)

(root)/
lib/
python3.12/
test/
test_unittest/
testmock/
__init__.py
       1  import os.path
       2  from test.support import load_package_tests
       3  
       4  
       5  def load_tests(*args):
       6      return load_package_tests(os.path.dirname(__file__), *args)