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/old/hashsum_test.data | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/old/hashsum_test.data (limited to 'tests/old/hashsum_test.data') diff --git a/tests/old/hashsum_test.data b/tests/old/hashsum_test.data new file mode 100644 index 00000000..19102815 --- /dev/null +++ b/tests/old/hashsum_test.data @@ -0,0 +1 @@ +foo \ No newline at end of file -- cgit v1.2.3