summaryrefslogtreecommitdiff
path: root/tests/gis_tests/test_measure.py
Commit message (Expand)AuthorAgeFilesLines
* Removed unneeded test suite creation for GIS measure tests.Claude Paroz2022-07-231-15/+0
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-21/+27
* Fixed #32358 -- Fixed queryset crash when grouping by annotation with Distanc...Illia Volochii2021-01-181-0/+16
* Fixed #30341 -- Added support for the furlong unit in Distance.Dustin Neighly2019-04-191-1/+6
* Renamed camelCaseTestMethods to snake_case_test_methodsMarkus Holtermann2019-04-141-19/+19
* Refs #27804 -- Used subTest() in several tests.Bruno Alla2017-05-241-1/+2
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+1
* Sorted single letter imports per the latest version of isort.Tim Graham2016-03-281-1/+1
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-2/+4
* Moved contrib.gis tests out of contrib.Tim Graham2015-02-111-0/+279