Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Forked from DIGIT-C4 / Netbox Plugins
131 commits behind, 3 commits ahead of the upstream repository.
Name Last commit Last update
..
e2e
README.md
__init__.py
requirements.e2e.txt

Testing the plugin

End to end

Prepare a python environment to execute the E2E tests suite

python3 -m venv venv
source venv/bin/activate
pip install -r tests/requirements.e2e.txt
python -m unittest discover tests/e2e