aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qrcode.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* new partial-injection syntaxAli MJ Al-Nasrawy2021-08-261-2/+2
|
* address commentsAli MJ Al-Nasrawy2021-08-261-2/+1
|
* tests: Refactor!Ali MJ Al-Nasrawy2021-08-261-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 outputSven-Hendrik Haase2021-03-201-0/+1
|
* cargo fmtSven-Hendrik Haase2020-07-201-4/+4
|
* Add generate QR code (#330)wyhaya2020-07-051-0/+88
* Add generate QR code * Add --qrcode option