refactor: pre-commit run
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
from tempfile import NamedTemporaryFile
|
||||
|
||||
from src.config import read_ini_config, Config
|
||||
|
||||
import pytest
|
||||
|
||||
from src.config import Config, read_ini_config
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
"config_data, expected",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import pytest
|
||||
|
||||
from src.repository_name import is_valid_format
|
||||
|
||||
|
||||
@@ -11,4 +12,4 @@ from src.repository_name import is_valid_format
|
||||
]
|
||||
)
|
||||
def test_name_formatting(name_format, expected):
|
||||
assert is_valid_format(name_format) == expected
|
||||
assert is_valid_format(name_format) == expected
|
||||
|
||||
Reference in New Issue
Block a user