aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qrcode.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-08-26new partial-injection syntaxAli MJ Al-Nasrawy1-2/+2
2021-08-26address commentsAli MJ Al-Nasrawy1-2/+1
2021-08-26tests: Refactor!Ali MJ Al-Nasrawy1-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-20Hide some annoying test outputSven-Hendrik Haase1-0/+1
2020-07-20cargo fmtSven-Hendrik Haase1-4/+4
2020-07-05Add generate QR code (#330)wyhaya1-0/+88
* Add generate QR code * Add --qrcode option