Stateless reverse proxy for thirdparty service integration with Iris API.
- create & source your virtualenv
- run
python setup.py develop
- run
pip install -r dev_requirements.txt
- edit ./configs/config.dev.yaml to setup API credential and other settings
Run tests:
make unit # unit tests
make e2e # e2e tests
make test # all tests, e2e + unit
NOTE: e2e tests requires a running API instance. You can tweak the api host,
port and key setting in configs/config.dev.yaml
.
Generate test coverage reports:
make e2e-cov
make unit-cov