aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auth_file.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-06Clean up and modernize rstest usageSven-Hendrik Haase1-25/+15
We still had some old-style syntax in there.
2025-02-06Get rid of server_no_stderrSven-Hendrik Haase1-2/+2
We'll now always just pipe the contents of the child to the parent.
2025-01-10Reorganize imports to be more consistentSven-Hendrik Haase1-6/+5
2024-06-09Bump reqwest to v0.12Sven-Hendrik Haase1-1/+1
2024-06-09Remove explicit dependency on httpSven-Hendrik Haase1-1/+1
We now use the one supplied by actix-web.
2023-08-21Fix formattingSven-Hendrik Haase1-6/+10
2023-08-08Add tests for `--auth-file` flagProudmuslim1-0/+62