We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c542464 + 2a3cbdf commit 7f8e315Copy full SHA for 7f8e315
testing/test_terminal.py
@@ -8,16 +8,11 @@
8
import _pytest._code
9
import py
10
import pytest
11
-from _pytest import runner
12
from _pytest.main import EXIT_NOTESTSCOLLECTED
13
from _pytest.terminal import TerminalReporter, repr_pythonversion, getreportopt
14
from _pytest.terminal import build_summary_stats_line, _plugin_nameversions
15
16
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
-
21
DistInfo = collections.namedtuple('DistInfo', ['project_name', 'version'])
22
23
0 commit comments