Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Skip newline test case on Windows | Sven-Hendrik Haase | 2024-01-07 | 1 | -0/+1 |
| | |||||
* | Fix serving files with a newline (fixes #1294) | Sven-Hendrik Haase | 2024-01-07 | 1 | -0/+1 |
| | |||||
* | Fix lints | Sven-Hendrik Haase | 2022-12-19 | 1 | -5/+5 |
| | |||||
* | Execute backslash test only on non windows systems | jikstra | 2021-08-28 | 1 | -0/+1 |
| | |||||
* | Add file with backslash to the test FILES fixture | jikstra | 2021-08-28 | 1 | -0/+1 |
| | |||||
* | Add TLS support via rustls (fixes #18) | Sven-Hendrik Haase | 2021-08-27 | 1 | -8/+20 |
| | |||||
* | address comments | Ali MJ Al-Nasrawy | 2021-08-26 | 1 | -10/+25 |
| | |||||
* | tests: Refactor! | Ali MJ Al-Nasrawy | 2021-08-26 | 1 | -0/+87 |
| | | | | | | | | | | | 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 URL encoding for special characters | Ali MJ Al-Nasrawy | 2021-04-06 | 1 | -0/+3 |
| | |||||
* | Finish up --hidden feature | Sven-Hendrik Haase | 2021-03-20 | 1 | -1/+1 |
| | |||||
* | Add option to show hidden files | Sven-Hendrik Haase | 2021-03-07 | 1 | -3/+17 |
| | |||||
* | Fix formatting | Sven-Hendrik Haase | 2020-08-24 | 1 | -1/+2 |
| | |||||
* | Try to fix file names on Windows | Sven-Hendrik Haase | 2020-08-24 | 1 | -1/+8 |
| | |||||
* | Fix double-escaping (fixes #354) | Sven-Hendrik Haase | 2020-08-24 | 1 | -1/+1 |
| | |||||
* | Add dir navigation tests | Sven-Hendrik Haase | 2019-07-14 | 1 | -0/+8 |
| | |||||
* | Also check directories in tests | Sven-Hendrik Haase | 2019-07-07 | 1 | -2/+15 |
| | |||||
* | Make tests into their own proper modules without star imports | Sven-Hendrik Haase | 2019-05-01 | 1 | -16/+9 |
| | | | | Star imports make it hard to see which imports a module is actually using so I prefer to have this be a bit more explicit. | ||||
* | Allow dead code to fix false negative warnings | khai96_ | 2019-05-01 | 1 | -0/+2 |
| | |||||
* | Move helpers.rs to fixtures/mod.rs | khai96_ | 2019-04-29 | 1 | -0/+37 |