7552de7866
* assertIsNone()/assertIsNotNone() instead of comparing to None. * assertLess() for < comparisons. * assertIs() for 'is' expressions. * assertIsInstance() for isinstance() expressions. * rounding of assertAlmostEqual() for round() expressions. * assertIs(..., True/False) instead of comparing to True/False. * assertIs()/assertIsNot() for ==/!= comparisons. * assertNotEqual() for == comparisons. * assertTrue()/assertFalse() instead of comparing to True/False. |
||
---|---|---|
.. | ||
filepath_test_files | ||
__init__.py | ||
test_error_messages.py | ||
test_forms.py | ||
test_formsets.py | ||
test_i18n.py | ||
test_input_formats.py | ||
test_media.py | ||
test_renderers.py | ||
test_utils.py | ||
test_validators.py | ||
test_widgets.py | ||
tests.py |