Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: test coverage #183

Merged
merged 16 commits into from
Jun 12, 2024
Merged

Conversation

DanielSchiavini
Copy link
Collaborator

What I did

  • Added tests to cover more logic

Cute Animal Picture

image

@DanielSchiavini DanielSchiavini marked this pull request as ready for review March 7, 2024 14:16
boa/ipython.py Outdated
@@ -23,6 +23,7 @@ def deployer(self, line, cell):
if line:
self.shell.user_ns[line] = c # ret available in user ipython locals
_contracts[line] = c # ret available in boa.ipython._contracts
global _
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this necessary?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, otherwise the tests fail:

assert deployer is boa.ipython._

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'm not really sure we need the boa.ipython._ thing btw, since ipython already has the global _ thing working. i don't really see anybody use it, so maybe we could remove it?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DanielSchiavini DanielSchiavini self-assigned this Mar 22, 2024
@DanielSchiavini DanielSchiavini marked this pull request as draft April 25, 2024 07:17
@DanielSchiavini DanielSchiavini marked this pull request as ready for review May 6, 2024 08:58
@charles-cooper charles-cooper merged commit f0106eb into vyperlang:master Jun 12, 2024
6 of 9 checks passed
@DanielSchiavini DanielSchiavini deleted the coverage branch June 12, 2024 14:21
@DanielSchiavini
Copy link
Collaborator Author

Thank you 3 months later 🥳 🤣

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants