「普通のPython インタラクティブシェルのほうが、そのままdoctestにコピペできるから楽」
それ、doctest_modeでできるよ!
In [26]: %doctest_mode *** Pasting of code with ">>>" or "..." has been enabled. Exception reporting mode: Plain Doctest mode is: ON >>> foo() foo
%docまで書いてタブ補完でおk
「普通のPython インタラクティブシェルのほうが、そのままdoctestにコピペできるから楽」
それ、doctest_modeでできるよ!
In [26]: %doctest_mode *** Pasting of code with ">>>" or "..." has been enabled. Exception reporting mode: Plain Doctest mode is: ON >>> foo() foo
%docまで書いてタブ補完でおk