From cbd822c9dfe8cf18d828bd558290f15775b4d837 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Fri, 17 Jul 2009 19:40:47 +0200 Subject: 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_. --- tests/data/sources.list | 6 ------ tests/data/sources.list.testDistribution | 13 ------------- 2 files changed, 19 deletions(-) delete mode 100644 tests/data/sources.list delete mode 100644 tests/data/sources.list.testDistribution (limited to 'tests/data') 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 -- cgit v1.2.3