Removed the Requirement to Install Python and NodeJS (Now Bundled with Borealis)
This commit is contained in:
5
Dependencies/Python/Lib/test/test_pathlib/__init__.py
vendored
Normal file
5
Dependencies/Python/Lib/test/test_pathlib/__init__.py
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
import os
|
||||
from test.support import load_package_tests
|
||||
|
||||
def load_tests(*args):
|
||||
return load_package_tests(os.path.dirname(__file__), *args)
|
1654
Dependencies/Python/Lib/test/test_pathlib/test_pathlib.py
vendored
Normal file
1654
Dependencies/Python/Lib/test/test_pathlib/test_pathlib.py
vendored
Normal file
File diff suppressed because it is too large
Load Diff
2497
Dependencies/Python/Lib/test/test_pathlib/test_pathlib_abc.py
vendored
Normal file
2497
Dependencies/Python/Lib/test/test_pathlib/test_pathlib_abc.py
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user