summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_lazyobject.py
AgeCommit message (Collapse)Author
2014-03-27[1.7.x] Fixed a deprecation warning on Python 3.Tim Graham
Backport of c19bbefca2 from master
2014-03-13Fixed #21840 -- Moved dunder methods from SimpleLazyObject to LazyObject.Baptiste Mispelon
This commit also added tests for LazyObject and refactored the testsuite of SimpleLazyObject so that it can share test cases with LazyObject.