summaryrefslogtreecommitdiff
path: root/tests/gis_tests/test_spatialrefsys.py
AgeCommit message (Collapse)Author
2016-12-07Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham
2016-09-17Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham
http://bugs.python.org/issue27364
2016-06-18Fixed #26753 -- Made GDAL a required dependency for contrib.gisClaude Paroz
Thanks Tim Graham for the review.
2016-05-31Fixed #25645 -- Dropped support for SpatiaLite < 4.0.Tim Graham
2016-04-19Fixed #26512 -- Added tests for SpatialRefSysMixin.get_units().Nicolas NoƩ
2015-04-28Fixed #24714 -- Used more specific assertions than assertEqual in tests.Alasdair Nicol
2015-02-11Moved contrib.gis tests out of contrib.Tim Graham