From 3081f939455c4f5367d8d7ef36258dd36f07da88 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 30 Dec 2013 10:43:59 -0600 Subject: add doc for testing in painload --- cholerab/Testing | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 cholerab/Testing (limited to 'cholerab') diff --git a/cholerab/Testing b/cholerab/Testing new file mode 100644 index 00000000..0f0d78ef --- /dev/null +++ b/cholerab/Testing @@ -0,0 +1,17 @@ +# Tests in Painload +every subdir in // `should` contain a Makefile which supports 'make test'. +The exit code must be 0 if all tests went fine, not 1 if some tests of the +subdirectory fucked up. + +//util //retiolum and //ship are currently using an asynchronous test runner +which outputs test results in TAP (test anything protocol) format. + +# Docker Tests +Some Tests are using docker as a container testing facility. These tests +contain of a runner script for the make test command and a script which +will be run in the docker container. +For examples see //retiolum/t/docker/ + +# Continuous Integration +currently we are running CI with buildbot on http://cband:8010 . +Configuration is in krebs:ci/buildbot . -- cgit v1.2.3