summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_simplelazyobject.py
AgeCommit message (Expand)Author
2013-05-21Use assertIsInstance in tests.Marc Tamlyn
2013-05-21Fixed #20212 - __reduce__ should only be defined for Py3+.Daniel Lindsley
2013-04-19Fix != operations on lazy objects.Alex Gaynor
2013-04-12Modified utils_tests for unittest2 discovery.Preston Timmons