kynan / nbstripout

strip output from Jupyter and IPython notebooks
Other
1.19k stars 94 forks source link

Ditch Cram #178

Closed arobrien closed 1 year ago

arobrien commented 1 year ago

Shift remaining tests from Cram to pytest.

Makes heavy use of the pytester fixture, especially pytester.run() and result.stdout.fnmatch_lines([...])

Minor changes to test_utils.py to get rid of pytest warnings.

Fixes #38 Closes #154 Closes #165