mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
fix: sort imports and remove duplicate assertions
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -3343,10 +3343,6 @@ def test_crew_testing_function(copy_mock, crew_evaluator_mock):
|
|||||||
mock.call().print_crew_evaluation_result(),
|
mock.call().print_crew_evaluation_result(),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
mock.call().set_iteration(2),
|
|
||||||
mock.call().print_crew_evaluation_result(),
|
|
||||||
]
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.vcr(filter_headers=["authorization"])
|
@pytest.mark.vcr(filter_headers=["authorization"])
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
import pytest
|
|
||||||
from unittest.mock import MagicMock
|
from unittest.mock import MagicMock
|
||||||
|
|
||||||
|
import pytest
|
||||||
|
|
||||||
from crewai.agent import Agent
|
from crewai.agent import Agent
|
||||||
from crewai.crew import Crew
|
from crewai.crew import Crew
|
||||||
from crewai.llm import LLM
|
from crewai.llm import LLM
|
||||||
|
|||||||
Reference in New Issue
Block a user