pytest-cov icon indicating copy to clipboard operation
pytest-cov copied to clipboard

Notebook tests coverage

Open rsudarson opened this issue 7 years ago • 1 comments

using pytest ipynb plugin notebooks can be run as unittests. Would it be possible to collect coverage from the notebook tests

rsudarson avatar Apr 18 '18 07:04 rsudarson

Aside from the bug I just reported in #288, I've had no problems getting coverage information from Jupyter notebooks in the documentation when combining pytest-cov with the nbval plugin

goerz avatar May 06 '19 06:05 goerz