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

hevm: skip unit test contracts with no code #785

Merged
merged 2 commits into from
Sep 15, 2021
Merged

Conversation

d-xo
Copy link
Contributor

@d-xo d-xo commented Sep 12, 2021

Description

Skips execution for unit test contracts with no code. Fixes #769.

Checklist

  • tested locally
  • added automated tests
  • updated the docs
  • updated the changelog

src/hevm/src/EVM/Dapp.hs Outdated Show resolved Hide resolved
Co-authored-by: MrChico <martin.lundfall@protonmail.com>
@d-xo d-xo merged commit 37c3d59 into master Sep 15, 2021
@d-xo d-xo deleted the skip-no-code-tests branch September 15, 2021 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Do not run tests in abstract contracts
3 participants