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
@@ -104,6 +108,7 @@ docker-compose run --rm app ./manage.py help
104
108
* 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
109
* Please add tests for your code when contributing.
106
110
* Run the test suite using `docker-compose run --rm app pytest`
111
+
* With test coverage report `docker-compose run --rm app pytest --cov-report=term --cov=.`
107
112
108
113
### Import Postman collection
109
114
Postman is a free interactive tool for verifying the APIs of your project. You can download it at postman.com/downloads.
0 commit comments