summaryrefslogtreecommitdiff
path: root/tests/old/lock.py
AgeCommit message (Collapse)AuthorFilesLines
2013-10-21tests/old/*.py: Update to new API as wellJulian Andres Klode1-6/+6
2011-01-10merged lp:~geser/ubuntu/natty/python-apt/build-with-py3.2 (manually as bzr ↵Michael Vogt1-1/+1
thinks the branches have nothing in common)
2009-07-17tests: First work on the new testsuite.Julian Andres Klode1-0/+47
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_.