ipython_unittest
Add unittest cell magics to IPython for easily running tests
Add unittest cell magics to IPython for easily running tests
To install this package, run one of the following:
This extension provides testing support to IPython through cell magics.
Currently, we have three magics that transforms the cell code and executes unittest:
%%unittest_main, %%unittest_testcase and %%unittest;
one magic to run external tests: %%external;
and one associated magic to write external files: %%write {mode}
Summary
Add unittest cell magics to IPython for easily running tests
Last Updated
Dec 6, 2017 at 15:30
License
MIT
Total Downloads
69.6K
Supported Platforms
GitHub Repository
https://github.com/JoaoFelipe/ipython-unittest