Skip to content

Instantly share code, notes, and snippets.

@steve-s
Created October 21, 2022 13:39
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 steve-s/0bef047a380ff6527da2a5a44d34540e to your computer and use it in GitHub Desktop.
Save steve-s/0bef047a380ff6527da2a5a44d34540e to your computer and use it in GitHub Desktop.
kiwisolver tests output
$ HPY_LOG=1 PYTHONPATH=`pwd` pytest -s py/tests/
============== test session starts ==============
platform linux -- Python 3.8.13+, pytest-7.1.2, pluggy-1.0.0
rootdir: /some/path/to/kiwi
collecting ... Loading 'kiwisolver' in HPy universal mode
collected 49 items
py/tests/test_constraint.py ........
py/tests/test_expression.py ............
py/tests/test_solver.py ........
py/tests/test_strength.py ..
py/tests/test_term.py ............
py/tests/test_variable.py .......
============== 49 passed in 0.39s ===============
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment