forked from pool/python-nbval
fb9265fd59
- Rename to to match python package naming guidelines. - Update to 0.9.1 * Only pass absolute config path if config file exists * Ignore .pytest_cache * Mark cells in generated notebook as run * Rerun sample notebook * Pass coverage config file by absolute path * Respect the --color=no option * Ensure test works on python 2 * Optionally mark run cells with exc. count in tests - Initial version OBS-URL: https://build.opensuse.org/request/show/698418 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbval?expand=0&rev=1
23 lines
791 B
Plaintext
23 lines
791 B
Plaintext
-------------------------------------------------------------------
|
|
Thu Apr 25 01:59:57 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
- Rename to to match python package naming guidelines.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 2 17:25:44 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
- Update to 0.9.1
|
|
* Only pass absolute config path if config file exists
|
|
* Ignore .pytest_cache
|
|
* Mark cells in generated notebook as run
|
|
* Rerun sample notebook
|
|
* Pass coverage config file by absolute path
|
|
* Respect the --color=no option
|
|
* Ensure test works on python 2
|
|
* Optionally mark run cells with exc. count in tests
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 20 20:41:39 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
- Initial version
|