aboutsummaryrefslogtreecommitdiffstats
path: root/tests/upload_files.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-08-26new partial-injection syntaxAli MJ Al-Nasrawy1-2/+2
2021-08-26tests: Refactor!Ali MJ Al-Nasrawy1-40/+10
Remove duplicate code responsible for the initial setup and teardown of the test binary. This introduces `TestServer` as a resource manager for a running miniserve binary, which can be created with the fixtures `server()` and `server_no_stderr()` It also provides convenience function for handling server url.
2020-03-11Bump reqwests to v0.10Sven-Hendrik Haase1-10/+13
2019-12-18Added test for disabled file uploadsDamian1-0/+46
2019-05-01Make tests into their own proper modules without star importsSven-Hendrik Haase1-1/+11
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/+51