'Is there a way to get Django to report tests with compiling errors?

From what I can tell, tests that don't compile properly are not included in Django test results.

Is there a way to get Django to report the tests or test files that did not compile properly so I'm not left thinking everything in the test suite passed, but in actuality one of the test files did not compile properly and was not included in the test results?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source