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

Add validation to otter assign that errors when cell/line magics are present in test cells #756

Closed
chrispyles opened this issue Dec 28, 2023 · 0 comments · Fixed by #757
Closed
Labels
enhancement New feature or request
Milestone

Comments

@chrispyles
Copy link
Member

For example, a test cell may use %%capture instead of calling plt.close(). Since cell/line magics aren't supported and will not be, otter assign should check for them and throw an error if they're found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

1 participant