[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 1.24.2-95-g5995de2



The following commit has been merged in the master branch:
commit 90fef5c8dac6b2ea8673a216b002ba6eb0e3ec16
Author: Frank Lichtenheld <djpig@debian.org>
Date:   Fri Aug 8 20:19:05 2008 -0300

    t/tests/README: Add some notes about test naming

diff --git a/t/tests/README b/t/tests/README
new file mode 100644
index 0000000..2edd2b6
--- /dev/null
+++ b/t/tests/README
@@ -0,0 +1,26 @@
+TEST NAMING CONVENTIONS
+=======================
+
+Each test name should begin with the name of the part tested,
+e.g.
+
+<checkname>-...
+<unpackname>-...
+lintian-...
+lintian-info-...
+
+The .desc file names should start with a number to get a more
+deterministic order. You do not need to use unique numbers, only
+enough to make the order deterministic and to your liking!
+
+Number ranges:
+
+0000 - 0999	Basic test, that generally just assure that the test
+		suite and lintian are not completly broken
+1000 - 1999	Tests for lib/
+2000 - 2999	Tests for frontend/
+3000 - 3999	Tests for unpack/
+4000 - 4999	Tests for collection/
+5000 - 6999	Tests for checks/
+7000 - 8999	<unused>
+9000 - 9999	Tests for reporting/

-- 
Debian package checker


Reply to: