From 59dbbf0f2986e8d969cc30b57d70f76984a272e3 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 1 Dec 2025 23:47:27 +0000 Subject: add repo land page and 404 page per GRASP-01 --- tests/repository_creation.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/repository_creation.rs b/tests/repository_creation.rs index 301203b..352e2cc 100644 --- a/tests/repository_creation.rs +++ b/tests/repository_creation.rs @@ -59,3 +59,5 @@ macro_rules! isolated_test { // Generate isolated tests for all repository creation tests isolated_test!(test_bare_repo_created_on_announcement); +isolated_test!(test_webpage_served_for_existing_repo); +isolated_test!(test_404_for_nonexistent_repo); -- cgit v1.2.3