summaryrefslogtreecommitdiff
path: root/README.testing
diff options
context:
space:
mode:
authorAlberto <alberto.ruiz@codethink.co.uk>2011-10-03 15:29:29 +0100
committerAlberto <alberto.ruiz@codethink.co.uk>2011-10-03 15:29:29 +0100
commit7000a3a6909294aed8c3ad794edbdddc3261c45c (patch)
tree0a1c553d30217e4e4128a1d5bb7c6b29e3ddfa39 /README.testing
parent02203eb936986e6b6b0b366120c6b3407f37d91c (diff)
downloadtbdiff-7000a3a6909294aed8c3ad794edbdddc3261c45c.tar.gz
Improvements to the test framework and documentation
Diffstat (limited to 'README.testing')
-rw-r--r--README.testing20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.testing b/README.testing
new file mode 100644
index 0000000..36f2453
--- /dev/null
+++ b/README.testing
@@ -0,0 +1,20 @@
+The testing framework basically aims to run the create and deploy tools in a
+controlled environment to check for any regressions during code changes and
+refactoring.
+
+This are the rules of the test club:
+
+- For each new feature there should be a unit test
+- For each bug fixed there should be a unit test
+
+Running the test suite
+----------------------
+You need to change to the tests directory and execute run_tests.sh:
+
+$ ./run_tests.sh
+
+
+Anatomy of a unit test
+----------------------
+
+Each test