aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auth.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-06Clean up and modernize rstest usageSven-Hendrik Haase1-65/+61
2025-02-06Get rid of server_no_stderrSven-Hendrik Haase1-4/+4
2025-01-10Reorganize imports to be more consistentSven-Hendrik Haase1-7/+6
2021-08-26tests: Refactor!Ali MJ Al-Nasrawy1-111/+29
2021-02-27Fix grammarSven-Hendrik Haase1-1/+1
2020-03-11Format everythingSven-Hendrik Haase1-1/+1
2020-03-11Bump reqwests to v0.10Sven-Hendrik Haase1-5/+6
2020-03-09Fix deprecated stuffSven-Hendrik Haase1-5/+5
2019-09-21Actually make use of pretty_assertionsSven-Hendrik Haase1-16/+15
2019-05-30Fix regression where path cannot be placed after '--auth <auth>'khai96_1-5/+10
2019-05-20Complete integration testkhai96_1-1/+135
2019-05-19Hide stderr (fixes #120)Sven-Hendrik Haase1-0/+1
2019-05-10cargo fmtboastful-squirrel1-1/+1
2019-05-06Use constant for assertionkhai96_1-1/+2
2019-05-06Use constant for assertionkhai96_1-1/+2
2019-05-04Add assertion of status code to auth_workskhai96_1-3/+7
2019-05-04Add integration test where it rejects authenticationkhai96_1-1/+58
2019-05-01Make tests into their own proper modules without star importsSven-Hendrik Haase1-2/+11
2019-04-29Move helpers.rs to fixtures/mod.rskhai96_1-2/+2
2019-04-28Split integration test into multiple fileskhai96_1-0/+50