summaryrefslogtreecommitdiff
path: root/tests/test_extract_archive.py
AgeCommit message (Collapse)AuthorFilesLines
2009-07-17tests: First work on the new testsuite.Julian Andres Klode1-10/+0
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_.
2008-07-31* python/apt_instmodule.cc:Michael Vogt1-0/+10
- do not change working dir in debExtractArchive() (LP: #184093)