Skip to content

Commit

Permalink
Remove unneeded testdir fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler authored Jun 25, 2016
1 parent 345dda2 commit 8f67a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_pytest_mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ def test_foo(mocker):
assert result.ret == 0


def test_parse_ini_boolean(testdir):
def test_parse_ini_boolean():
import pytest_mock
assert pytest_mock.parse_ini_boolean('True') is True
assert pytest_mock.parse_ini_boolean('false') is False
Expand Down

0 comments on commit 8f67a4f

Please sign in to comment.