aboutsummaryrefslogtreecommitdiffstats
path: root/tests/navigation.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-12-30Run cargo fmtSven-Hendrik Haase1-2/+1
2022-12-19Fix lintsSven-Hendrik Haase1-9/+9
2021-08-26Golf tests a bit moreSven-Hendrik Haase1-9/+3
2021-08-26address commentsAli MJ Al-Nasrawy1-7/+7
2021-08-26tests: Refactor!Ali MJ Al-Nasrawy1-84/+17
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.
2021-03-07Test that all directories properly get trailing slashesSven-Hendrik Haase1-6/+17
2021-03-07Fix DoS issue when deliberately sending unconforming URL pathsSven-Hendrik Haase1-0/+30
2020-09-24add test for breadcrumbsLukas Stabe1-0/+60
2020-03-11Format everythingSven-Hendrik Haase1-1/+2
2020-03-11Bump reqwests to v0.10Sven-Hendrik Haase1-6/+6
2019-09-21Actually make use of pretty_assertionsSven-Hendrik Haase1-1/+2
2019-07-25Update to url 2.0Sven-Hendrik Haase1-1/+1
2019-07-24Fix testsSven-Hendrik Haase1-21/+51
2019-07-14Add dir navigation testsSven-Hendrik Haase1-0/+90