Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run cargo fmt | Sven-Hendrik Haase | 2022-12-30 | 1 | -2/+1 |
| | |||||
* | Fix lints | Sven-Hendrik Haase | 2022-12-19 | 1 | -9/+9 |
| | |||||
* | Golf tests a bit more | Sven-Hendrik Haase | 2021-08-26 | 1 | -9/+3 |
| | |||||
* | address comments | Ali MJ Al-Nasrawy | 2021-08-26 | 1 | -7/+7 |
| | |||||
* | tests: Refactor! | Ali MJ Al-Nasrawy | 2021-08-26 | 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. | ||||
* | Test that all directories properly get trailing slashes | Sven-Hendrik Haase | 2021-03-07 | 1 | -6/+17 |
| | |||||
* | Fix DoS issue when deliberately sending unconforming URL paths | Sven-Hendrik Haase | 2021-03-07 | 1 | -0/+30 |
| | |||||
* | add test for breadcrumbs | Lukas Stabe | 2020-09-24 | 1 | -0/+60 |
| | |||||
* | Format everything | Sven-Hendrik Haase | 2020-03-11 | 1 | -1/+2 |
| | |||||
* | Bump reqwests to v0.10 | Sven-Hendrik Haase | 2020-03-11 | 1 | -6/+6 |
| | |||||
* | Actually make use of pretty_assertions | Sven-Hendrik Haase | 2019-09-21 | 1 | -1/+2 |
| | |||||
* | Update to url 2.0 | Sven-Hendrik Haase | 2019-07-25 | 1 | -1/+1 |
| | |||||
* | Fix tests | Sven-Hendrik Haase | 2019-07-24 | 1 | -21/+51 |
| | |||||
* | Add dir navigation tests | Sven-Hendrik Haase | 2019-07-14 | 1 | -0/+90 |