From 9887bbe411a1a1d2e95217b71969556037f6f6e8 Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Thu, 17 Jul 2014 22:40:56 +0200 Subject: [PATCH] Add test readme --- test/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/README.md diff --git a/test/README.md b/test/README.md new file mode 100644 index 0000000..08e9c45 --- /dev/null +++ b/test/README.md @@ -0,0 +1,16 @@ +# TPM tests + +- all testing is done with vagrant for complete isolation from + local development environment. +- `expect` program is used for testing tmux client (keybindings and some output) + +#### Running tests + +Requirements: [vagrant](https://www.vagrantup.com/) + +Running test suite is easy: + + # within `tpm` project directory + + $ cd test # enter test directory + $ ./run # runs all the tests