aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fixtures (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-08-24Fix formattingSven-Hendrik Haase1-1/+2
2020-08-24Try to fix file names on WindowsSven-Hendrik Haase1-1/+8
2020-08-24Fix double-escaping (fixes #354)Sven-Hendrik Haase1-1/+1
2019-07-14Add dir navigation testsSven-Hendrik Haase1-0/+8
2019-07-07Also check directories in testsSven-Hendrik Haase1-2/+15
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/+37