tests.model package

Submodules

tests.model.test_base_component module

test_base_component.

tests.model.test_base_component.dummy_component()[source]
tests.model.test_base_component.test_append_child_component()[source]

test_append_child_component.

tests.model.test_base_component.test_append_targeted_task()[source]

test_append_targeted_task.

tests.model.test_base_component.test_create_data_for_gantt_plotly()[source]

test_create_data_for_gantt_plotly.

tests.model.test_base_component.test_extend_child_component_list()[source]

test_extend_child_component_list.

tests.model.test_base_component.test_extend_targeted_task_list()[source]

test_extend_targeted_task_list.

tests.model.test_base_component.test_get_time_list_for_gannt_chart()[source]
tests.model.test_base_component.test_init()[source]

test_init.

tests.model.test_base_component.test_initialize()[source]

test_initialize.

tests.model.test_base_component.test_is_ready()[source]

test_is_ready.

tests.model.test_base_component.test_print_mermaid_diagram(dummy_component)[source]

Test the print_mermaid_diagram method.

tests.model.test_base_component.test_remove_insert_absence_time_list()[source]

test_remove_insert_absence_time_list.

tests.model.test_base_component.test_set_placed_workplace()[source]

test_set_placed_workplace.

tests.model.test_base_component.test_str()[source]

test_str.

tests.model.test_base_component.test_update_error_value()[source]

test_update_error_value.

tests.model.test_base_facility module

test_base_facility.

tests.model.test_base_facility.dummy_facility()[source]

dummy_facility.

tests.model.test_base_facility.test_check_update_state_from_absence_time_list()[source]
tests.model.test_base_facility.test_get_time_list_for_gannt_chart()[source]
tests.model.test_base_facility.test_get_work_amount_skill_progress()[source]

test_get_work_amount_skill_progress.

tests.model.test_base_facility.test_has_workamount_skill()[source]

test_has_workamount_skill.

tests.model.test_base_facility.test_init(dummy_facility)[source]

test_init.

tests.model.test_base_facility.test_initialize()[source]

test_initialize.

tests.model.test_base_facility.test_print_mermaid_diagram(dummy_facility)[source]

Test the print_mermaid_diagram method.

tests.model.test_base_facility.test_remove_insert_absence_time_list()[source]

test_remove_insert_absence_time_list.

tests.model.test_base_facility.test_str()[source]

test_str.

tests.model.test_base_organization module

test_base_organization.

tests.model.test_base_organization.dummy_organization(scope='function')[source]

dummy_organization.

tests.model.test_base_organization.test_add_labor_cost(dummy_organization)[source]

test_add_labor_cost.

tests.model.test_base_organization.test_create_cost_history_plotly(dummy_organization, tmpdir)[source]

test_create_cost_history_plotly.

tests.model.test_base_organization.test_create_data_for_cost_history_plotly(dummy_organization)[source]

test_create_data_for_cost_history_plotly.

tests.model.test_base_organization.test_create_data_for_gantt_plotly(dummy_organization)[source]

test_create_data_for_gantt_plotly.

tests.model.test_base_organization.test_create_gantt_plotly(dummy_organization, tmpdir)[source]

test_create_gantt_plotly.

tests.model.test_base_organization.test_draw_networkx(dummy_organization, tmpdir)[source]

test_draw_networkx.

tests.model.test_base_organization.test_draw_plotly_network(dummy_organization, tmpdir)[source]

test_draw_plotly_network.

tests.model.test_base_organization.test_get_networkx_graph(dummy_organization)[source]

test_get_networkx_graph.

tests.model.test_base_organization.test_get_node_and_edge_trace_for_plotly_network(dummy_organization)[source]

test_get_node_and_edge_trace_for_plotly_network.

tests.model.test_base_organization.test_get_team_list(dummy_organization)[source]

test_get_team_list.

tests.model.test_base_organization.test_get_workplace_list(dummy_organization)[source]

test_get_workplace_list.

tests.model.test_base_organization.test_init(dummy_organization)[source]

test_init.

tests.model.test_base_organization.test_initialize(dummy_organization)[source]

test_initialize.

tests.model.test_base_organization.test_plot_simple_gantt(dummy_organization, tmpdir)[source]

test_plot_simple_gantt.

tests.model.test_base_organization.test_print_mermaid_diagram(dummy_organization)[source]

test_print_mermaid_diagram.

tests.model.test_base_organization.test_remove_insert_absence_time_list()[source]

test_remove_insert_absence_time_list.

tests.model.test_base_organization.test_str(dummy_organization)[source]

test_str.

tests.model.test_base_priority_rule module

test_base_priority_rule.

tests.model.test_base_priority_rule.test_sort_task_list_EST()[source]

test_sort_task_list_EST.

tests.model.test_base_priority_rule.test_sort_task_list_FIFO()[source]

test_sort_task_list_FIFO.

tests.model.test_base_priority_rule.test_sort_task_list_LPT()[source]

test_sort_task_list_LPT.

tests.model.test_base_priority_rule.test_sort_task_list_LRPT()[source]

test_sort_task_list_LRPT.

tests.model.test_base_priority_rule.test_sort_task_list_LWRPT()[source]

test_sort_task_list_LWRPT.

tests.model.test_base_priority_rule.test_sort_task_list_SPT()[source]

test_sort_task_list_SPT.

tests.model.test_base_priority_rule.test_sort_task_list_SRPT()[source]

test_sort_task_list_SRPT.

tests.model.test_base_priority_rule.test_sort_task_list_SWRPT()[source]

test_sort_task_list_SWRPT.

tests.model.test_base_priority_rule.test_sort_task_list_TSLACK()[source]

test_sort_task_list_TSLACK.

tests.model.test_base_priority_rule.test_sort_worker_list_HSV()[source]

test_sort_worker_list_HSV.

tests.model.test_base_priority_rule.test_sort_worker_list_MW()[source]

test_sort_worker_list_MW.

tests.model.test_base_priority_rule.test_sort_worker_list_SSP()[source]

test_sort_worker_list_SSP.

tests.model.test_base_priority_rule.test_sort_worker_list_VC()[source]

test_sort_worker_list_VC.

tests.model.test_base_priority_rule.test_sort_workplace_list_FSS()[source]

test_sort_workplace_list_FSS.

tests.model.test_base_priority_rule.test_sort_workplace_list_SSP()[source]

test_sort_workplace_list_SSP.

tests.model.test_base_product module

test_base_product.

tests.model.test_base_product.dummy_product_for_extracting(scope='function')[source]

dummy_product_for_extracting.

tests.model.test_base_product.test_check_removing_placed_workplace()[source]

test_check_removing_placed_workplace.

tests.model.test_base_product.test_create_data_for_gantt_plotly()[source]

test_create_data_for_gantt_plotly.

tests.model.test_base_product.test_create_gantt_plotly(tmpdir)[source]

test_create_gantt_plotly.

tests.model.test_base_product.test_draw_networkx(tmpdir)[source]

test_draw_networkx.

tests.model.test_base_product.test_draw_plotly_network(tmpdir)[source]

test_draw_plotly_network.

tests.model.test_base_product.test_extract_finished_component_list(dummy_product_for_extracting)[source]

test_extract_finished_component_list.

tests.model.test_base_product.test_extract_none_component_list(dummy_product_for_extracting)[source]

test_extract_none_component_list.

tests.model.test_base_product.test_extract_ready_component_list(dummy_product_for_extracting)[source]

test_extract_ready_component_list.

tests.model.test_base_product.test_extract_working_component_list(dummy_product_for_extracting)[source]

test_extract_working_component_list.

tests.model.test_base_product.test_get_component_list()[source]

test_get_component_list.

tests.model.test_base_product.test_get_networkx_graph()[source]

test_get_networkx_graph.

tests.model.test_base_product.test_get_node_and_edge_trace_for_plotly_network()[source]

test_get_node_and_edge_trace_for_plotly_network.

tests.model.test_base_product.test_init()[source]

test_init.

tests.model.test_base_product.test_initialize()[source]

test_initialize.

tests.model.test_base_product.test_plot_simple_gantt(tmpdir)[source]

test_plot_simple_gantt.

tests.model.test_base_product.test_print_mermaid_diagram(dummy_product_for_extracting)[source]

test_print_mermaid_diagram.

tests.model.test_base_product.test_remove_insert_absence_time_list()[source]

test_remove_insert_absence_time_list.

tests.model.test_base_product.test_str()[source]

test_str.

tests.model.test_base_project module

test_base_project.

tests.model.test_base_project.dummy_conveyor_project()[source]

dummy_conveyor_project.

tests.model.test_base_project.dummy_conveyor_project_with_child_component()[source]

dummy_conveyor_project_with_child_component.

tests.model.test_base_project.dummy_place_check()[source]

dummy_place_check.

tests.model.test_base_project.dummy_project(scope='function')[source]

dummy_project.

tests.model.test_base_project.dummy_project_multiple(scope='function')[source]

dummy_project_multiple.

tests.model.test_base_project.dummy_simple_project(scope='function')[source]
tests.model.test_base_project.project_for_checking_space_judge(cope='function')[source]

project_for_checking_space_judge.

tests.model.test_base_project.test_absence_time_list_simulation(dummy_project)[source]
tests.model.test_base_project.test_baskward_simulate(dummy_project)[source]

test_baskward_simulate.

tests.model.test_base_project.test_component_place_check_1(dummy_conveyor_project)[source]

test_component_place_check_1.

tests.model.test_base_project.test_component_place_check_2(dummy_conveyor_project_with_child_component)[source]

test_component_place_check_2.

tests.model.test_base_project.test_create_gantt_plotly(dummy_project, tmpdir)[source]

test_create_gantt_plotly.

tests.model.test_base_project.test_draw_networkx(dummy_project, tmpdir)[source]

test_draw_networkx.

tests.model.test_base_project.test_draw_plotly_network(dummy_project, tmpdir)[source]

test_draw_plotly_network.

tests.model.test_base_project.test_get_networkx_graph(dummy_project)[source]

test_get_networkx_graph.

tests.model.test_base_project.test_get_node_and_edge_trace_for_plotly_network(dummy_project)[source]

test_get_node_and_edge_trace_for_plotly_network.

tests.model.test_base_project.test_init(dummy_project)[source]

test_init.

tests.model.test_base_project.test_initialize(dummy_project)[source]

test_initialize.

tests.model.test_base_project.test_place_check(dummy_place_check)[source]

test_place_check.

tests.model.test_base_project.test_print_mermaid_diagram(dummy_project_multiple)[source]

test_print_mermaid_diagram.

tests.model.test_base_project.test_project_for_checking_space_judge(project_for_checking_space_judge)[source]

test_project_for_checking_space_judge.

tests.model.test_base_project.test_set_last_datetime(dummy_project)[source]

test_set_last_datetime.

tests.model.test_base_project.test_simple_project_simulate(dummy_simple_project)[source]
tests.model.test_base_project.test_simple_write_json(dummy_project)[source]

test_simple_write_json.

tests.model.test_base_project.test_simulate(dummy_project, dummy_project_multiple)[source]

test_simulate.

tests.model.test_base_project.test_str()[source]

test_str.

tests.model.test_base_project.test_subproject_task(dummy_project)[source]

tests.model.test_base_subproject_task module

test_base_subproject.

tests.model.test_base_subproject_task.dummy_project(scope='function')[source]

dummy_project.

tests.model.test_base_subproject_task.test_set_all_attributes_from_json(dummy_project)[source]

test_set_all_attributes_from_json.

tests.model.test_base_subproject_task.test_set_work_amount_progress_of_unit_step_time(dummy_project)[source]

tests.model.test_base_task module

test_base_task.

tests.model.test_base_task.dummy_task()[source]
tests.model.test_base_task.test_append_input_task()[source]

test_append_input_task.

tests.model.test_base_task.test_can_add_resources()[source]

test_can_add_resources.

tests.model.test_base_task.test_create_data_for_gantt_plotly()[source]

test_create_data_for_gantt_plotly.

tests.model.test_base_task.test_extend_input_task_list()[source]

test_extend_input_task_list.

tests.model.test_base_task.test_get_state_from_record()[source]

test_get_state_from_record.

tests.model.test_base_task.test_get_time_list_for_gannt_chart()[source]
tests.model.test_base_task.test_init()[source]

test_init.

tests.model.test_base_task.test_initialize()[source]

test_initialize.

tests.model.test_base_task.test_perform()[source]

test_perform.

tests.model.test_base_task.test_print_mermaid_diagram(dummy_task)[source]

Test the print_mermaid_diagram method.

tests.model.test_base_task.test_remove_insert_absence_time_list()[source]

test_remove__nsert_absence_time_list.

tests.model.test_base_task.test_str()[source]

test_str.

tests.model.test_base_team module

test_base_team.

tests.model.test_base_team.dummy_team_for_extracting(scope='function')[source]

dummy_team_for_extracting.

tests.model.test_base_team.test_add_labor_cost()[source]

test_add_labor_cost.

tests.model.test_base_team.test_add_worker()[source]

test_add_worker.

tests.model.test_base_team.test_append_targeted_task()[source]

test_append_targeted_task.

tests.model.test_base_team.test_create_cost_history_plotly(tmpdir)[source]

test_create_cost_history_plotly.

tests.model.test_base_team.test_create_data_for_cost_history_plotly()[source]

test_create_data_for_cost_history_plotly.

tests.model.test_base_team.test_create_data_for_gantt_plotly()[source]

test_create_data_for_gantt_plotly.

tests.model.test_base_team.test_create_gantt_plotly(tmpdir)[source]

test_create_gantt_plotly.

tests.model.test_base_team.test_extend_targeted_task_list()[source]

test_extend_targeted_task_list.

tests.model.test_base_team.test_extract_free_worker_list(dummy_team_for_extracting)[source]

test_extract_free_worker_list.

tests.model.test_base_team.test_extract_working_worker_list(dummy_team_for_extracting)[source]

test_extract_working_worker_list.

tests.model.test_base_team.test_get_worker_list()[source]

test_get_worker_list.

tests.model.test_base_team.test_init()[source]

test_init.

tests.model.test_base_team.test_initialize()[source]

test_initialize.

tests.model.test_base_team.test_plot_simple_gantt()[source]

test_plot_simple_gantt.

tests.model.test_base_team.test_print_mermaid_diagram(dummy_team_for_extracting)[source]

test_print_mermaid_diagram.

tests.model.test_base_team.test_remove_insert_absence_time_list()[source]

test_remove_insert_absence_time_list.

tests.model.test_base_team.test_set_parent_team()[source]

test_set_parent_team.

tests.model.test_base_team.test_str()[source]

test_str.

tests.model.test_base_worker module

test_base_worker.

tests.model.test_base_worker.dummy_worker()[source]

dummy_worker.

tests.model.test_base_worker.test_check_update_state_from_absence_time_list()[source]
tests.model.test_base_worker.test_get_quality_skill_point()[source]
tests.model.test_base_worker.test_get_time_list_for_gannt_chart()[source]
tests.model.test_base_worker.test_get_work_amount_skill_progress()[source]

test_get_work_amount_skill_progress.

tests.model.test_base_worker.test_has_facility_skill()[source]

test_has_facility_skill.

tests.model.test_base_worker.test_has_quality_skill()[source]
tests.model.test_base_worker.test_has_workamount_skill()[source]

test_has_workamount_skill.

tests.model.test_base_worker.test_init(dummy_worker)[source]

test_init.

tests.model.test_base_worker.test_initialize()[source]

test_initialize.

tests.model.test_base_worker.test_print_mermaid_diagram(dummy_worker)[source]

Test the print_mermaid_diagram method.

tests.model.test_base_worker.test_remove_insert_absence_time_list()[source]

test_remove_insert_absence_time_list.

tests.model.test_base_worker.test_str()[source]

test_str.

tests.model.test_base_workflow module

test_base_workflow.

tests.model.test_base_workflow.FF_workflow(scope='function')[source]

FF_workflow.

Simple workflow including FinishToFinish dependency.

tests.model.test_base_workflow.SF_workflow(scope='function')[source]

SF_workflow.

Simple workflow including StartToFinish dependency.

tests.model.test_base_workflow.SS_workflow(scope='function')[source]

SS_workflow.

Simple workflow including StartToStart dependency.

tests.model.test_base_workflow.dummy_workflow(scope='function')[source]

dummy_workflow.

tests.model.test_base_workflow.dummy_workflow_for_extracting(scope='function')[source]

dummy_workflow_for_extracting.

tests.model.test_base_workflow.test___check_finished(SF_workflow, FF_workflow)[source]

test___check_finished.

tests.model.test_base_workflow.test___check_ready(SS_workflow, SF_workflow, FF_workflow)[source]

test___check_ready.

tests.model.test_base_workflow.test___check_working()[source]

test___check_working.

tests.model.test_base_workflow.test___set_est_eft_data()[source]

test___set_est_eft_data.

tests.model.test_base_workflow.test___set_lst_lft_criticalpath_data()[source]

test___set_lst_lft_criticalpath_data.

tests.model.test_base_workflow.test_check_state()[source]

test_check_state.

tests.model.test_base_workflow.test_create_data_for_gantt_plotly()[source]

test_create_data_for_gantt_plotly.

tests.model.test_base_workflow.test_create_gantt_plotly(tmpdir)[source]

test_create_gantt_plotly.

tests.model.test_base_workflow.test_draw_networkx(tmpdir)[source]

test_draw_networkx.

tests.model.test_base_workflow.test_draw_plotly_network(tmpdir)[source]

test_draw_plotly_network.

tests.model.test_base_workflow.test_extract_finished_task_list(dummy_workflow_for_extracting)[source]

test_extract_finished_task_list.

tests.model.test_base_workflow.test_extract_none_task_list(dummy_workflow_for_extracting)[source]

test_extract_none_task_list.

tests.model.test_base_workflow.test_extract_ready_task_list(dummy_workflow_for_extracting)[source]

test_extract_ready_task_list.

tests.model.test_base_workflow.test_extract_working_task_list(dummy_workflow_for_extracting)[source]

test_extract_working_task_list.

tests.model.test_base_workflow.test_get_networkx_graph()[source]

test_get_networkx_graph.

tests.model.test_base_workflow.test_get_node_and_edge_trace_for_plotly_network()[source]

test_get_node_and_edge_trace_for_plotly_network.

tests.model.test_base_workflow.test_get_task_list(dummy_workflow)[source]

test_get_task_list.

tests.model.test_base_workflow.test_init()[source]

test_init.

tests.model.test_base_workflow.test_initialize()[source]

test_initialize.

tests.model.test_base_workflow.test_perform()[source]

test_perform.

tests.model.test_base_workflow.test_plot_simple_gantt(tmpdir)[source]

test_plot_simple_gantt.

tests.model.test_base_workflow.test_print_mermaid_diagram(dummy_workflow)[source]

test_print_mermaid_diagram.

tests.model.test_base_workflow.test_remove_insert_absence_time_list()[source]

test_remove_insert_absence_time_list.

tests.model.test_base_workflow.test_reverse_dependencies(dummy_workflow)[source]

test_reverse_dependencies.

tests.model.test_base_workflow.test_str()[source]

test_str.

tests.model.test_base_workflow.test_update_PERT_data(SS_workflow, FF_workflow, SF_workflow)[source]

test_update_PERT_data.

tests.model.test_base_workplace module

test_base_workplace.

tests.model.test_base_workplace.dummy_team_for_extracting(scope='function')[source]

dummy_team_for_extracting.

tests.model.test_base_workplace.test_add_facility()[source]

test_add_facility.

tests.model.test_base_workplace.test_add_labor_cost()[source]

test_add_labor_cost.

tests.model.test_base_workplace.test_append_input_workplace()[source]

test_append_input_workplace.

tests.model.test_base_workplace.test_append_targeted_task()[source]

test_append_targeted_task.

tests.model.test_base_workplace.test_can_put()[source]

test_can_put.

tests.model.test_base_workplace.test_create_cost_history_plotly(tmpdir)[source]

test_create_cost_history_plotly.

tests.model.test_base_workplace.test_create_data_for_cost_history_plotly()[source]

test_create_data_for_cost_history_plotly.

tests.model.test_base_workplace.test_create_data_for_gantt_plotly()[source]

test_create_data_for_gantt_plotly.

tests.model.test_base_workplace.test_create_gantt_plotly(tmpdir)[source]

test_create_gantt_plotly.

tests.model.test_base_workplace.test_extend_input_workplace_list()[source]

test_extend_input_workplace_list.

tests.model.test_base_workplace.test_extend_targeted_task_list()[source]

test_extend_targeted_task_list.

tests.model.test_base_workplace.test_extract_free_facility_list(dummy_team_for_extracting)[source]

test_extract_free_facility_list.

tests.model.test_base_workplace.test_extract_working_facility_list(dummy_team_for_extracting)[source]

test_extract_working_facility_list.

tests.model.test_base_workplace.test_get_available_space_size()[source]

test_get_available_space_size.

tests.model.test_base_workplace.test_get_facility_list()[source]

test_get_facility_list.

tests.model.test_base_workplace.test_init()[source]

test_init.

tests.model.test_base_workplace.test_initialize()[source]

test_initialize.

tests.model.test_base_workplace.test_plot_simple_gantt()[source]

test_plot_simple_gantt.

tests.model.test_base_workplace.test_print_mermaid_diagram(dummy_team_for_extracting)[source]

test_print_mermaid_diagram.

tests.model.test_base_workplace.test_remove_insert_absence_time_list()[source]

test_remove_insert_absence_time_list.

tests.model.test_base_workplace.test_remove_placed_component()[source]

test_remove_placed_component.

tests.model.test_base_workplace.test_set_parent_workplace()[source]

test_set_parent_workplace.

tests.model.test_base_workplace.test_str()[source]

test_str.

Module contents

__init__.