This repo contains tests used by Firefox Test Engineering for verifying the Kinto stack being used to power Mozilla's Web Extensions system.
Please install the following tools:
- Python 3.6 or greater
- pipenv
To create a virtual environment and activate it, please use the following commands:
pipenv install
pipenv shell
To run our test suite, use the following command:
py.test --env=<environment> config-tests/
where <environment>
is stage
or prod