Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshKarpel committed Jun 29, 2024
1 parent e54f6d9 commit bfe56c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
)

ROOT = Path(__file__).parent.parent
EXAMPLES = [*(ROOT / "docs" / "examples").iterdir(), ROOT / "synth.yaml"]
EXAMPLES = [
*(ROOT / "docs" / "examples").iterdir(),
ROOT / "synth.yaml",
]


@pytest.mark.parametrize("example", EXAMPLES)
Expand Down

0 comments on commit bfe56c7

Please sign in to comment.