aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fixtures (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix dir size calculation for percent-encoded paths with spacesSven-Hendrik Haase2025-03-091-2/+2
|
* Strip symlink target dir to make Windows happySven-Hendrik Haase2025-02-061-1/+1
| | | | Turns out Windows doesn't like forward slashes.
* Get rid of server_no_stderrSven-Hendrik Haase2025-02-061-28/+2
| | | | We'll now always just pipe the contents of the child to the parent.
* Make symlinks into global fixturesSven-Hendrik Haase2025-02-061-3/+29
| | | | | | So far, tests had to create their own symlinks which made them less concise. Also, now that we always have symlinks in all tests, side effects of having them won't go undetected.
* 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
| | | | | | | | | | | Remove duplicate code responsible for the initial setup and teardown of the test binary. This introduces `TestServer` as a resource manager for a running miniserve binary, which can be created with the fixtures `server()` and `server_no_stderr()` It also provides convenience function for handling server url.
* 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