diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-07-17 19:40:47 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-07-17 19:40:47 +0200 |
| commit | cbd822c9dfe8cf18d828bd558290f15775b4d837 (patch) | |
| tree | b9ee1d702dd85a5dc2cbd9303e7f31ca6b8ffa52 /tests/data | |
| parent | 9bd7c1dcf9942d6ce294aa5ac58d90d6c1aa9f51 (diff) | |
| download | python-apt-cbd822c9dfe8cf18d828bd558290f15775b4d837.tar.gz | |
tests: First work on the new testsuite.
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_.
Diffstat (limited to 'tests/data')
| -rw-r--r-- | tests/data/sources.list | 6 | ||||
| -rw-r--r-- | tests/data/sources.list.testDistribution | 13 |
2 files changed, 0 insertions, 19 deletions
diff --git a/tests/data/sources.list b/tests/data/sources.list deleted file mode 100644 index 5481d4f0..00000000 --- a/tests/data/sources.list +++ /dev/null @@ -1,6 +0,0 @@ -# comment 1 -deb http://de.archive.ubuntu.com/ubuntu/ edgy main -# comment 2 -deb http://de.archive.ubuntu.com/ubuntu/ edgy restricted -# comment 3 -deb http://de.archive.ubuntu.com/ubuntu/ edgy universe
\ No newline at end of file diff --git a/tests/data/sources.list.testDistribution b/tests/data/sources.list.testDistribution deleted file mode 100644 index 0f40e85a..00000000 --- a/tests/data/sources.list.testDistribution +++ /dev/null @@ -1,13 +0,0 @@ -deb http://de.archive.ubuntu.com/ubuntu/ hardy main -deb http://de.archive.ubuntu.com/ubuntu/ hardy restricted -deb http://de.archive.ubuntu.com/ubuntu/ hardy universe -deb http://de.archive.ubuntu.com/ubuntu/ hardy-updates universe multiverse -deb http://de.archive.ubuntu.com/ubuntu/ hardy-updates restricted -deb http://de.archive.ubuntu.com/ubuntu/ hardy-security main -deb http://de.archive.ubuntu.com/ubuntu/ hardy-security multiverse -deb http://ftp.debian.org/debian sid main -deb http://ubuntu.cs.uaf.edu/ubuntu/ hardy main -deb http://ubuntu.cs.uaf.edu/ubuntu/ hardy-backports main -deb http://archive.ubuntu.com/ubuntu/ intrepid main -deb cdrom:[Ubuntu 8.10 _Intrepid Ibex_ - Alpha]/ intrepid main -deb cdrom:[Ubuntu 8.04 _Hardy Heron_] hardy main
\ No newline at end of file |
