Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Refactor! | Ali MJ Al-Nasrawy | 2021-08-26 | 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. | ||||
* | Fix grammar | Sven-Hendrik Haase | 2021-02-27 | 1 | -1/+1 |
| | |||||
* | Format everything | Sven-Hendrik Haase | 2020-03-11 | 1 | -1/+1 |
| | |||||
* | Bump reqwests to v0.10 | Sven-Hendrik Haase | 2020-03-11 | 1 | -5/+6 |
| | |||||
* | Fix deprecated stuff | Sven-Hendrik Haase | 2020-03-09 | 1 | -5/+5 |
| | |||||
* | Actually make use of pretty_assertions | Sven-Hendrik Haase | 2019-09-21 | 1 | -16/+15 |
| | |||||
* | Merge pull request #118 from KSXGitHub/multiple-auths-alt | Sven-Hendrik Haase | 2019-06-03 | 1 | -1/+140 |
|\ | | | | | Multiple user accounts — Alternate Implementation | ||||
| * | Fix regression where path cannot be placed after '--auth <auth>' | khai96_ | 2019-05-30 | 1 | -5/+10 |
| | | |||||
| * | Complete integration test | khai96_ | 2019-05-20 | 1 | -1/+135 |
| | | |||||
* | | Hide stderr (fixes #120) | Sven-Hendrik Haase | 2019-05-19 | 1 | -0/+1 |
|/ | |||||
* | cargo fmt | boastful-squirrel | 2019-05-10 | 1 | -1/+1 |
| | |||||
* | Merge pull request #103 from KSXGitHub/test-auth-one-more-assertion | Sven-Hendrik Haase | 2019-05-06 | 1 | -3/+7 |
|\ | | | | | Add assertion of status code to auth_works | ||||
| * | Use constant for assertion | khai96_ | 2019-05-06 | 1 | -1/+2 |
| | | |||||
| * | Add assertion of status code to auth_works | khai96_ | 2019-05-04 | 1 | -3/+7 |
| | | |||||
* | | Use constant for assertion | khai96_ | 2019-05-06 | 1 | -1/+2 |
| | | |||||
* | | Add integration test where it rejects authentication | khai96_ | 2019-05-04 | 1 | -1/+58 |
|/ | |||||
* | Make tests into their own proper modules without star imports | Sven-Hendrik Haase | 2019-05-01 | 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. | ||||
* | 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/+50 |