mirror of
https://github.com/pocketpy/pocketpy
synced 2025-12-06 10:10:17 +00:00
5 lines
91 B
Python
5 lines
91 B
Python
import sys
|
|
|
|
assert len(sys.argv) == 2
|
|
assert (sys.argv[1] == 'tests/801_sys.py'), sys.argv
|