Skip to content

Commit

Permalink
tests: add fixtures for transaction stages
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-gang committed Jun 13, 2024
1 parent b0e7962 commit 0bd8bac
Show file tree
Hide file tree
Showing 2 changed files with 1,763 additions and 0 deletions.
7 changes: 7 additions & 0 deletions internal/stages_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ func TestStages(t *testing.T) {
StdoutFixturePath: "./test_helpers/fixtures/streams/pass",
NormalizeOutputFunc: normalizeTesterOutput,
},
"transactions_pass": {
UntilStageSlug: "jf8",
CodePath: "./test_helpers/pass_all",
ExpectedExitCode: 0,
StdoutFixturePath: "./test_helpers/fixtures/transactions/pass",
NormalizeOutputFunc: normalizeTesterOutput,
},
}

tester_utils_testing.TestTesterOutput(t, testerDefinition, testCases)
Expand Down

0 comments on commit 0bd8bac

Please sign in to comment.