pagina unica
This commit is contained in:
@@ -4,9 +4,7 @@ from pathlib import Path
|
||||
|
||||
import pytest
|
||||
|
||||
EXAMPLES = (
|
||||
Path(__file__).parent.parent.parent / "agents" / "incident_analyzer" / "examples"
|
||||
)
|
||||
EXAMPLES = Path(__file__).parent.parent.parent / "agents" / "incident_analyzer" / "examples"
|
||||
|
||||
|
||||
@pytest.mark.integration
|
||||
|
||||
@@ -4,9 +4,7 @@ from pathlib import Path
|
||||
|
||||
import pytest
|
||||
|
||||
EXAMPLES = (
|
||||
Path(__file__).parent.parent.parent / "agents" / "incident_analyzer" / "examples"
|
||||
)
|
||||
EXAMPLES = Path(__file__).parent.parent.parent / "agents" / "incident_analyzer" / "examples"
|
||||
|
||||
|
||||
@pytest.mark.integration
|
||||
|
||||
@@ -10,9 +10,7 @@ from pathlib import Path
|
||||
|
||||
import pytest
|
||||
|
||||
EXAMPLES = (
|
||||
Path(__file__).parent.parent.parent / "agents" / "incident_analyzer" / "examples"
|
||||
)
|
||||
EXAMPLES = Path(__file__).parent.parent.parent / "agents" / "incident_analyzer" / "examples"
|
||||
|
||||
|
||||
@pytest.mark.integration
|
||||
|
||||
Reference in New Issue
Block a user