style(v2): normalize migration test formatting
This commit is contained in:
@@ -110,7 +110,9 @@ def test_database_role_rejects_unmigrated_database(tmp_path: Path) -> None:
|
|||||||
|
|
||||||
|
|
||||||
@pytest.mark.asyncio
|
@pytest.mark.asyncio
|
||||||
async def test_persisted_ids_and_timestamps_are_uuid7_and_aware_utc(tmp_path: Path) -> None:
|
async def test_persisted_ids_and_timestamps_are_uuid7_and_aware_utc(
|
||||||
|
tmp_path: Path,
|
||||||
|
) -> None:
|
||||||
db_module = importlib.import_module("backup_tool.db.engine")
|
db_module = importlib.import_module("backup_tool.db.engine")
|
||||||
models = importlib.import_module("backup_tool.db.models")
|
models = importlib.import_module("backup_tool.db.models")
|
||||||
settings = settings_for(tmp_path)
|
settings = settings_for(tmp_path)
|
||||||
|
|||||||
Reference in New Issue
Block a user