pocketlang/tests/modules/path.pk

6 lines
94 B
Plaintext
Raw Normal View History

2022-05-28 03:07:58 +08:00
import path
THIS_PATH = path.dirname(__file__)
assert('path.pk' in path.listdir(THIS_PATH))