mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
Update run_tests.py
This commit is contained in:
parent
40a37d1846
commit
5160c95b21
@ -20,6 +20,6 @@ def test_dir(path):
|
||||
return not has_error
|
||||
|
||||
if __name__ == '__main__':
|
||||
ok = test_dir('./tests')
|
||||
ok = test_dir('tests')
|
||||
if ok:
|
||||
print("ALL TESTS PASSED")
|
Loading…
x
Reference in New Issue
Block a user