summaryrefslogtreecommitdiff
path: root/tests/old/cache.py
AgeCommit message (Collapse)AuthorFilesLines
2014-01-05make test_pep8.py passMichael Vogt1-2/+2
2013-10-21tests/old/*.py: Update to new API as wellJulian Andres Klode1-16/+16
2009-07-17tests: First work on the new testsuite.Julian Andres Klode1-0/+51
The module tests.test_all will run all available tests. Each test placed herein must be using unittest and provide at least 1 test case. It must be prefixed with test_.