aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fixtures/mod.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Strip symlink target dir to make Windows happySven-Hendrik Haase2025-02-061-1/+1
* Get rid of server_no_stderrSven-Hendrik Haase2025-02-061-28/+2
* Make symlinks into global fixturesSven-Hendrik Haase2025-02-061-3/+29
* Remove some unnecessary #[allow(dead_code)]Sven-Hendrik Haase2025-01-101-10/+0
* Skip newline test case on WindowsSven-Hendrik Haase2024-01-071-0/+1
* Fix serving files with a newline (fixes #1294)Sven-Hendrik Haase2024-01-071-0/+1
* Fix lintsSven-Hendrik Haase2022-12-191-5/+5
* Execute backslash test only on non windows systemsjikstra2021-08-281-0/+1
* Add file with backslash to the test FILES fixturejikstra2021-08-281-0/+1
* Add TLS support via rustls (fixes #18)Sven-Hendrik Haase2021-08-271-8/+20
* address commentsAli MJ Al-Nasrawy2021-08-261-10/+25
* tests: Refactor!Ali MJ Al-Nasrawy2021-08-261-0/+87
* 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
* 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