mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
Fix import sorting in test file
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
import pytest
|
|
||||||
import time
|
import time
|
||||||
from unittest.mock import MagicMock, patch
|
from unittest.mock import MagicMock, patch
|
||||||
|
|
||||||
|
import pytest
|
||||||
|
|
||||||
from crewai import Agent, Task
|
from crewai import Agent, Task
|
||||||
|
|
||||||
|
|
||||||
def test_agent_max_execution_time():
|
def test_agent_max_execution_time():
|
||||||
"""Test that max_execution_time parameter is enforced."""
|
"""Test that max_execution_time parameter is enforced."""
|
||||||
# Create a simple test function that will be used to simulate a long-running task
|
# Create a simple test function that will be used to simulate a long-running task
|
||||||
|
|||||||
Reference in New Issue
Block a user