diff options
Diffstat (limited to 'grasp-audit/README.md')
| -rw-r--r-- | grasp-audit/README.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/grasp-audit/README.md b/grasp-audit/README.md index ab3bddc..2f4387c 100644 --- a/grasp-audit/README.md +++ b/grasp-audit/README.md | |||
| @@ -252,14 +252,14 @@ pub async fn test_something(client: &AuditClient) -> TestResult { | |||
| 252 | 252 | ||
| 253 | ### Available Fixtures | 253 | ### Available Fixtures |
| 254 | 254 | ||
| 255 | | FixtureKind | Provides | Use When | | 255 | | FixtureKind | Provides | Use When | |
| 256 | | ------------------------ | --------------------------------------- | ------------------------------------- | | 256 | | ------------------------------------ | --------------------------------------- | ------------------------------------- | |
| 257 | | `ValidRepo` | Accepted repo announcement (kind 30617) | Need a repo as prerequisite | | 257 | | `ValidRepo` | Accepted repo announcement (kind 30617) | Need a repo as prerequisite | |
| 258 | | `RepoState` | Repo + state event (kind 30618) | Testing owner push authorization | | 258 | | `RepoState` | Repo + state event (kind 30618) | Testing owner push authorization | |
| 259 | | `MaintainerAnnouncement` | Maintainer's repo announcement | Testing maintainer chain setup | | 259 | | `RepoWithIssue` | Repo + accepted issue (kind 1621) | Testing issue-dependent events | |
| 260 | | `MaintainerState` | Maintainer's state event | Testing maintainer push authorization | | 260 | | `RepoWithComment` | Repo + issue + comment | Testing comment-dependent events | |
| 261 | | `RepoWithIssue` | Repo + accepted issue (kind 1621) | Testing issue-dependent events | | 261 | | `MaintainerStateDataPushed` | Full maintainer push with git data | Testing maintainer push authorization | |
| 262 | | `RepoWithComment` | Repo + issue + comment | Testing comment-dependent events | | 262 | | `RecursiveMaintainerStateDataPushed` | Full recursive maintainer push | Testing recursive maintainer chain | |
| 263 | 263 | ||
| 264 | ### Fixture Lifecycle: Generate → Send → Verify | 264 | ### Fixture Lifecycle: Generate → Send → Verify |
| 265 | 265 | ||