aboutsummaryrefslogtreecommitdiffstats
path: root/tests/archive.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-06Clean up and modernize rstest usageSven-Hendrik Haase1-2/+4
We still had some old-style syntax in there.
2025-01-10Reorganize imports to be more consistentSven-Hendrik Haase1-6/+6
2024-01-30add test for disabled archivesCarson McManus1-0/+28
2021-08-26new partial-injection syntaxAli MJ Al-Nasrawy1-2/+2
2021-08-26tests: Refactor!Ali MJ Al-Nasrawy1-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.
2021-04-11Separate tar archive and tar flagsDean Li1-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
2020-05-10make sure archiving is opt-inmarawan ragab1-1/+0
2020-05-03add zip download testmarawan ragab1-0/+5
2020-03-11Fix tests for reqwests v0.10Sven-Hendrik Haase1-11/+14
2020-03-02Added option to disable archivesDamian1-0/+46