Compare commits

..

1 commit

Author SHA1 Message Date
73bc8b0b22 Add tests documentation to docs page
All checks were successful
CI / build (push) Successful in 2m43s
2025-03-24 22:10:36 +02:00

View file

@ -37,7 +37,7 @@ def test(subtest, webserver):
expect_http_content(webserver, indexContent,
"http://localhost/index.html")
with subtest("example.com is a hosts alias and redirect"):
with subtest("example.com is in hosts file and a redirect to localhost"):
webserver.succeed("grep example.com /etc/hosts")
url = "http://example.com/index.html"