aboutsummaryrefslogtreecommitdiffstats
path: root/tests/serve_request.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-08-25Bump Dockerfile nightly versionSven-Hendrik Haase1-1/+0
2020-08-24Fix formattingSven-Hendrik Haase1-0/+1
2020-08-24Try to fix file names on WindowsSven-Hendrik Haase1-1/+0
2020-08-24Fix double-escaping (fixes #354)Sven-Hendrik Haase1-1/+8
2020-07-20cargo fmtSven-Hendrik Haase1-1/+1
2020-06-29Cast port to u16Isaac Parker1-3/+2
2020-06-28Bind to random port when port 0 specifiedIsaac Parker1-0/+26
2020-03-11Format everythingSven-Hendrik Haase1-3/+5
2020-03-11Bump reqwests to v0.10Sven-Hendrik Haase1-3/+3
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