aboutsummaryrefslogtreecommitdiffstats
path: root/tests/apitests.rs
Commit message (Collapse)AuthorAgeFilesLines
* Refactor tests to always load fixtures, and sync execution.Harald Eilertsen2019-04-021-25/+42
| | | | | | | Rust will run tests in parallel by default, which does not work too well with using db transactions as a means to isolate changes in the database between tests. So we have to run the database tests one at a time, thus the mutex.
* Renamed test file.Harald Eilertsen2019-04-021-0/+104