Skip to content

Commit

Permalink
Merge pull request #1615 from gnprice/deadcode
Browse files Browse the repository at this point in the history
Cut a dead test helper function
  • Loading branch information
nicoddemus authored Jun 16, 2016
2 parents c542464 + 2a3cbdf commit 7f8e315
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions testing/test_terminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,11 @@
import _pytest._code
import py
import pytest
from _pytest import runner
from _pytest.main import EXIT_NOTESTSCOLLECTED
from _pytest.terminal import TerminalReporter, repr_pythonversion, getreportopt
from _pytest.terminal import build_summary_stats_line, _plugin_nameversions


def basic_run_report(item):
runner.call_and_report(item, "setup", log=False)
return runner.call_and_report(item, "call", log=False)

DistInfo = collections.namedtuple('DistInfo', ['project_name', 'version'])


Expand Down

0 comments on commit 7f8e315

Please sign in to comment.