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

Add tests for Transactor recursive call #77

Closed
kozmod opened this issue Jan 17, 2024 · 0 comments
Closed

Add tests for Transactor recursive call #77

kozmod opened this issue Jan 17, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@kozmod
Copy link
Owner

kozmod commented Jan 17, 2024

Description
Current coverage is

PASS
	github.com/kozmod/oniontx	coverage: 94.9% of statements
ok  	github.com/kozmod/oniontx	0.003s	coverage: 94.9% of statements
github.com/kozmod/oniontx/operator.go:13:	NewContextOperator	100.0%
github.com/kozmod/oniontx/operator.go:20:	Inject			100.0%
github.com/kozmod/oniontx/operator.go:25:	Extract			100.0%
github.com/kozmod/oniontx/transactor.go:50:	NewTransactor		100.0%
github.com/kozmod/oniontx/transactor.go:63:	WithinTx		100.0%
github.com/kozmod/oniontx/transactor.go:104:	WithinTxWithOpts	93.3%
github.com/kozmod/oniontx/transactor.go:163:	TryGetTx		100.0%
github.com/kozmod/oniontx/transactor.go:169:	TxBeginner		100.0%
total:						(statements)		94.9%

Need to add test for Transactor recursive call.

@kozmod kozmod added the enhancement New feature or request label Jan 17, 2024
@kozmod kozmod self-assigned this Jan 17, 2024
kozmod added a commit that referenced this issue Jan 17, 2024
[#77] add tests for `Transactor` recursive call
@kozmod kozmod closed this as completed Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant