Skip to content

Commit

Permalink
Reformat with black
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelboulton committed Aug 21, 2019
1 parent 04f0972 commit cbbd934
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 6 additions & 1 deletion tavern/testutils/pytesthook/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
from .hooks import pytest_collect_file, pytest_addoption, pytest_addhooks
from .util import add_parser_options

__all__ = ["pytest_addoption", "pytest_collect_file", "pytest_addhooks", "add_parser_options"]
__all__ = [
"pytest_addoption",
"pytest_collect_file",
"pytest_addhooks",
"add_parser_options",
]
3 changes: 1 addition & 2 deletions tavern/testutils/pytesthook/item.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ def runtest(self):
self.global_cfg["tavern_internal"][
"pytest_hook_caller"
].pytest_tavern_before_every_test_run(
test_dict=self.spec,
variables=self.global_cfg["variables"]
test_dict=self.spec, variables=self.global_cfg["variables"]
)

verify_tests(self.spec)
Expand Down

0 comments on commit cbbd934

Please sign in to comment.