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