Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Run each test file in a transaction. | Matthew Somerville | 2017-06-20 | -4/+1 |
| | | | | This means that the tests can be run in parallel. | |||
* | Remove unnecessary shebang lines. | Matthew Somerville | 2016-01-22 | -2/+0 |
| | ||||
* | Reduce use of FixMyStreet::App. | Matthew Somerville | 2015-12-02 | -2/+2 |
| | | | | Command line scripts don't need a full blown app, just database. | |||
* | Remove ms_current_timestamp() override function. | Matthew Somerville | 2015-08-13 | -61/+5 |
| | | | | | This override is not used anywhere, it dates from a very old long-gone test script, and causes issues with database query planning. | |||
* | Switch Token over to use RABXColumn and test that changes to the col behave ↵ | Edmund von der Burg | 2013-09-10 | -1/+45 |
| | | | | as expected | |||
* | Store tokens correctly | Edmund von der Burg | 2011-03-24 | -4/+19 |
| | ||||
* | Added tests for token | Edmund von der Burg | 2011-03-03 | -0/+81 |