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
ipytest.cov
See comment here:
The %%file cell magic can be used to create files like .coveragerc from a notebook. %%file .coveragerc [run] plugins = ipytest.cov Would an ipytest.generate_coveragerc() or similar be too much? or Just autoconfig(coverage=True) or something?
The %%file cell magic can be used to create files like .coveragerc from a notebook.
%%file
.coveragerc
%%file .coveragerc [run] plugins = ipytest.cov
Would an ipytest.generate_coveragerc() or similar be too much? or Just autoconfig(coverage=True) or something?
ipytest.generate_coveragerc()
autoconfig(coverage=True)
Comment: something like autoconfig(coverage=True) would be really cool. I would prefer to inject the plugin programitcally, though.
The text was updated successfully, but these errors were encountered:
Started work on a first draft here: #114
Sorry, something went wrong.
Implemented in #114
No branches or pull requests
See comment here:
Comment: something like
autoconfig(coverage=True)
would be really cool. I would prefer to inject the plugin programitcally, though.The text was updated successfully, but these errors were encountered: