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 | -9/+10 | |
We still had some old-style syntax in there. | |||||
2025-01-10 | Reorganize imports to be more consistent | Sven-Hendrik Haase | 1 | -6/+7 | |
2024-09-12 | Fix lints | Sven-Hendrik Haase | 1 | -2/+2 | |
2024-01-13 | Make default sorting test more meaningful | Sven-Hendrik Haase | 1 | -12/+27 | |
2024-01-13 | Clean up default order function | Sven-Hendrik Haase | 1 | -10/+6 | |
I removed the stringly typing as we already have enums for this that we can make use of. | |||||
2024-01-13 | Fix formatting | Sven-Hendrik Haase | 1 | -1/+1 | |
2024-01-13 | Set default sorting order and method with arguments | elandsborough | 1 | -1/+29 | |
2022-12-30 | Run cargo fmt | Sven-Hendrik Haase | 1 | -2/+1 | |
2022-12-19 | Fix lints | Sven-Hendrik Haase | 1 | -9/+9 | |
2021-08-26 | Golf tests a bit more | Sven-Hendrik Haase | 1 | -9/+3 | |
2021-08-26 | address comments | Ali MJ Al-Nasrawy | 1 | -7/+7 | |
2021-08-26 | tests: Refactor! | Ali MJ Al-Nasrawy | 1 | -84/+17 | |
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-03-07 | Test that all directories properly get trailing slashes | Sven-Hendrik Haase | 1 | -6/+17 | |
2021-03-07 | Fix DoS issue when deliberately sending unconforming URL paths | Sven-Hendrik Haase | 1 | -0/+30 | |
2020-09-24 | add test for breadcrumbs | Lukas Stabe | 1 | -0/+60 | |
2020-03-11 | Format everything | Sven-Hendrik Haase | 1 | -1/+2 | |
2020-03-11 | Bump reqwests to v0.10 | Sven-Hendrik Haase | 1 | -6/+6 | |
2019-09-21 | Actually make use of pretty_assertions | Sven-Hendrik Haase | 1 | -1/+2 | |
2019-07-25 | Update to url 2.0 | Sven-Hendrik Haase | 1 | -1/+1 | |
2019-07-24 | Fix tests | Sven-Hendrik Haase | 1 | -21/+51 | |
2019-07-14 | Add dir navigation tests | Sven-Hendrik Haase | 1 | -0/+90 | |