You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,7 @@ docker-compose run --rm app ./manage.py help
104
104
* We use [pytest](https://docs.pytest.org/en/latest/contents.html) with the [pytest-django](https://pytest-django.readthedocs.io/en/latest/) plugin for running tests.
105
105
* Please add tests for your code when contributing.
106
106
* Run the test suite using `docker-compose run --rm app pytest`
107
+
* With test coverage report `docker-compose run --rm app pytest --cov-report=term --cov=.`
107
108
108
109
### Import Postman collection
109
110
Postman is a free interactive tool for verifying the APIs of your project. You can download it at postman.com/downloads.
0 commit comments