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