fix
This commit is contained in:
@@ -91,7 +91,7 @@ def pipeline_run(
|
|||||||
|
|
||||||
if result.success:
|
if result.success:
|
||||||
typer.echo(result.output)
|
typer.echo(result.output)
|
||||||
typer.echo(f"\n✓ Pipeline completed successfully")
|
typer.echo("\n✓ Pipeline completed successfully")
|
||||||
else:
|
else:
|
||||||
typer.echo(result.error, err=True)
|
typer.echo(result.error, err=True)
|
||||||
raise typer.Exit(1)
|
raise typer.Exit(1)
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
"""Pytest configuration and fixtures."""
|
"""Pytest configuration and fixtures."""
|
||||||
|
|
||||||
import os
|
|
||||||
import pytest
|
import pytest
|
||||||
from unittest.mock import Mock, patch
|
from unittest.mock import Mock, patch
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user