mirror of
https://github.com/pocketpy/pocketpy
synced 2026-02-04 06:30:17 +00:00
6 lines
85 B
Python
6 lines
85 B
Python
import sys
|
|
|
|
filename = 'tests/801_sys.py'
|
|
assert (sys.argv == [filename]), sys.argv
|
|
|