aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fixtures/mod.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Test URL encoding for special charactersAli MJ Al-Nasrawy2021-04-061-0/+3
|
* Finish up --hidden featureSven-Hendrik Haase2021-03-201-1/+1
|
* Add option to show hidden filesSven-Hendrik Haase2021-03-071-3/+17
|
* Fix formattingSven-Hendrik Haase2020-08-241-1/+2
|
* Try to fix file names on WindowsSven-Hendrik Haase2020-08-241-1/+8
|
* Fix double-escaping (fixes #354)Sven-Hendrik Haase2020-08-241-1/+1
|
* Add dir navigation testsSven-Hendrik Haase2019-07-141-0/+8
|
* Also check directories in testsSven-Hendrik Haase2019-07-071-2/+15
|
* 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