[test_tables] minor whitespace

This commit is contained in:
Cosimo Lupo 2017-03-02 13:40:41 +00:00
parent 9c6aaf0bf6
commit 9fbefd1d71
No known key found for this signature in database
GPG Key ID: B61AAAD0B53A6419

View File

@ -314,8 +314,8 @@ def pytest_generate_tests(metafunc):
argnames = ("testfile", "tableTag")
if all(fn in fixturenames for fn in argnames):
argvalues = [(testfile, tableTag)
for testfile, tableTags in sorted(TESTS.items())
for tableTag in tableTags]
for testfile, tableTags in sorted(TESTS.items())
for tableTag in tableTags]
metafunc.parametrize(argnames, argvalues)