aboutsummaryrefslogtreecommitdiffstats
path: root/tests/serve_request.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-03specify port to avoid test conflictEli Flanagan1-1/+3
2019-09-25add a test for missing index fileEli Flanagan1-1/+26
2019-07-14Remove unnecessary importSven-Hendrik Haase1-1/+0
2019-07-07Also check directories in testsSven-Hendrik Haase1-3/+16
2019-05-01Make tests into their own proper modules without star importsSven-Hendrik Haase1-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.
2019-04-29Move helpers.rs to fixtures/mod.rskhai96_1-2/+2
2019-04-28Split integration test into multiple fileskhai96_1-0/+44