nbval icon indicating copy to clipboard operation
nbval copied to clipboard

Test notebook for cells with a semicolon

Open uellue opened this issue 2 years ago • 3 comments

This notebook contains a cell where the output is suppressed with a semicolon. Nbval fails for this cell.

The notebook was created with the most recent version of jupyter notebook. It was run from the top, saved and closed.

How to reproduce:

pytest --nbval tests/semicolon.ipynb

What should happen: The test passes.

uellue avatar Jan 13 '23 08:01 uellue

Btw, feel free to push into this PR if you like!

uellue avatar Jan 13 '23 08:01 uellue

See also #194.

takluyver avatar Jan 13 '23 10:01 takluyver

I'm a little late to the party, but I noticed you all aren't using a notebook review tool and wanted to invite you to review this pull request with GitNotebooks: https://gitnotebooks.com/computationalmodelling/nbval/pull/195

It lets you do things like comment on rendered markdown and code cells, so might be an easy win for your PR reviews.

smith-kyle avatar Feb 02 '24 21:02 smith-kyle