Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Default run-tests with no arguments to run all. | Matthew Somerville | 2016-10-13 | -5/+5 |
| | ||||
* | Generate unique config per test run. | Matthew Somerville | 2016-08-09 | -1/+16 |
| | | | | | | | | This allows multiple test suites to run simultaneously (beforehand, a second run would overwrite the same config file and lose its database connection). Clean up the created config file on exit. | |||
* | Rename test-wrapper to run-tests. | Matthew Somerville | 2015-01-19 | -1/+1 |
| | | | | As that's what it does; and use it in Travis. | |||
* | Add a script to always test on a clean db/config. | Hakim Cassimally | 2014-12-12 | -0/+94 |
Fixes #786. |