Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/utils_tests/test_simplelazyobject.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #21840 -- Moved dunder methods from SimpleLazyObjec...Baptiste Mispelon2014-03-131-173/+3
* Fixing E302 ErrorsJason Myers2013-11-031-0/+1
* Removed unused local variables in tests.Tim Graham2013-10-191-7/+7
* Fixed #21118 -- Isolated a test that uses the database.Tim Graham2013-09-181-12/+14
* Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin2013-09-021-1/+1
* Regression test and patch for ticket #20924.Nick Bruun2013-08-151-0/+13
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-1/+1
* Fixed #20212 - __reduce__ should only be defined for Py3+.Daniel Lindsley2013-05-211-0/+22
* Fix != operations on lazy objects.Alex Gaynor2013-04-191-0/+9
* Modified utils_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+154