test: integration fixtures — static site server, auto-marking conftest

This commit is contained in:
Mathew Sir Guest the best
2026-07-08 22:35:14 -06:00
parent 8ed9565c88
commit 8682ec28fe
3 changed files with 68 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<head><title>Welcome</title></head>
<body>
<h1 id="page-title">Welcome!</h1>
<p id="greeting">You made it.</p>
</body>
</html>