Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 6, 2022
1 parent d0d7ab4 commit 6210672
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions tests/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ def test_pycharm_schema_back(

@abstractmethod
def run_test( # noqa: MAN001
self,
tmp_pathplus: PathPlus,
advanced_file_regression: AdvancedFileRegressionFixture,
capsys,
) -> None:
self,
tmp_pathplus: PathPlus,
advanced_file_regression: AdvancedFileRegressionFixture,
capsys,
) -> None:
raise NotImplementedError


Expand All @@ -99,11 +99,11 @@ def test_pycharm_schema_not_project(self, no_idea: str, tmp_pathplus: PathPlus)
assert not result.stdout

def run_test( # noqa: MAN001
self,
tmp_pathplus: PathPlus,
advanced_file_regression: AdvancedFileRegressionFixture,
capsys,
) -> None:
self,
tmp_pathplus: PathPlus,
advanced_file_regression: AdvancedFileRegressionFixture,
capsys,
) -> None:
(tmp_pathplus / ".idea").maybe_make()

with in_directory(tmp_pathplus):
Expand All @@ -122,11 +122,11 @@ def test_pycharm_schema_not_project(self, tmp_pathplus: PathPlus, no_idea: str):
register_schema(tmp_pathplus)

def run_test( # noqa: MAN001
self,
tmp_pathplus: PathPlus,
advanced_file_regression: AdvancedFileRegressionFixture,
capsys,
) -> None:
self,
tmp_pathplus: PathPlus,
advanced_file_regression: AdvancedFileRegressionFixture,
capsys,
) -> None:
(tmp_pathplus / ".idea").maybe_make()
register_schema(tmp_pathplus)
self.check_output(tmp_pathplus, advanced_file_regression, capsys.readouterr().out)

0 comments on commit 6210672

Please sign in to comment.