mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Add Python JSON tests (#407)
This commit is contained in:
parent
d25a67f4eb
commit
f6df29cc3d
24 changed files with 536 additions and 345 deletions
1
third_party/python/Lib/test/test_pathlib.py
vendored
1
third_party/python/Lib/test/test_pathlib.py
vendored
|
@ -1174,6 +1174,7 @@ join = lambda *x: os.path.join(BASE, *x)
|
|||
rel_join = lambda *x: os.path.join(TESTFN, *x)
|
||||
|
||||
def symlink_skip_reason():
|
||||
return "no system support for symlinks"
|
||||
if not pathlib.supports_symlinks:
|
||||
return "no system support for symlinks"
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue