summaryrefslogtreecommitdiff
path: root/tests/test-data-ports
AgeCommit message (Collapse)AuthorFilesLines
2009-07-17tests: First work on the new testsuite.Julian Andres Klode1-59/+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-11-10* aptsources/distro.py:Michael Vogt1-0/+59
- add parameter to get_distro() to make unit testing easier * tests/test_aptsources_ports.py: - add test for arch specific handling (when sub arch is on a different mirror than "main" arches)