tests: unit tests for models and api endpoints
- done - client and token model - client and token api endpoints - send api endpoint - todo - notify api endpoint - receive api endpoint
Showing
Pipfile
0 → 100644
Pipfile.lock
0 → 100644
api_client_test.py
0 → 100644
api_send_test.py
0 → 100644
api_token_test.py
0 → 100644
conftest.py
0 → 100644
endpoints/client.py
0 → 100644
models/client_model.py
0 → 100644
models/client_model_test.py
0 → 100644
models/token_model_test.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 | ||
... | ... |
Please register or sign in to comment