aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cli.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump depsSven-Hendrik Haase2022-07-181-3/+3
* Bump depsSven-Hendrik Haase2022-01-041-1/+1
* Bump depsSven-Hendrik Haase2021-12-091-1/+1
* Update clapSven-Hendrik Haase2021-10-181-2/+2
* Switch from structopt to clap v3Sven-Hendrik Haase2021-08-301-1/+2
* Generate completions with `miniserve --print-completions <shell>`Andy Freeland2021-03-281-1/+27
* Format everythingSven-Hendrik Haase2020-03-111-1/+1
* Remove explicit clap dependency in favor of structopt's re-exported versionSven-Hendrik Haase2019-09-211-1/+1
* Make tests into their own proper modules without star importsSven-Hendrik Haase2019-05-011-1/+5
* Move helpers.rs to fixtures/mod.rskhai96_2019-04-291-2/+2
* Split integration test into multiple fileskhai96_2019-04-281-174/+2
* Use fixtureskhai96_2019-04-281-4/+7
* Add hashed password to integration testkhai96_2019-04-271-4/+21
* Use rstest test fixtures to cut down on code duplication in integration testsSven-Hendrik Haase2019-04-261-23/+21
* Add a couple more integration testsSven-Hendrik Haase2019-04-241-9/+93
* Try using port_check to make travis happySven-Hendrik Haase2019-04-161-2/+2
* Fix portSven-Hendrik Haase2019-04-151-1/+1
* Set up testing infrastructure and add some integration tests (fixes #68)Sven-Hendrik Haase2019-04-151-0/+95