Skip to content

Commit

Permalink
add flask docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oro13 committed Jan 1, 2021
1 parent 4b64986 commit 9b8d92b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/tests/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Test Commands

To conduct tests, go to the api folder and run (from the venv):

`python3 -m pytest`
Expand All @@ -16,6 +18,8 @@ for test coverage:

normal pytest arguments work as well, placed before `--cov=app`.

## Resources for Testing

See the docs for more information:

[pytest](https://pytest.org/en/latest/index.html)
Expand All @@ -24,3 +28,4 @@ See the docs for more information:

[pytest-cov](https://pytest-flask.readthedocs.io)

[testing flask apps](https://flask.palletsprojects.com/en/1.1.x/testing/)

0 comments on commit 9b8d92b

Please sign in to comment.