Releases: microsoft/nutter
Releases · microsoft/nutter
Nutter v0.1.35
16 Dec 17:12
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Merge pull request #19 from microsoft/develop
PyPip Upload fix