diff options
Diffstat (limited to 'Lib/test/test_inspect/__init__.py')
-rw-r--r-- | Lib/test/test_inspect/__init__.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/test/test_inspect/__init__.py b/Lib/test/test_inspect/__init__.py new file mode 100644 index 0000000..f2a39a3 --- /dev/null +++ b/Lib/test/test_inspect/__init__.py @@ -0,0 +1,6 @@ +import os +from test import support + + +def load_tests(*args): + return support.load_package_tests(os.path.dirname(__file__), *args) |