Skip to content

Nutter v0.1.33

Compare
Choose a tag to compare
@giventocode giventocode released this 06 May 20:57
· 5 commits to master since this release
50e87be
  • Support multiple assertions for a test.
    • The run_ is no longer required for test cases.
    • You can create multiple assertion_ methods and they will be executed after the before_all method, where you can run your notebook under test.
  • Documentation updates.

Closes #40 #39 #35