aboutsummaryrefslogtreecommitdiffstats
path: root/tests/upload_files.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump reqwests to v0.10Sven-Hendrik Haase2020-03-111-10/+13
|
* Added test for disabled file uploadsDamian2019-12-181-0/+46
|
* Make tests into their own proper modules without star importsSven-Hendrik Haase2019-05-011-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.
* Move helpers.rs to fixtures/mod.rskhai96_2019-04-291-2/+2
|
* Split integration test into multiple fileskhai96_2019-04-281-0/+51