tpm/test
Bruno Sutic 9887bbe411 Add test readme 2014-07-17 22:40:56 +02:00
..
tests Enable running test suite via `run` script 2014-07-17 22:36:09 +02:00
README.md Add test readme 2014-07-17 22:40:56 +02:00
Vagrantfile Do not use (buggy) docker provisioner 2014-07-17 22:16:46 +02:00
run Enable running test suite via `run` script 2014-07-17 22:36:09 +02:00
vagrant_provisioning.sh Do not use (buggy) docker provisioner 2014-07-17 22:16:46 +02:00

README.md

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

Running test suite is easy:

# within `tpm` project directory

$ cd test           # enter test directory
$ ./run             # runs all the tests