diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-07-23 15:09:08 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-07-23 15:09:08 +0200 |
| commit | 4ae2f454115f3ab758ef9bf0b1f31e5b04ac934a (patch) | |
| tree | 54e50e15d738bfb82d1f5c81eb44e36b17fb9ac6 /tests/test_aptsources_ports.py | |
| parent | 544f14e0f2fb70b5a1f30786a93023a42d88290d (diff) | |
| download | python-apt-4ae2f454115f3ab758ef9bf0b1f31e5b04ac934a.tar.gz | |
tests: Prefix all docstring with the name of the file.
Diffstat (limited to 'tests/test_aptsources_ports.py')
| -rw-r--r-- | tests/test_aptsources_ports.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_aptsources_ports.py b/tests/test_aptsources_ports.py index 5594ec0b..f837585b 100644 --- a/tests/test_aptsources_ports.py +++ b/tests/test_aptsources_ports.py @@ -20,7 +20,7 @@ class TestAptSourcesPorts(unittest.TestCase): apt_pkg.config.set("Dir::Etc::sourceparts", "/xxx") def testMatcher(self): - """Test matcher.""" + """aptsources_ports: Test matcher.""" apt_pkg.config.set("Dir::Etc::sourcelist", "sources.list") sources = aptsources.sourceslist.SourcesList() distro = aptsources.distro.get_distro("Ubuntu", "hardy", "desc", |
