aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Update /screenings endpoint to return full info on screenings.Harald Eilertsen2019-04-281-4/+4
* Import model structs to main models module.Harald Eilertsen2019-04-081-6/+2
* Move functions to query/modify db to connection object.Harald Eilertsen2019-04-081-10/+9
* Fix warnings from test runs.Harald Eilertsen2019-04-081-4/+2
* Add endpoint to fetch screenings from the database.Harald Eilertsen2019-04-081-2/+32
* Refactor tests to always load fixtures, and sync execution.Harald Eilertsen2019-04-021-25/+42
* Renamed test file.Harald Eilertsen2019-04-021-0/+0
* Add route to fetch films from database.Harald Eilertsen2019-04-021-3/+38
* Refactor room tests, move server and db setup to function.Harald Eilertsen2019-03-211-21/+30
* Actually fetch available rooms from the database.Harald Eilertsen2019-03-211-3/+31
* Pass database url into build_rocket helper function.Harald Eilertsen2019-03-201-1/+4
* Use rocket_contrib's JsonValue as return type.Harald Eilertsen2019-03-041-0/+2
* Begin implement /rooms endpoint.Harald Eilertsen2019-03-041-0/+27