Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better name and docs for symlink test | Ali MJ Al-Nasrawy | 2021-09-04 | 1 | -1/+7 |
| | |||||
* | Adress review comments | Ali MJ Al-Nasrawy | 2021-09-04 | 1 | -4/+8 |
| | |||||
* | file_upload.rs: sanitize path input | Ali MJ Al-Nasrawy | 2021-09-01 | 1 | -1/+80 |
| | | | | Signed-off-by: Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com> | ||||
* | new partial-injection syntax | Ali MJ Al-Nasrawy | 2021-08-26 | 1 | -2/+2 |
| | |||||
* | tests: Refactor! | Ali MJ Al-Nasrawy | 2021-08-26 | 1 | -40/+10 |
| | | | | | | | | | | | 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. | ||||
* | Bump reqwests to v0.10 | Sven-Hendrik Haase | 2020-03-11 | 1 | -10/+13 |
| | |||||
* | Added test for disabled file uploads | Damian | 2019-12-18 | 1 | -0/+46 |
| | |||||
* | Make tests into their own proper modules without star imports | Sven-Hendrik Haase | 2019-05-01 | 1 | -1/+11 |
| | | | | 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. | ||||
* | Move helpers.rs to fixtures/mod.rs | khai96_ | 2019-04-29 | 1 | -2/+2 |
| | |||||
* | Split integration test into multiple files | khai96_ | 2019-04-28 | 1 | -0/+51 |