aboutsummaryrefslogtreecommitdiffstats
path: root/tests/upload_files.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add test cases for the media-type parametersJohannes May2022-03-131-0/+20
|
* Better name and docs for symlink testAli MJ Al-Nasrawy2021-09-041-1/+7
|
* Adress review commentsAli MJ Al-Nasrawy2021-09-041-4/+8
|
* file_upload.rs: sanitize path inputAli MJ Al-Nasrawy2021-09-011-1/+80
| | | | Signed-off-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com>
* new partial-injection syntaxAli MJ Al-Nasrawy2021-08-261-2/+2
|
* tests: Refactor!Ali MJ Al-Nasrawy2021-08-261-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.
* Bump reqwests to v0.10Sven-Hendrik Haase2020-03-111-10/+13
|
* Added test for disabled file uploadsDamian2019-12-181-0/+46
|
* Make tests into their own proper modules without star importsSven-Hendrik Haase2019-05-011-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.
* Move helpers.rs to fixtures/mod.rskhai96_2019-04-291-2/+2
|
* Split integration test into multiple fileskhai96_2019-04-281-0/+51