TestingΒΆ

page does not have many dependencies, but to make sure everything is correctly configured, the user is encouraged to test the library prior to use.

In order to do this, install testing requirements and simply run pytest:

pip install page-enrichment[testing]
pytest --pyargs page

Pytest will output summary results (see for example) and further outputs can be seen in ${TMPDIR}/pytest-of-${USER}/ or /tmp/pytest-of-${USER}/ if $TMPDIR is not defined.