xref: /third_party/python/Lib/test/test_capi/__init__.py (revision 7db96d56)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/python/Lib/test/test_capi/
1import os
2from test.support import load_package_tests
3
4def load_tests(*args):
5    return load_package_tests(os.path.dirname(__file__), *args)
6

Indexes created Thu Nov 07 10:32:03 CST 2024