mirror of
https://github.com/pocketpy/pocketpy
synced 2025-12-08 03:00:16 +00:00
rename test files
This commit is contained in:
parent
73a0f4841f
commit
c9531a8ae8
4
tests/801_sys.py
Normal file
4
tests/801_sys.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
import sys
|
||||||
|
|
||||||
|
assert len(sys.argv) == 2
|
||||||
|
assert (sys.argv[1] == 'tests/801_sys.py'), sys.argv
|
||||||
@ -7,7 +7,7 @@ except KeyError:
|
|||||||
actual = traceback.format_exc()
|
actual = traceback.format_exc()
|
||||||
|
|
||||||
expected = '''Traceback (most recent call last):
|
expected = '''Traceback (most recent call last):
|
||||||
File "tests/80_traceback.py", line 5
|
File "tests/802_traceback.py", line 5
|
||||||
b = a[6]
|
b = a[6]
|
||||||
KeyError: 6'''
|
KeyError: 6'''
|
||||||
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
import sys
|
|
||||||
|
|
||||||
assert len(sys.argv) == 2
|
|
||||||
assert (sys.argv[1] == 'tests/80_sys.py'), sys.argv
|
|
||||||
Loading…
x
Reference in New Issue
Block a user