Merge branch '23-unit-tests-for-http-api-endpoints' into 'dev'
Resolve "Unit tests for HTTP API endpoints" Closes #23 See merge request !11
Showing
Pipfile
0 → 100644
Pipfile.lock
0 → 100644
This diff is collapsed.
conftest.py
0 → 100644
models/client_model.py
0 → 100644
requirements-dev.txt
0 → 100644
... | ... | @@ -16,7 +16,7 @@ jinja2==3.1.2 ; python_version >= '3.7' |
kombu==5.2.4 ; python_version >= '3.7' | ||
markupsafe==2.1.1 ; python_version >= '3.7' | ||
marshmallow==3.19.0 | ||
packaging==21.3 ; python_version >= '3.6' | ||
packaging>=22.0 ; python_version >= '3.6' | ||
pika==1.3.1 | ||
pubsubpy==2.3.0 | ||
pycparser==2.21 | ||
... | ... |
tests/api_client_test.py
0 → 100644
tests/api_notify_test.py
0 → 100644
Please register or sign in to comment