Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-08-26 | new partial-injection syntax | Ali MJ Al-Nasrawy | 1 | -2/+2 | |
2021-08-26 | tests: Refactor! | Ali MJ Al-Nasrawy | 1 | -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-11 | Separate tar archive and tar flags | Dean Li | 1 | -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-10 | make sure archiving is opt-in | marawan ragab | 1 | -1/+0 | |
2020-05-03 | add zip download test | marawan ragab | 1 | -0/+5 | |
2020-03-11 | Fix tests for reqwests v0.10 | Sven-Hendrik Haase | 1 | -11/+14 | |
2020-03-02 | Added option to disable archives | Damian | 1 | -0/+46 | |