summaryrefslogtreecommitdiff
path: root/django/contrib/gis/tests/test_measure.py
Commit message (Expand)AuthorAgeFilesLines
* Moved contrib.gis tests out of contrib.Tim Graham2015-02-111-279/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-6/+6
* Used more specific test assertions.Aymeric Augustin2014-04-091-1/+1
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-5/+5
* Fixed all E226 violationsAlex Gaynor2013-11-031-1/+1
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+2
* Continue to attack E302 violationsAlex Gaynor2013-11-021-0/+1
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-1/+1
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Removed a ton of unused local varsAlex Gaynor2013-09-081-20/+6
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+2
* Fixed #17754 -- Refactored gis.measureClaude Paroz2012-06-141-4/+2
* Replaced deprecated TestCase methods. Refs #17049.Claude Paroz2012-05-031-4/+4
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-60/+15
* Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee2011-03-031-7/+7
* Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee2010-10-111-26/+27
* Fixed #12390 -- `Distance` and `Area` objects now support multiplication when...Justin Bronn2009-12-171-1/+4
* Merged the gis branch into trunk.Justin Bronn2008-08-051-0/+333