-
Notifications
You must be signed in to change notification settings - Fork 71
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 with ton-contract-executor #64
base: main
Are you sure you want to change the base?
Conversation
Testing properly is essential for such a productional smart contracts and all methods should be battle-tested. We can achieve this easily using TVM locally to ensure appropriate behavior of functions under all circumstances.
|
Good work, but it is out of the contest's scope. |
Thanks, I agree. However, increasing test coverage is essential to find bugs that are not simply visible to the eye. Also, the contracts didn't have major security issues. That was the reason I turned to write tests but had less time to complete them :) |
Good
في الثلاثاء، ٢٨ فبراير، ٢٠٢٣ ٢:٣٢ ص hehe2112 ***@***.***> كتب:
… ***@***.**** approved this pull request.
—
Reply to this email directly, view it on GitHub
<#64 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3YP6XZNXUOXBHSSP2VCWDTWZVBSHANCNFSM6AAAAAAROAEH6E>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
This PR implements a basis for testing the contracts using
ton-contract-executor
.