django1/tests/gis_tests/geos_tests
Nick Pope 7552de7866 Used more specific unittest assertions in tests.
* 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.
2019-10-29 12:37:30 +01:00
..
__init__.py
test_coordseq.py Added test for GEOSCoordSeq.__getitem__(). 2017-07-13 12:46:59 -04:00
test_geos.py Used more specific unittest assertions in tests. 2019-10-29 12:37:30 +01:00
test_geos_mutation.py Removed obsolete HAS_GEOS variable for test skipping. 2017-05-04 20:45:18 -04:00
test_io.py Removed obsolete HAS_GEOS variable for test skipping. 2017-05-04 20:45:18 -04:00
test_mutable_list.py Refs #28909 -- Simplifed code using unpacking generalizations. 2018-09-28 09:57:12 -04:00