##// END OF EJS Templates
format
Quentin Peter -
Show More
@@ -715,6 +715,7 b' def doctest_precision():'
715 Out[5]: '3.141593e+00'
715 Out[5]: '3.141593e+00'
716 """
716 """
717
717
718
718 def test_debug_magic():
719 def test_debug_magic():
719 """Test debugging a small code with %debug
720 """Test debugging a small code with %debug
720
721
@@ -727,6 +728,7 b' def test_debug_magic():'
727 In [2]:
728 In [2]:
728 """
729 """
729
730
731
730 def test_debug_magic_locals():
732 def test_debug_magic_locals():
731 """Test debugging a small code with %debug with locals
733 """Test debugging a small code with %debug with locals
732
734
General Comments 0
You need to be logged in to leave comments. Login now