summaryrefslogtreecommitdiff
path: root/tests/test_aptsources_ports.py
AgeCommit message (Collapse)AuthorFilesLines
2014-01-05make pyflakes cleanMichael Vogt1-1/+0
2011-07-29* tests/test_aptsources_ports.py, tests/test_aptsources.py:Michael Vogt1-2/+2
- use tmpdir during the tests to fix test failure with apt from experimental
2010-02-13* tests:Julian Andres Klode1-1/+5
- Fix aptsources tests to use local data files if available.
2009-07-23tests: Prefix all docstring with the name of the file.Julian Andres Klode1-1/+1
2009-07-17tests: Import more tests from tests/old.Julian Andres Klode1-0/+39
2009-07-17tests: First work on the new testsuite.Julian Andres Klode1-41/+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_.
2009-01-12Cleanup: Comparisons to True/False, ==/!= None, deprecated modulesJulian Andres Klode1-7/+11
2008-11-10* aptsources/distro.py:Michael Vogt1-0/+37
- 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)