Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 255 Bytes

README-DEV.md

File metadata and controls

17 lines (14 loc) · 255 Bytes
pip install -r requirements-test.txt

To run tests:

pip install -e .
pytest

To run a test with profiling:

  1. Make sure graphviz is installed
  2. Run pytest with with profiling enabled:
pytest --profile-svg -k test_page_info