pip install -r requirements-test.txt
To run tests:
pip install -e .
pytest
To run a test with profiling:
- Make sure graphviz is installed
- Run pytest with with profiling enabled:
pytest --profile-svg -k test_page_info
pip install -r requirements-test.txt
To run tests:
pip install -e .
pytest
To run a test with profiling:
pytest --profile-svg -k test_page_info