We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4635903 commit a59e8c8Copy full SHA for a59e8c8
tests/structs/test_sequential_workflow.py
@@ -3,12 +3,6 @@
3
from swarms import Agent, SequentialWorkflow
4
5
6
-# Test SequentialWorkflow class
7
-def test_sequential_workflow_initialization():
8
- # SequentialWorkflow requires agents, so expect ValueError
9
- with pytest.raises(ValueError, match="Agents list cannot be None or empty"):
10
- workflow = SequentialWorkflow()
11
-
12
13
def test_sequential_workflow_initialization_with_agents():
14
"""Test SequentialWorkflow initialization with agents"""
0 commit comments