treon
treon copied to clipboard
Easy to use test framework for Jupyter Notebooks
I often (but not always) witness treon output the following error just before exiting: ``` Exception ignored in: Traceback (most recent call last): File "/usr/lib64/python3.8/asyncio/base_events.py", line 656, in __del__ self.close()...
To be used by CI as build artifacts. Initial implementation by @chleh.
Combining Jupyter notebooks with test driven development feels great, treon is really helpful for CI pipelines. Is it possible besides doctest and unittest to also include the pytest framework? It...
Executing entire notebook is a "good" CI practice. But it's not always feasible or required (some cells can take hours to run). It would be good to offer an ability...
add info about which cell executed in verbose logs, in some cases this info helpful for search source of Kernel Died error which does not have a lot of logs...