Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/datatypes
Commit message (Collapse)AuthorAgeFilesLines
* Used assertIsInstance in tests.Alasdair Nicol2015-04-271-1/+2
|
* Fixed #23620 -- Used more specific assertions in the ↵Berker Peksag2014-11-031-1/+1
| | | | Django test suite.
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
|
* Fixed all E251 violationsAlex Gaynor2013-11-031-1/+1
|
* PEP8 cleanupJason Myers2013-11-031-0/+1
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed all E261 warningscoagulant2013-11-031-1/+1
|
* Removed some more unused local varsAlex Gaynor2013-09-081-3/+3
|
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-3/+3
| | | | Gives much nicer errors when it fails.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+124