Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test transaction contents through extension #1132

Merged
merged 2 commits into from
Jul 1, 2024
Merged

Test transaction contents through extension #1132

merged 2 commits into from
Jul 1, 2024

Conversation

tombruijn
Copy link
Member

Remove checks for not raising errors

This check is unnecessary. If an error was raised, the spec would fail.

Part of #229

Test transaction contents through extension

Refactor the test suite to not test if transactions are created by asserting method calls. Use the tooling to see if a transaction has been created or not and assert what's set on the transaction using the transaction matchers.

Part of #299 Closes #252


[skip changeset]
[skip review]

This check is unnecessary. If an error was raised, the spec would
fail.

Part of #229
Refactor the test suite to not test if transactions are created by
asserting method calls. Use the tooling to see if a transaction has been
created or not and assert what's set on the transaction using the
transaction matchers.

Part of #299
Closes #252
@tombruijn tombruijn self-assigned this Jul 1, 2024
@tombruijn tombruijn merged commit e3f7011 into main Jul 1, 2024
16 checks passed
@tombruijn tombruijn deleted the spec-refactor2 branch July 2, 2024 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test transaction from extension with appsignal_transaction_to_json
1 participant