upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/repository_creation.rs2
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
61isolated_test!(test_bare_repo_created_on_announcement); 61isolated_test!(test_bare_repo_created_on_announcement);
62isolated_test!(test_webpage_served_for_existing_repo);
63isolated_test!(test_404_for_nonexistent_repo);