Skip to content

Testing#

docker setup#

make build_lang
docker-compose run --rm facets-api pytest tests
or
make all

virtual env setup#

  • Checkout tests directory
    make build_lang
    pytest