aboutsummaryrefslogtreecommitdiffstats
path: root/tests/navigation.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Golf tests a bit moreSven-Hendrik Haase2021-08-261-9/+3
|
* address commentsAli MJ Al-Nasrawy2021-08-261-7/+7
|
* tests: Refactor!Ali MJ Al-Nasrawy2021-08-261-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.
* Test that all directories properly get trailing slashesSven-Hendrik Haase2021-03-071-6/+17
|
* Fix DoS issue when deliberately sending unconforming URL pathsSven-Hendrik Haase2021-03-071-0/+30
|
* add test for breadcrumbsLukas Stabe2020-09-241-0/+60
|
* Format everythingSven-Hendrik Haase2020-03-111-1/+2
|
* Bump reqwests to v0.10Sven-Hendrik Haase2020-03-111-6/+6
|
* Actually make use of pretty_assertionsSven-Hendrik Haase2019-09-211-1/+2
|
* Update to url 2.0Sven-Hendrik Haase2019-07-251-1/+1
|
* Fix testsSven-Hendrik Haase2019-07-241-21/+51
|
* Add dir navigation testsSven-Hendrik Haase2019-07-141-0/+90