aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #118 from KSXGitHub/multiple-auths-altSven-Hendrik Haase2019-06-031-1/+140
|\ | | | | Multiple user accounts — Alternate Implementation
| * Fix regression where path cannot be placed after '--auth <auth>'khai96_2019-05-301-5/+10
| |
| * Complete integration testkhai96_2019-05-201-1/+135
| |
* | Hide stderr (fixes #120)Sven-Hendrik Haase2019-05-191-0/+1
|/
* cargo fmtboastful-squirrel2019-05-101-1/+1
|
* Merge pull request #103 from KSXGitHub/test-auth-one-more-assertionSven-Hendrik Haase2019-05-061-3/+7
|\ | | | | Add assertion of status code to auth_works
| * Use constant for assertionkhai96_2019-05-061-1/+2
| |
| * Add assertion of status code to auth_workskhai96_2019-05-041-3/+7
| |
* | Use constant for assertionkhai96_2019-05-061-1/+2
| |
* | Add integration test where it rejects authenticationkhai96_2019-05-041-1/+58
|/
* Make tests into their own proper modules without star importsSven-Hendrik Haase2019-05-015-21/+46
| | | | 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.
* Allow dead code to fix false negative warningskhai96_2019-05-011-0/+2
|
* Move helpers.rs to fixtures/mod.rskhai96_2019-04-295-8/+8
|
* Split integration test into multiple fileskhai96_2019-04-285-174/+184
|
* 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