Skip to content

Commit

Permalink
Remove defunct testdir helper
Browse files Browse the repository at this point in the history
  • Loading branch information
bhrutledge committed Nov 13, 2019
1 parent 4e7148b commit 2702f1d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_quarantine.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ def test_no_output_without_options(testdir):
def testdir(testdir):
"""Return default testdir fixture with additional helper methods."""

def _path_exists(path):
return testdir.tmpdir.join(path).check(exists=True)

testdir.path_exists = _path_exists

def _path_has_content(path, content):
return testdir.tmpdir.join(path).read() == textwrap.dedent(content)

Expand Down

0 comments on commit 2702f1d

Please sign in to comment.