summaryrefslogtreecommitdiff
path: root/tests/gis_tests/test_measure.py
AgeCommit message (Expand)Author
2024-01-16Fixed #35117 -- Added support for the hectare unit in Area.Alexis Athlani
2023-06-25Fixed #34676 -- Normalized Distance()/Area() exceptions for nonexistent units.Andrew Northall
2022-07-23Removed unneeded test suite creation for GIS measure tests.Claude Paroz
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-01-18Fixed #32358 -- Fixed queryset crash when grouping by annotation with Distanc...Illia Volochii
2019-04-19Fixed #30341 -- Added support for the furlong unit in Distance.Dustin Neighly
2019-04-14Renamed camelCaseTestMethods to snake_case_test_methodsMarkus Holtermann
2017-05-24Refs #27804 -- Used subTest() in several tests.Bruno Alla
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-03-28Sorted single letter imports per the latest version of isort.Tim Graham
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-02-11Moved contrib.gis tests out of contrib.Tim Graham