diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/purgatory.rs | 12 |
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 | ||
| 64 | isolated_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); | 65 | isolated_purgatory_test!(test_announcement_served_after_git_push); |
| 66 | isolated_purgatory_test!(test_bare_repo_exists_for_purgatory_announcement); | 66 | isolated_purgatory_test!(test_bare_repo_exists_for_purgatory_announcement); |
| 67 | isolated_purgatory_test!(test_state_event_accepted_for_purgatory_announcement); | 67 | isolated_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 | ||
| 80 | isolated_purgatory_test!(test_pr_event_not_served_before_git_data); | 80 | isolated_purgatory_test!(test_pr_event_before_git_data_accepted_into_purgatory); |
| 81 | // isolated_purgatory_test!(test_pr_event_served_after_correct_push); | 81 | isolated_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> | 82 | isolated_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 | 83 | isolated_purgatory_test!(test_pr_event_served_after_git_push); |