test tweak again

This commit is contained in:
rocky
2022-04-21 05:34:15 -04:00
parent 433d7003e0
commit f3ac70d0ea
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@@ -14,7 +14,8 @@ import os.path as osp
assert osp == path
from os.path import join as jj
assert path.join == jj
assert path.join("a", "b") == jj("a", "b")
if len(__file__) == 0:
# a.b.c should force consecutive LOAD_ATTRs