aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/TestAppProve.pm
Commit message (Collapse)AuthorAgeLines
* Upgrade commonlib to read in config as Unicode.Matthew Somerville2017-10-10-2/+2
| | | | This means variables do not need decoding in a few places.
* Remove hardcoded states from Problem model.Matthew Somerville2017-08-31-1/+1
| | | | | We keep the internal states hardcoded, plus the core open (confirmed) and closed ones, but the remainder are moved to the database.
* Add switch-site script for easily switching configZarino Zappia2017-08-10-2/+2
| | | | | | | Given a set of config files of the format `conf/general-{cobrand}.yml` this script lets you easily create and recreate a symlink at `conf/general.yml` that points to the cobrand config of your choice. The test suite also then uses this naming convention.
* Test script should run 't' when other args given.Matthew Somerville2017-06-20-9/+9
|
* Default run-tests with no arguments to run all.Matthew Somerville2016-10-13-5/+5
|
* Generate unique config per test run.Matthew Somerville2016-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 Somerville2015-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 Cassimally2014-12-12-0/+94
Fixes #786.