aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-testrepository/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-testrepository/pkg-descr')
-rw-r--r--devel/py-testrepository/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/py-testrepository/pkg-descr b/devel/py-testrepository/pkg-descr
new file mode 100644
index 000000000000..b59e3029a68e
--- /dev/null
+++ b/devel/py-testrepository/pkg-descr
@@ -0,0 +1,12 @@
+The package provides a database of test results which can be used as part of
+developer workflow to ensure/check things like:
+
+- No commits without having had a test failure, test fixed cycle.
+- No commits without new tests being added.
+- What tests have failed since the last commit (to run just a subset).
+- What tests are currently failing and need work.
+
+Test results are inserted using subunit (and thus anything that can output
+subunit or be converted into a subunit stream can be accepted).
+
+WWW: https://launchpad.net/testrepository