aboutsummaryrefslogtreecommitdiffstats
path: root/tests/navigation.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up and modernize rstest usageSven-Hendrik Haase2025-02-061-9/+10
| | | | We still had some old-style syntax in there.
* Reorganize imports to be more consistentSven-Hendrik Haase2025-01-101-6/+7
|
* Fix lintsSven-Hendrik Haase2024-09-121-2/+2
|
* Make default sorting test more meaningfulSven-Hendrik Haase2024-01-131-12/+27
|
* Clean up default order functionSven-Hendrik Haase2024-01-131-10/+6
| | | | I removed the stringly typing as we already have enums for this that we can make use of.
* Fix formattingSven-Hendrik Haase2024-01-131-1/+1
|
* Set default sorting order and method with argumentselandsborough2024-01-131-1/+29
|
* Run cargo fmtSven-Hendrik Haase2022-12-301-2/+1
|
* Fix lintsSven-Hendrik Haase2022-12-191-9/+9
|
* 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