aboutsummaryrefslogtreecommitdiffstats
path: root/tests/header.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reformat everything with Rust 2024 editionSven-Hendrik Haase2025-03-071-1/+1
|
* Clean up and modernize rstest usageSven-Hendrik Haase2025-02-061-5/+4
| | | | We still had some old-style syntax in there.
* Reorganize imports to be more consistentSven-Hendrik Haase2025-01-101-2/+3
|
* tests: Refactor!Ali MJ Al-Nasrawy2021-08-261-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.
* Fix formatSven-Hendrik Haase2021-02-281-1/+2
|
* Re-do the way setting multiple headers worksSven-Hendrik Haase2021-02-281-17/+11
|
* Multiple headers support for custom headersDean Li2021-02-271-9/+19
|
* Add test for custom headerDean Li2021-02-241-0/+33