Fixed E125 flake8 errors

continuation line with same indent as next logical line
This commit is contained in:
Andras Tim
2017-07-17 01:25:07 +02:00
parent 051d76a63f
commit 92e2cd9c68
7 changed files with 9 additions and 9 deletions

View File

@@ -737,7 +737,7 @@ class Metafunc(fixtures.FuncargnamesCompatAttr):
self._arg2fixturedefs = fixtureinfo.name2fixturedefs
def parametrize(self, argnames, argvalues, indirect=False, ids=None,
scope=None):
scope=None):
""" Add new invocations to the underlying test function using the list
of argvalues for the given argnames. Parametrization is performed
during the collection phase. If you need to setup expensive resources