Skip to content

Commit

Permalink
adding tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bloombar committed Apr 10, 2024
1 parent e172f9f commit d860e14
Show file tree
Hide file tree
Showing 5 changed files with 318 additions and 182 deletions.
4 changes: 3 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ flask-debugtoolbar = "==0.11.0"
itsdangerous = "==1.1.0"
jinja2 = "==2.11.3"
markupsafe = "==1.1.1"
pymongo = "==3.11.3"
pymongo = "*"
python-dotenv = "==0.16.0"
werkzeug = "==1.0.1"
pytest = "*"
pytest-flask = "*"

[dev-packages]

Expand Down
223 changes: 157 additions & 66 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d860e14

Please sign in to comment.