django - Coverage.py warning: No data was collected -
i having problem on testing django application. passes tests coverage.py doesn't give report coverage. luck on this? thanks
try this:
$ coverage run --source='./' manage.py test myapp $ coverage report
Comments
Post a Comment