diff --git a/README.md b/README.md index 8458c77bcfb67934fe534857e4366cd37d1e9d41..31fb7f88977ac98d9fb5e98beeb24e1067c5fe39 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ It's possible you will need to add the platforms you want to run and build. The following documentation can be used to run the application in an Android emulator: \ https://cordova.apache.org/docs/en/latest/guide/platforms/android/index.html -##Tests +## Tests ### Django @@ -135,8 +135,10 @@ To run test for backend enter `python manage.py test` -With coverage TODO +With coverage: +`coverage run manage.py test` +`coverage report -m ./users/serializers.py ./workouts/permissions.py` ### Cypress