Skip to content

Commit 4488997

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 31f9c73 commit 4488997

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_doctest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,10 @@ def pytest_fixture_setup(self, fixturedef, request):
9797
).strip()
9898
result = normalize(captured.out)
9999
print(result)
100+
100101
def normalize(s):
101102
return re.sub(r" +>", " >", s)
103+
102104
assert expected in result
103105

104106

0 commit comments

Comments
 (0)