Updated the documentation theme to furo
.
#36
Annotations
9 errors
tests/models/test_task.py#L1227
test_schedule_seconds_is_working_properly_for_an_effort_based_task_no_studio[23-d-745200]
assert 662400 == 745200
+ where 662400 = <Modeling (Task)>.schedule_seconds
|
tests/models/test_task.py#L1227
test_schedule_seconds_is_working_properly_for_an_effort_based_task_no_studio[2-w-324000]
assert 288000 == 324000
+ where 288000 = <Modeling (Task)>.schedule_seconds
|
tests/models/test_task.py#L1227
test_schedule_seconds_is_working_properly_for_an_effort_based_task_no_studio[2.5-m-1620000.0]
assert 1440000.0 == 1620000.0
+ where 1440000.0 = <Modeling (Task)>.schedule_seconds
|
tests/models/test_task.py#L1257
test_schedule_seconds_is_working_properly_for_an_effort_based_task_with_studio[23-d-745200]
assert 662400 == 745200
+ where 662400 = <Modeling (Task)>.schedule_seconds
|
tests/models/test_task.py#L1257
test_schedule_seconds_is_working_properly_for_an_effort_based_task_with_studio[2-w-324000]
assert 288000 == 324000
+ where 288000 = <Modeling (Task)>.schedule_seconds
|
tests/models/test_task.py#L1257
test_schedule_seconds_is_working_properly_for_an_effort_based_task_with_studio[2.5-m-1620000.0]
assert 1440000.0 == 1620000.0
+ where 1440000.0 = <Modeling (Task)>.schedule_seconds
|
tests/models/test_task.py#L1285
test_schedule_seconds_is_working_properly_for_a_container_task
assert 288000 == ((2 * 45.0) * 3600)
+ where 288000 = <Modeling (Task)>.schedule_seconds
+ and 45.0 = <stalker.config.Config object at 0x7fc21e9f39d0>.weekly_working_hours
|
tests/models/test_task.py#L1364
test_schedule_seconds_is_working_okay_for_a_container_task_if_the_child_is_updated
assert 288000 == ((2 * 45.0) * 3600)
+ where 288000 = <Modeling (Task)>.schedule_seconds
+ and 45.0 = <stalker.config.Config object at 0x7fc21e9f39d0>.weekly_working_hours
|
|
The logs for this run have expired and are no longer available.
Loading