pre-commit autoupdate

This commit is contained in:
Anthony Sottile
2019-04-12 04:52:47 -07:00
parent 8449294e5d
commit da2e092163
5 changed files with 13 additions and 13 deletions

View File

@@ -1071,9 +1071,7 @@ class TestFixtureUsages(object):
)
result = testdir.runpytest_inprocess()
result.stdout.fnmatch_lines(
(
"*Fixture 'badscope' from test_invalid_scope.py got an unexpected scope value 'functions'"
)
"*Fixture 'badscope' from test_invalid_scope.py got an unexpected scope value 'functions'"
)
def test_funcarg_parametrized_and_used_twice(self, testdir):