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 d45c14d commit 247f8a5Copy full SHA for 247f8a5
test/test_optional_task.py
@@ -533,7 +533,7 @@ def test_get_scheduled_tasks() -> None:
533
assert "task3" in scheduled_tasks_dictionary
534
535
536
-def test_get_scheduled_tasks() -> None:
+def test_for_schedule_non_optional_tasks() -> None:
537
pb = ps.SchedulingProblem(name="ForceScheduleNonOptionalTask", horizon=14)
538
task_1 = ps.FixedDurationTask(name="task1", duration=10)
539
with pytest.raises(TypeError):
0 commit comments