Running TestsΒΆ
You can run tests by executing:
python -m venv env
source env/bin/activate
pip install -r tests/requirements/base.txt
pytest
You can run tests by executing:
python -m venv env
source env/bin/activate
pip install -r tests/requirements/base.txt
pytest