Spaces:
Sleeping
Sleeping
| """Test utilities and mocks.""" | |
| from unittest.mock import MagicMock | |
| def mock_agent(): | |
| return MagicMock() | |
| """Test utilities and mocks.""" | |
| from unittest.mock import MagicMock | |
| def mock_agent(): | |
| return MagicMock() | |