pyGSTi icon indicating copy to clipboard operation
pyGSTi copied to clipboard

Automated testing for notebooks

Open robpkelly opened this issue 5 years ago • 2 comments

Obviously we need to be checking that patches aren't breaking the tutorial/example notebooks. Programmatic execution of notebooks looks pretty straightforward so we can just whip up a quick script to smoke-test our notebooks in CI.

robpkelly avatar Sep 27 '19 23:09 robpkelly

Maybe useful? https://github.com/taavi/ipython_nose

robpkelly avatar Sep 28 '19 00:09 robpkelly

Clearing out old issues... We've already got a test module for notebooks, so we just ought to run it from CI

robpkelly avatar May 15 '20 15:05 robpkelly

Automated notebook regression testing via the nbval module for pytest has been added with PR #300.

coreyostrove avatar Apr 30 '23 19:04 coreyostrove

Closed as this is now in 0.9.11 release

sserita avatar May 17 '23 06:05 sserita