Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-03-07 | Reformat everything with Rust 2024 edition | Sven-Hendrik Haase | 1 | -2/+2 | |
2025-02-06 | Clean up and modernize rstest usage | Sven-Hendrik Haase | 1 | -65/+61 | |
We still had some old-style syntax in there. | |||||
2025-02-06 | Get rid of server_no_stderr | Sven-Hendrik Haase | 1 | -4/+4 | |
We'll now always just pipe the contents of the child to the parent. | |||||
2025-01-10 | Reorganize imports to be more consistent | Sven-Hendrik Haase | 1 | -7/+6 | |
2021-08-26 | tests: Refactor! | Ali MJ Al-Nasrawy | 1 | -111/+29 | |
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-02-27 | Fix grammar | Sven-Hendrik Haase | 1 | -1/+1 | |
2020-03-11 | Format everything | Sven-Hendrik Haase | 1 | -1/+1 | |
2020-03-11 | Bump reqwests to v0.10 | Sven-Hendrik Haase | 1 | -5/+6 | |
2020-03-09 | Fix deprecated stuff | Sven-Hendrik Haase | 1 | -5/+5 | |
2019-09-21 | Actually make use of pretty_assertions | Sven-Hendrik Haase | 1 | -16/+15 | |
2019-05-30 | Fix regression where path cannot be placed after '--auth <auth>' | khai96_ | 1 | -5/+10 | |
2019-05-20 | Complete integration test | khai96_ | 1 | -1/+135 | |
2019-05-19 | Hide stderr (fixes #120) | Sven-Hendrik Haase | 1 | -0/+1 | |
2019-05-10 | cargo fmt | boastful-squirrel | 1 | -1/+1 | |
2019-05-06 | Use constant for assertion | khai96_ | 1 | -1/+2 | |
2019-05-06 | Use constant for assertion | khai96_ | 1 | -1/+2 | |
2019-05-04 | Add assertion of status code to auth_works | khai96_ | 1 | -3/+7 | |
2019-05-04 | Add integration test where it rejects authentication | khai96_ | 1 | -1/+58 | |
2019-05-01 | Make tests into their own proper modules without star imports | Sven-Hendrik Haase | 1 | -2/+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. | |||||
2019-04-29 | Move helpers.rs to fixtures/mod.rs | khai96_ | 1 | -2/+2 | |
2019-04-28 | Split integration test into multiple files | khai96_ | 1 | -0/+50 | |