Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |