aboutsummaryrefslogtreecommitdiffstats
path: root/tests/archive.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add test for disabled archivesCarson McManus2024-01-301-0/+28
|
* new partial-injection syntaxAli MJ Al-Nasrawy2021-08-261-2/+2
|
* tests: Refactor!Ali MJ Al-Nasrawy2021-08-261-48/+12
| | | | | | | | | | | 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.
* Separate tar archive and tar flagsDean Li2021-04-111-0/+41
| | | | | | | It used to have one flag (-r) to enable both tar archive and tar. Now it has two flags [ -r: for tar, -g: for tar archive]. Related to #451
* make sure archiving is opt-inmarawan ragab2020-05-101-1/+0
|
* add zip download testmarawan ragab2020-05-031-0/+5
|
* Fix tests for reqwests v0.10Sven-Hendrik Haase2020-03-111-11/+14
|
* Added option to disable archivesDamian2020-03-021-0/+46