jpmorganchase / nbcelltests

Cell-by-cell testing for production Jupyter notebooks in JupyterLab
Apache License 2.0
82 stars 21 forks source link

Investigate deferring some responsibilities to testbook #196

Open timkpaine opened 3 years ago

timkpaine commented 3 years ago

https://github.com/nteract/testbook

Looks like we can potentially throw some responsibilities onto testbook and trim down our code base a bit. This PR looks great and should mean we don't need to do it ourselves anymore, lack of coverage is an issue but we can continue to specialize around pytest for our coverage reports.

timkpaine commented 3 years ago

related: https://github.com/jpmorganchase/nbcelltests/issues/189