aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qrcode.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reformat everything with Rust 2024 editionSven-Hendrik Haase2025-03-071-1/+1
|
* Reorganize imports to be more consistentSven-Hendrik Haase2025-01-101-7/+8
|
* Fix lintsSven-Hendrik Haase2022-12-191-1/+1
|
* Fix `fake-tty` API breaking changecyqsimon2022-09-191-1/+1
| | | | It's difficult to create a more trivial commit. Possible, but difficult.
* Add tooltip on QR codecyqsimon2022-09-151-1/+8
|
* Fix test namecyqsimon2022-09-151-1/+1
|
* Restores webpage QR testscyqsimon2022-09-151-1/+21
|
* Remove outdated testcyqsimon2022-09-011-21/+1
|
* Fix QR code testcyqsimon2022-08-221-3/+3
|
* Fix QR test screwing up terminalcyqsimon2022-08-221-1/+3
|
* Disable broken tests for Windowscyqsimon2022-08-221-0/+5
|
* Fix testscyqsimon2022-08-221-17/+68
|
* 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