Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96e4e9e

Browse files
committed
Pytest ipdoctest plugin
Based on Pytest doctest.py with changes ported from Nose ipdoctest plugin.
1 parent bb11d0f commit 96e4e9e

4 files changed

Lines changed: 189 additions & 86 deletions

File tree

IPython/core/tests/test_magic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ def test_xdel(self):
584584
def doctest_who():
585585
"""doctest for %who
586586
587-
In [1]: %reset -f
587+
In [1]: %reset -sf
588588
589589
In [2]: alpha = 123
590590

0 commit comments

Comments
 (0)