summaryrefslogtreecommitdiff
path: root/tests/data/sources.list
AgeCommit message (Collapse)AuthorFilesLines
2009-07-17tests: First work on the new testsuite.Julian Andres Klode1-6/+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_.
2006-09-05* tests/test_aptsources.py:Michael Vogt1-0/+6
- added unittest code and implement some basic tests for the aptsources.py code * UpdateManager/Common/aptsources.py: - added __eq__ method to SourceEntry