Skip to content

Commit 9c4795a

Browse files
committed
feat: add extra line for readability in conftest.py
1 parent 8034f56 commit 9c4795a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/integration/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def pytest_collection_modifyitems(items):
2020
if "integration" in str(item.fspath):
2121
item.add_marker(pytest.mark.flaky(reruns=9, reruns_delay=1))
2222

23+
2324
# Create output directory for test audio files
2425
OUTPUT_DIR = Path("output")
2526
OUTPUT_DIR.mkdir(exist_ok=True)

0 commit comments

Comments
 (0)