We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently CTRL+C doesn't cleanly terminate test sessions. Should:
Example:
Starting invariant testing type for the counter contract... ₿ 1 Ӿ 9 wallet_4 counter decrement ₿ 1 Ӿ 9 wallet_4 [PASS] counter invariant-counter-gt-zero ₿ 835 Ӿ 845 wallet_7 counter add 6 ₿ 835 Ӿ 845 wallet_1 [PASS] counter invariant-counter-gt-zero ^C Terminating... Tests: 4 passed, 2 discarded, 94 skipped Time: 1.24s Coverage: 7.5%
This requires #85 as prerequisite.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently CTRL+C doesn't cleanly terminate test sessions. Should:
Example:
This requires #85 as prerequisite.
The text was updated successfully, but these errors were encountered: