aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auth.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-011-2/+11
| | | | 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-0/+50