-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: django
-
None
-
None
-
Python Drivers
-
Not Needed
-
None
-
None
-
None
-
None
-
None
-
None
Currently many tests in Django's test suite that MongoDB doesn't support are skipped. The expected behavior of these tests is to raise NotSupportedError along with a helpful message. To eliminate the risk of regressions in the exception raising behavior, it would be better to assert that each test raises a given message rather than skipping the test's execution.