aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cli.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | 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.
* 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