Skip to content

Commit

Permalink
Merge pull request #254 from seberg/fixup-multiline
Browse files Browse the repository at this point in the history
MAINT: Remove accidental debug print from new tests
  • Loading branch information
pllim authored Jun 28, 2024
2 parents 99350f8 + 1854dd1 commit ab82f3b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_doctestplus.py
Original file line number Diff line number Diff line change
Expand Up @@ -1459,9 +1459,6 @@ def f():
+ 3
""")
captured = capsys.readouterr()
print(captured.out)
print("====")
print(diff)
assert diff in captured.out

testdir.inline_run(p, "--doctest-plus-generate-diff=overwrite")
Expand Down

0 comments on commit ab82f3b

Please sign in to comment.