aboutsummaryrefslogtreecommitdiffstats
path: root/tests/upload_files.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-03-11Bump reqwests to v0.10Sven-Hendrik Haase1-10/+13
2019-12-18Added test for disabled file uploadsDamian1-0/+46
2019-05-01Make tests into their own proper modules without star importsSven-Hendrik Haase1-1/+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.
2019-04-29Move helpers.rs to fixtures/mod.rskhai96_1-2/+2
2019-04-28Split integration test into multiple fileskhai96_1-0/+51