upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/purgatory.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/purgatory.rs')
-rw-r--r--tests/purgatory.rs12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/purgatory.rs b/tests/purgatory.rs
index 872f475..f124b7c 100644
--- a/tests/purgatory.rs
+++ b/tests/purgatory.rs
@@ -61,8 +61,8 @@ macro_rules! isolated_purgatory_test {
61// Announcement Purgatory Tests (commented out - feature not yet implemented) 61// Announcement Purgatory Tests (commented out - feature not yet implemented)
62// ============================================================ 62// ============================================================
63 63
64isolated_purgatory_test!(test_announcement_not_served_before_git_data); 64// isolated_purgatory_test!(test_announcement_not_served_before_git_data);
65// isolated_purgatory_test!(test_announcement_served_after_git_push); 65isolated_purgatory_test!(test_announcement_served_after_git_push);
66isolated_purgatory_test!(test_bare_repo_exists_for_purgatory_announcement); 66isolated_purgatory_test!(test_bare_repo_exists_for_purgatory_announcement);
67isolated_purgatory_test!(test_state_event_accepted_for_purgatory_announcement); 67isolated_purgatory_test!(test_state_event_accepted_for_purgatory_announcement);
68 68
@@ -77,7 +77,7 @@ isolated_purgatory_test!(test_state_event_served_after_git_push);
77// PR Purgatory Tests 77// PR Purgatory Tests
78// ============================================================ 78// ============================================================
79 79
80isolated_purgatory_test!(test_pr_event_not_served_before_git_data); 80isolated_purgatory_test!(test_pr_event_before_git_data_accepted_into_purgatory);
81// isolated_purgatory_test!(test_pr_event_served_after_correct_push); 81isolated_purgatory_test!(test_pr_event_remains_in_purgatory_until_git_data);
82// TODO: Test incomplete - needs to push git data to refs/nostr/<pr-event-id> 82isolated_purgatory_test!(test_pr_event_git_push_accepted);
83// See push_authorization.rs:test_push_correct_commit_to_pr_ref_after_event for proper implementation 83isolated_purgatory_test!(test_pr_event_served_after_git_push);