Skip to content
Snippets Groups Projects
Commit cde495eb authored by Pernille Nødtvedt Welle-Watne's avatar Pernille Nødtvedt Welle-Watne
Browse files

Update README.md

parent e99d34de
No related branches found
No related tags found
No related merge requests found
Pipeline #116873 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment