Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Aug 22, 2024
1 parent 8863fa0 commit bd26bb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/direnv_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def setup_envrc(self, content: str, strict_env: bool) -> None:
run(["direnv", "allow"], cwd=self.directory)


@pytest.fixture()
@pytest.fixture
def direnv_project(test_root: Path, project_root: Path) -> Iterator[DirenvProject]:
"""
Setups a direnv test project
Expand Down
4 changes: 2 additions & 2 deletions tests/root.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
PROJECT_ROOT = TEST_ROOT.parent


@pytest.fixture()
@pytest.fixture
def test_root() -> Path:
"""
Root directory of the tests
"""
return TEST_ROOT


@pytest.fixture()
@pytest.fixture
def project_root() -> Path:
"""
Root directory of the tests
Expand Down

0 comments on commit bd26bb8

Please sign in to comment.