I am using Jenkins to run unit-tests on a Django project via django-jenkins.
Recently, I found that some of the unit-tests wasn't being executed (someone had mistakenly changed an import
, causing Jenkins to miss some of the unit-test files).
Is there a way to assert
on the number of tests that Jenkins executes?, or the number of test-packages?