rename test files

This commit is contained in:
张皓晟 2025-12-04 19:52:22 +08:00
parent 73a0f4841f
commit c9531a8ae8
85 changed files with 5 additions and 5 deletions

4
tests/801_sys.py Normal file
View File

@ -0,0 +1,4 @@
import sys
assert len(sys.argv) == 2
assert (sys.argv[1] == 'tests/801_sys.py'), sys.argv

View File

@ -7,7 +7,7 @@ except KeyError:
actual = traceback.format_exc()
expected = '''Traceback (most recent call last):
File "tests/80_traceback.py", line 5
File "tests/802_traceback.py", line 5
b = a[6]
KeyError: 6'''

View File

@ -1,4 +0,0 @@
import sys
assert len(sys.argv) == 2
assert (sys.argv[1] == 'tests/80_sys.py'), sys.argv