aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fixtures/mod.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make tests into their own proper modules without star importsSven-Hendrik Haase2019-05-011-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.
* Allow dead code to fix false negative warningskhai96_2019-05-011-0/+2
|
* Move helpers.rs to fixtures/mod.rskhai96_2019-04-291-0/+37