aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Test.pm
Commit message (Collapse)AuthorAgeLines
* Increase bcrypt cost.Matthew Somerville2018-02-01-6/+7
| | | | Though when running tests, decrease it for speed.
* Make sure gettext domain specified in all tests.Matthew Somerville2017-08-25-0/+2
|
* Move FixMyStreet::DB to FixMyStreet::DB::Schema.Matthew Somerville2017-08-09-1/+1
| | | | Store a schema object on FixMyStreet::DB instead.
* Run each test file in a transaction.Matthew Somerville2017-06-20-0/+30
This means that the tests can be run in parallel.