-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π¦οΈ (Flask-Smorest) Update Flask-Smorest project
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule using-flask-smorest-docker
updated
23 files
+2 β1 | .dockerignore | |
+2 β0 | .flake8 | |
+38 β0 | .github/workflows/python-app.yml | |
+1 β1 | Dockerfile | |
+117 β0 | app.py | |
+43 β0 | conftest.py | |
+0 β116 | main.py | |
+0 β25 | models/item.py | |
+1 β23 | models/store.py | |
+3 β23 | models/tag.py | |
+1 β23 | models/user.py | |
+3 β0 | requirements-dev.txt | |
+0 β1 | resources/__init__.py | |
+32 β0 | resources/__tests__/conftest.py | |
+156 β0 | resources/__tests__/test_item.py | |
+220 β0 | resources/__tests__/test_store.py | |
+121 β0 | resources/__tests__/test_tag.py | |
+201 β0 | resources/__tests__/test_user.py | |
+32 β34 | resources/item.py | |
+29 β24 | resources/store.py | |
+74 β59 | resources/tag.py | |
+15 β13 | resources/user.py | |
+21 β37 | schemas.py |