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

chore: move venom tests to tests/unit/compiler #3684

Merged

Conversation

charles-cooper
Copy link
Member

the tests/compiler directory was moved to tests/unit/ in 4dd47e3 but this seems to have been missed in a merge during work on venom (cbac5ab)

What I did

How I did it

How to verify it

Commit message

Commit message for the final, squashed PR. (Optional, but reviewers will appreciate it! Please see our commit message style guide for what we would ideally like to see in a commit message.)

Description for the changelog

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

the `tests/compiler` directory was moved to `tests/unit/` in
4dd47e3 but this seems to have been missed in a merge during
work on venom (cbac5ab)
@charles-cooper charles-cooper enabled auto-merge (squash) December 7, 2023 13:05
@codecov-commenter
Copy link

codecov-commenter commented Dec 7, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cbac5ab) 83.81% compared to head (81202bb) 83.60%.

❗ Current head 81202bb differs from pull request most recent head c617908. Consider uploading reports for the commit c617908 to get more accurate results

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3684      +/-   ##
==========================================
- Coverage   83.81%   83.60%   -0.22%     
==========================================
  Files          91       91              
  Lines       12775    12775              
  Branches     2860     2860              
==========================================
- Hits        10708    10680      -28     
- Misses       1643     1668      +25     
- Partials      424      427       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

the previous code depended on eth-tester mining a block within 1 second.
this fixes it to be invariant wrt eth-tester speed.
@charles-cooper charles-cooper merged commit 21a47b6 into vyperlang:master Dec 7, 2023
84 checks passed
@charles-cooper charles-cooper deleted the chore/move-test-files branch December 7, 2023 14:42
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.

3 participants