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