aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cli.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-04Bump depsSven-Hendrik Haase1-1/+1
2021-12-09Bump depsSven-Hendrik Haase1-1/+1
2021-10-18Update clapSven-Hendrik Haase1-2/+2
2021-08-30Switch from structopt to clap v3Sven-Hendrik Haase1-1/+2
2021-03-28Generate completions with `miniserve --print-completions <shell>`Andy Freeland1-1/+27
This patch adds a `--print-completions` option to generate shell completion files at runtime. This ensures the completions are always up to date. Fixes #377.
2020-03-11Format everythingSven-Hendrik Haase1-1/+1
2019-09-21Remove explicit clap dependency in favor of structopt's re-exported versionSven-Hendrik Haase1-1/+1
2019-05-01Make tests into their own proper modules without star importsSven-Hendrik Haase1-1/+5
Star imports make it hard to see which imports a module is actually using so I prefer to have this be a bit more explicit.
2019-04-29Move helpers.rs to fixtures/mod.rskhai96_1-2/+2
2019-04-28Split integration test into multiple fileskhai96_1-174/+2
2019-04-28Use fixtureskhai96_1-4/+7
2019-04-27Add hashed password to integration testkhai96_1-4/+21
2019-04-26Use rstest test fixtures to cut down on code duplication in integration testsSven-Hendrik Haase1-23/+21
2019-04-24Add a couple more integration testsSven-Hendrik Haase1-9/+93
2019-04-16Try using port_check to make travis happySven-Hendrik Haase1-2/+2
2019-04-15Fix portSven-Hendrik Haase1-1/+1
2019-04-15Set up testing infrastructure and add some integration tests (fixes #68)Sven-Hendrik Haase1-0/+95