Skip to content

Instantly share code, notes, and snippets.

@sgraham
Created February 6, 2023 05:16
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/e6416b03d36e78514c25453b06467566 to your computer and use it in GitHub Desktop.
Save sgraham/e6416b03d36e78514c25453b06467566 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
#### PASSED in 0.120 seconds: c:\src\pique\Scripts\python.exe ./tests/src_tests/base_test.py
#### PASSED in 0.131 seconds: c:\src\pique\Scripts\python.exe ./tests/src_tests/scope_test.py
#### PASSED in 0.149 seconds: c:\src\pique\Scripts\python.exe ./tests/src_tests/lexer_test.py
#### PASSED in 0.177 seconds: c:\src\pique\Scripts\python.exe ./tests/src_tests/parser_test.py
#### PASSED in 0.191 seconds: c:\src\pique\Scripts\python.exe ./tests/src_tests/expander_test.py
#### PASSED in 0.356 seconds: c:\src\pique\Scripts\python.exe ./tests/src_tests/translator_test.py
#### PASSED in 0.427 seconds: c:\src\pique\Scripts\python.exe ./tests/src_tests/modules_test.py
#### PASSED in 1.600 seconds: c:\src\pique\Scripts\python.exe ./tests/src_tests/print_source_test.py
#### PASSED in 2.733 seconds: c:\src\pique\Scripts\python.exe ./tests/src_tests/tracing_test.py
#### PASSED in 3.309 seconds: c:\src\pique\Scripts\python.exe ./tests/src_tests/evaluator_test.py
Summary: 10 passed, 0 failed in 3.310932 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment