Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-03-07 | Reformat everything with Rust 2024 edition | Sven-Hendrik Haase | 1 | -1/+1 | |
2025-02-06 | Clean up and modernize rstest usage | Sven-Hendrik Haase | 1 | -5/+4 | |
We still had some old-style syntax in there. | |||||
2025-01-10 | Reorganize imports to be more consistent | Sven-Hendrik Haase | 1 | -2/+3 | |
2021-08-26 | tests: Refactor! | Ali MJ Al-Nasrawy | 1 | -20/+4 | |
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-02-28 | Fix format | Sven-Hendrik Haase | 1 | -1/+2 | |
2021-02-28 | Re-do the way setting multiple headers works | Sven-Hendrik Haase | 1 | -17/+11 | |
2021-02-27 | Multiple headers support for custom headers | Dean Li | 1 | -9/+19 | |
2021-02-24 | Add test for custom header | Dean Li | 1 | -0/+33 | |