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