aboutsummaryrefslogtreecommitdiffstats
path: root/tests/serve_request.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove unnecessary importSven-Hendrik Haase2019-07-141-1/+0
|
* Also check directories in testsSven-Hendrik Haase2019-07-071-3/+16
|
* Make tests into their own proper modules without star importsSven-Hendrik Haase2019-05-011-1/+10
| | | | Star imports make it hard to see which imports a module is actually using so I prefer to have this be a bit more explicit.
* Move helpers.rs to fixtures/mod.rskhai96_2019-04-291-2/+2
|
* Split integration test into multiple fileskhai96_2019-04-281-0/+44