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