Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/utils_tests/test_simplelazyobject.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #21840 -- Moved dunder methods from ↵Baptiste Mispelon2014-03-131-173/+3
| | | | | | | | SimpleLazyObject to LazyObject. This commit also added tests for LazyObject and refactored the testsuite of SimpleLazyObject so that it can share test cases with LazyObject.
* Fixing E302 ErrorsJason Myers2013-11-031-0/+1
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* 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
| | | | Thanks rmboggs for the report.
* 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
| | | | Refs #20680.
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-1/+1
| | | | Gives much nicer errors when it fails.
* 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