django/tests/gis_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
..
data
distapp Fixed #29955 -- Added support for distance expression to the dwithin lookup. 2019-08-23 21:28:28 +02:00
gdal_tests Fixed comment typo. 2019-05-09 17:04:50 +02:00
geo3d
geoadmin
geoapp Fixed #30890 -- Added MariaDB support for the relate lookup. 2019-10-18 07:46:31 +02:00
geogapp
geos_tests Used more specific unittest assertions in tests. 2019-10-29 12:37:30 +01:00
gis_migrations
inspectapp Added gis_tests.utils.mariadb hook. 2019-10-18 07:46:31 +02:00
layermap
maps
rasterapp Fixed typo in RasterField test name. 2019-05-27 13:40:03 +02:00
relatedapp
__init__.py
admin.py
models.py
test_data.py
test_fields.py
test_geoforms.py Fixed some typos in comments and docs. 2019-10-02 15:50:46 +02:00
test_geoip2.py Fixed #30461 -- Made GeoIP2 and GEOIP_PATH setting accept pathlib.Path as library path. 2019-08-13 19:44:10 +02:00
test_gis_tests_utils.py
test_measure.py
test_ptr.py
test_spatialrefsys.py
tests.py
utils.py Added gis_tests.utils.mariadb hook. 2019-10-18 07:46:31 +02:00