aboutsummaryrefslogtreecommitdiffstats
path: root/tests/serve_request.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* specify port to avoid test conflictEli Flanagan2020-02-031-1/+3
|
* Merge branch 'master' into fix-156Eli Flanagan2019-09-251-1/+0
|\
* | add a test for missing index fileEli Flanagan2019-09-251-1/+26
|/
* 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