Skip to content

Commit 7f8e315

Browse files
authored
Merge pull request #1615 from gnprice/deadcode
Cut a dead test helper function
2 parents c542464 + 2a3cbdf commit 7f8e315

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

testing/test_terminal.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,11 @@
88
import _pytest._code
99
import py
1010
import pytest
11-
from _pytest import runner
1211
from _pytest.main import EXIT_NOTESTSCOLLECTED
1312
from _pytest.terminal import TerminalReporter, repr_pythonversion, getreportopt
1413
from _pytest.terminal import build_summary_stats_line, _plugin_nameversions
1514

1615

17-
def basic_run_report(item):
18-
runner.call_and_report(item, "setup", log=False)
19-
return runner.call_and_report(item, "call", log=False)
20-
2116
DistInfo = collections.namedtuple('DistInfo', ['project_name', 'version'])
2217

2318

0 commit comments

Comments
 (0)