mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 09:15:34 +00:00
Reformatted test scripts with black 23.12.1
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user