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