We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d3c66 commit 28b6074Copy full SHA for 28b6074
tests/test_deprecator.py
@@ -31,7 +31,6 @@ def test_deprecated(capsys):
31
expected_print_msg = "Testing deprecated function"
32
with pytest.deprecated_call(match=dep_msg):
33
oldFunction(expected_print_msg)
34
-
35
captured = capsys.readouterr()
36
actual_print_msg = captured.out.strip()
37
assert actual_print_msg == expected_print_msg
0 commit comments