- Create a virtual env, switch to it
- Install requirements in
requirements-dev.txt
- Run
pytest
. This will bring up test-time dependencies usingdocker-compose
and tear down appropriately.
- Run
ci-tests.sh
. Onlydocker
anddocker-compose
is required.
8000