pytest-dev / pytest-cov

Coverage plugin for pytest.
MIT License
1.72k stars 211 forks source link

Notebook tests coverage #202

Open rsudarson opened 6 years ago

rsudarson commented 6 years ago

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

goerz commented 5 years ago

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