dzs adapter¶
Running tests¶
Set up a new virtual environment, then install the module in it. The first line assumes you have
virtualenvwrapper
installed. If you don’t, you can replace it withpython3 -m venv .env && source .env/bin/activate
.
mkvirtualenv inmanta-test -p python3 -a .
pip install -e . -c requirements.txt -r requirements.dev.txt
Run tests
pytest tests