Skip to content

Instantly share code, notes, and snippets.

@sgraham
Created February 6, 2023 06:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgraham/8bd00db09c689c9214362d28c4be5690 to your computer and use it in GitHub Desktop.
Save sgraham/8bd00db09c689c9214362d28c4be5690 to your computer and use it in GitHub Desktop.
(pique) c:\src\pique>python scripts\run_win.py scripts\run_tests.py
#### Running: c:\src\pique\Scripts\python.exe ./tests/src_tests/base_test.py
#### Running: c:\src\pique\Scripts\python.exe ./tests/src_tests/lexer_test.py
#### Running: c:\src\pique\Scripts\python.exe ./tests/src_tests/parser_test.py
#### Running: c:\src\pique\Scripts\python.exe ./tests/src_tests/scope_test.py
#### Running: c:\src\pique\Scripts\python.exe ./tests/src_tests/translator_test.py
#### Running: c:\src\pique\Scripts\python.exe ./tests/src_tests/evaluator_test.py
#### Running: c:\src\pique\Scripts\python.exe ./tests/src_tests/expander_test.py
#### Running: c:\src\pique\Scripts\python.exe ./tests/src_tests/modules_test.py
#### Running: c:\src\pique\Scripts\python.exe ./tests/src_tests/tracing_test.py
#### Running: c:\src\pique\Scripts\python.exe ./tests/src_tests/print_source_test.py
#### Running: c:\src\pique\Scripts\python.exe ./tests/src_tests/interpreter_test.py
#### Running: c:\src\pique\Scripts\python.exe runtime/make_win.py closures_test
#### Running: c:\src\pique\Scripts\python.exe runtime/make_win.py errors_test
#### Running: c:\src\pique\Scripts\python.exe runtime/make_win.py internal_test
#### Running: c:\src\pique\Scripts\python.exe runtime/make_win.py lists_test
#### Running: c:\src\pique\Scripts\python.exe runtime/make_win.py names_test
#### Running: c:\src\pique\Scripts\python.exe runtime/make_win.py numbers_test
#### Running: c:\src\pique\Scripts\python.exe runtime/make_win.py strings_test
#### Running: c:\src\pique\Scripts\python.exe runtime/make_win.py values_test
#### PASSED in 0.158 seconds: c:\src\pique\Scripts\python.exe ./tests/src_tests/base_test.py
#### PASSED in 0.175 seconds: c:\src\pique\Scripts\python.exe ./tests/src_tests/scope_test.py
#### PASSED in 0.192 seconds: c:\src\pique\Scripts\python.exe ./tests/src_tests/lexer_test.py
#### PASSED in 0.240 seconds: c:\src\pique\Scripts\python.exe ./tests/src_tests/parser_test.py
#### PASSED in 0.261 seconds: c:\src\pique\Scripts\python.exe ./tests/src_tests/expander_test.py
#### PASSED in 0.443 seconds: c:\src\pique\Scripts\python.exe runtime/make_win.py internal_test
#### PASSED in 0.450 seconds: c:\src\pique\Scripts\python.exe runtime/make_win.py names_test
#### PASSED in 0.463 seconds: c:\src\pique\Scripts\python.exe runtime/make_win.py closures_test
#### PASSED in 0.464 seconds: c:\src\pique\Scripts\python.exe runtime/make_win.py lists_test
#### PASSED in 0.477 seconds: c:\src\pique\Scripts\python.exe runtime/make_win.py errors_test
#### PASSED in 0.489 seconds: c:\src\pique\Scripts\python.exe runtime/make_win.py strings_test
#### PASSED in 0.522 seconds: c:\src\pique\Scripts\python.exe ./tests/src_tests/modules_test.py
#### PASSED in 0.533 seconds: c:\src\pique\Scripts\python.exe ./tests/src_tests/translator_test.py
#### PASSED in 0.535 seconds: c:\src\pique\Scripts\python.exe runtime/make_win.py numbers_test
#### PASSED in 0.563 seconds: c:\src\pique\Scripts\python.exe runtime/make_win.py values_test
#### PASSED in 1.757 seconds: c:\src\pique\Scripts\python.exe ./tests/src_tests/print_source_test.py
#### PASSED in 2.923 seconds: c:\src\pique\Scripts\python.exe ./tests/src_tests/tracing_test.py
#### PASSED in 3.488 seconds: c:\src\pique\Scripts\python.exe ./tests/src_tests/evaluator_test.py
#### PASSED in 5.145 seconds: c:\src\pique\Scripts\python.exe ./tests/src_tests/interpreter_test.py
Summary: 19 passed, 0 failed in 5.148480 seconds
PASSED: c:\src\pique\Scripts\python.exe ./tests/src_tests/base_test.py
PASSED: c:\src\pique\Scripts\python.exe ./tests/src_tests/lexer_test.py
PASSED: c:\src\pique\Scripts\python.exe ./tests/src_tests/parser_test.py
PASSED: c:\src\pique\Scripts\python.exe ./tests/src_tests/scope_test.py
PASSED: c:\src\pique\Scripts\python.exe ./tests/src_tests/translator_test.py
PASSED: c:\src\pique\Scripts\python.exe ./tests/src_tests/evaluator_test.py
PASSED: c:\src\pique\Scripts\python.exe ./tests/src_tests/expander_test.py
PASSED: c:\src\pique\Scripts\python.exe ./tests/src_tests/modules_test.py
PASSED: c:\src\pique\Scripts\python.exe ./tests/src_tests/tracing_test.py
PASSED: c:\src\pique\Scripts\python.exe ./tests/src_tests/print_source_test.py
PASSED: c:\src\pique\Scripts\python.exe ./tests/src_tests/interpreter_test.py
PASSED: c:\src\pique\Scripts\python.exe runtime/make_win.py closures_test
PASSED: c:\src\pique\Scripts\python.exe runtime/make_win.py errors_test
PASSED: c:\src\pique\Scripts\python.exe runtime/make_win.py internal_test
PASSED: c:\src\pique\Scripts\python.exe runtime/make_win.py lists_test
PASSED: c:\src\pique\Scripts\python.exe runtime/make_win.py names_test
PASSED: c:\src\pique\Scripts\python.exe runtime/make_win.py numbers_test
PASSED: c:\src\pique\Scripts\python.exe runtime/make_win.py strings_test
PASSED: c:\src\pique\Scripts\python.exe runtime/make_win.py values_test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment