Skip to content

Releases: microsoft/nutter

Nutter v0.1.35

16 Dec 17:12
368248b
Compare
Choose a tag to compare

Enhancements/Fixes:

  • Parallel execution of test fixtures.
  • Ability to pass custom parameters from the CLI tool to notebooks
  • Multiple fixes and enhancements.

Closes:
#66, #61, #72 , #58 , #46

Nutter v0.1.34

09 Nov 21:27
37b8020
Compare
Choose a tag to compare

Enhancements/Fixes:

  • Polling interval for notebook execution status check has increased from 1s to 5s by default
  • New flag controls the polling interval: 'poll_wait_time'.
  • INVALID_STATE is retried when returned by the API.
  • Test cases can be written as *****_test.py, thanks to @quanuw

Related issues/items:
#48 , #50 , #16 , #41 , #49

Nutter v0.1.33

06 May 20:57
50e87be
Compare
Choose a tag to compare
  • 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

Nutter v0.1.32

11 Feb 16:33
dead2a3
Compare
Choose a tag to compare
Merge pull request #19 from microsoft/develop

PyPip Upload fix