diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-01 23:47:27 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-01 23:47:27 +0000 |
| commit | 59dbbf0f2986e8d969cc30b57d70f76984a272e3 (patch) | |
| tree | 303601548a7444dbfbe797684a8cd3371005b0ae /tests | |
| parent | e6c056023bac4a83930b9c40f4a9513c3680cb67 (diff) | |
add repo land page and 404 page per GRASP-01
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/repository_creation.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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 { | |||
| 59 | 59 | ||
| 60 | // Generate isolated tests for all repository creation tests | 60 | // Generate isolated tests for all repository creation tests |
| 61 | isolated_test!(test_bare_repo_created_on_announcement); | 61 | isolated_test!(test_bare_repo_created_on_announcement); |
| 62 | isolated_test!(test_webpage_served_for_existing_repo); | ||
| 63 | isolated_test!(test_404_for_nonexistent_repo); | ||