Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-01-10 | Reorganize imports to be more consistent | Sven-Hendrik Haase | 1 | -7/+8 | |
2022-12-19 | Fix lints | Sven-Hendrik Haase | 1 | -1/+1 | |
2022-09-19 | Fix `fake-tty` API breaking change | cyqsimon | 1 | -1/+1 | |
It's difficult to create a more trivial commit. Possible, but difficult. | |||||
2022-09-15 | Add tooltip on QR code | cyqsimon | 1 | -1/+8 | |
2022-09-15 | Fix test name | cyqsimon | 1 | -1/+1 | |
2022-09-15 | Restores webpage QR tests | cyqsimon | 1 | -1/+21 | |
2022-09-01 | Remove outdated test | cyqsimon | 1 | -21/+1 | |
2022-08-22 | Fix QR code test | cyqsimon | 1 | -3/+3 | |
2022-08-22 | Fix QR test screwing up terminal | cyqsimon | 1 | -1/+3 | |
2022-08-22 | Disable broken tests for Windows | cyqsimon | 1 | -0/+5 | |
2022-08-22 | Fix tests | cyqsimon | 1 | -17/+68 | |
2021-08-26 | new partial-injection syntax | Ali MJ Al-Nasrawy | 1 | -2/+2 | |
2021-08-26 | address comments | Ali MJ Al-Nasrawy | 1 | -2/+1 | |
2021-08-26 | tests: Refactor! | Ali MJ Al-Nasrawy | 1 | -52/+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. | |||||
2021-03-20 | Hide some annoying test output | Sven-Hendrik Haase | 1 | -0/+1 | |
2020-07-20 | cargo fmt | Sven-Hendrik Haase | 1 | -4/+4 | |
2020-07-05 | Add generate QR code (#330) | wyhaya | 1 | -0/+88 | |
* Add generate QR code * Add --qrcode option |