Add unittest cell magics to IPython for easily running tests
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}