aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fixtures/mod.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-01Make tests into their own proper modules without star importsSven-Hendrik Haase1-16/+9
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-05-01Allow dead code to fix false negative warningskhai96_1-0/+2
2019-04-29Move helpers.rs to fixtures/mod.rskhai96_1-0/+0
2019-04-28Split integration test into multiple fileskhai96_1-0/+37