-
- Downloads
added iptrunk_created workflow tests
parent
89bbd86c
No related branches found
No related tags found
This commit is part of merge request !72. Comments created here will be created in the context of that merge request.
Showing
- gso/services/provisioning_proxy.py 1 addition, 2 deletionsgso/services/provisioning_proxy.py
- requirements.txt 2 additions, 1 deletionrequirements.txt
- test/conftest.py 3 additions, 0 deletionstest/conftest.py
- test/fixtures.py 124 additions, 0 deletionstest/fixtures.py
- test/imports/conftest.py 1 addition, 124 deletionstest/imports/conftest.py
- test/workflows/__init__.py 16 additions, 15 deletionstest/workflows/__init__.py
- test/workflows/conftest.py 3 additions, 1 deletiontest/workflows/conftest.py
- test/workflows/iptrunks/iptrunks/test_create_iptrunks.py 154 additions, 0 deletionstest/workflows/iptrunks/iptrunks/test_create_iptrunks.py
- test/workflows/site/test_create_site.py 6 additions, 13 deletionstest/workflows/site/test_create_site.py
... | ... | @@ -14,4 +14,5 @@ mypy |
ruff | ||
sphinx | ||
sphinx-rtd-theme | ||
typer | ||
\ No newline at end of file | ||
typer | ||
urllib3_mock | ||
\ No newline at end of file |
test/fixtures.py
0 → 100644
Please register or sign in to comment