aboutsummaryrefslogtreecommitdiffstats
path: root/tests/header.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-03-07Reformat everything with Rust 2024 editionSven-Hendrik Haase1-1/+1
2025-02-06Clean up and modernize rstest usageSven-Hendrik Haase1-5/+4
We still had some old-style syntax in there.
2025-01-10Reorganize imports to be more consistentSven-Hendrik Haase1-2/+3
2021-08-26tests: Refactor!Ali MJ Al-Nasrawy1-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-28Fix formatSven-Hendrik Haase1-1/+2
2021-02-28Re-do the way setting multiple headers worksSven-Hendrik Haase1-17/+11
2021-02-27Multiple headers support for custom headersDean Li1-9/+19
2021-02-24Add test for custom headerDean Li1-0/+33