Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-03-09 | Fix dir size calculation for percent-encoded paths with spaces | Sven-Hendrik Haase | 1 | -2/+2 | |
2025-02-06 | Strip symlink target dir to make Windows happy | Sven-Hendrik Haase | 1 | -1/+1 | |
Turns out Windows doesn't like forward slashes. | |||||
2025-02-06 | Get rid of server_no_stderr | Sven-Hendrik Haase | 1 | -28/+2 | |
We'll now always just pipe the contents of the child to the parent. | |||||
2025-02-06 | Make symlinks into global fixtures | Sven-Hendrik Haase | 1 | -3/+29 | |
So far, tests had to create their own symlinks which made them less concise. Also, now that we always have symlinks in all tests, side effects of having them won't go undetected. | |||||
2025-01-10 | Remove some unnecessary #[allow(dead_code)] | Sven-Hendrik Haase | 1 | -10/+0 | |
2024-01-07 | Skip newline test case on Windows | Sven-Hendrik Haase | 1 | -0/+1 | |
2024-01-07 | Fix serving files with a newline (fixes #1294) | Sven-Hendrik Haase | 1 | -0/+1 | |
2022-12-19 | Fix lints | Sven-Hendrik Haase | 1 | -5/+5 | |
2022-09-02 | Test for different README.md in all directories. | Gaurav | 1 | -1/+0 | |
2022-08-26 | Use `TestServer` in `--readme` tests | Gaurav | 1 | -0/+1 | |
2021-08-28 | Execute backslash test only on non windows systems | jikstra | 1 | -0/+1 | |
2021-08-28 | Add file with backslash to the test FILES fixture | jikstra | 1 | -0/+1 | |
2021-08-27 | Add TLS support via rustls (fixes #18) | Sven-Hendrik Haase | 1 | -8/+20 | |
2021-08-26 | address comments | Ali MJ Al-Nasrawy | 1 | -10/+25 | |
2021-08-26 | tests: Refactor! | Ali MJ Al-Nasrawy | 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. | |||||
2021-04-06 | Test URL encoding for special characters | Ali MJ Al-Nasrawy | 1 | -0/+3 | |
2021-03-20 | Finish up --hidden feature | Sven-Hendrik Haase | 1 | -1/+1 | |
2021-03-07 | Add option to show hidden files | Sven-Hendrik Haase | 1 | -3/+17 | |
2020-08-24 | Fix formatting | Sven-Hendrik Haase | 1 | -1/+2 | |
2020-08-24 | Try to fix file names on Windows | Sven-Hendrik Haase | 1 | -1/+8 | |
2020-08-24 | Fix double-escaping (fixes #354) | Sven-Hendrik Haase | 1 | -1/+1 | |
2019-07-14 | Add dir navigation tests | Sven-Hendrik Haase | 1 | -0/+8 | |
2019-07-07 | Also check directories in tests | Sven-Hendrik Haase | 1 | -2/+15 | |
2019-05-01 | Make tests into their own proper modules without star imports | Sven-Hendrik Haase | 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. | |||||
2019-05-01 | Allow dead code to fix false negative warnings | khai96_ | 1 | -0/+2 | |
2019-04-29 | Move helpers.rs to fixtures/mod.rs | khai96_ | 1 | -0/+0 | |
2019-04-28 | Split integration test into multiple files | khai96_ | 1 | -0/+37 | |