benschaf / waste-schedule

This is a waste-management App with CRUD functionality. Never forget to take out your bins on time! Connect with your community and be Eco-Conscious together.
0 stars 0 forks source link

python test coverage how to do?? #49

Closed benschaf closed 4 months ago

benschaf commented 4 months ago

coverage run --source=name-of-app manage.py test

coverage report

the coverage command isnt found when i try these in the console

benschaf commented 4 months ago

coverage run --omit=/site-packages/,/migrations/,env.py,*/init.py manage.py test

benschaf commented 4 months ago

I had to install coverage first ...

now I can run this test with the command above (maybe the ommited files have to be adapted)