Reformatted test scripts with black 23.12.1

This commit is contained in:
2024-01-20 21:57:31 +02:00
parent 239db97c69
commit 1cd5bd6239
3 changed files with 140 additions and 96 deletions

View File

@@ -9,7 +9,7 @@ import os
import pytest
@pytest.fixture(scope='session')
@pytest.fixture(scope="session")
def testdata_dir():
"""Path to the testdata directory."""
return os.path.join(os.path.dirname(__file__), 'testdata')
return os.path.join(os.path.dirname(__file__), "testdata")