tests.model package¶
Submodules¶
tests.model.test_base_component module¶
test_base_component.
- 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_print_mermaid_diagram(dummy_component)[source]¶
Test the print_mermaid_diagram method.
tests.model.test_base_facility module¶
test_base_facility.
- tests.model.test_base_facility.test_get_work_amount_skill_progress()[source]¶
test_get_work_amount_skill_progress.
- tests.model.test_base_facility.test_print_mermaid_diagram(dummy_facility)[source]¶
Test the print_mermaid_diagram method.
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_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_priority_rule module¶
test_base_priority_rule.
- tests.model.test_base_priority_rule.test_sort_task_list_TSLACK()[source]¶
test_sort_task_list_TSLACK.
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_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_node_and_edge_trace_for_plotly_network()[source]¶
test_get_node_and_edge_trace_for_plotly_network.
- tests.model.test_base_product.test_print_mermaid_diagram(dummy_product_for_extracting)[source]¶
test_print_mermaid_diagram.
tests.model.test_base_project module¶
test_base_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_project_multiple(scope='function')[source]¶
dummy_project_multiple.
- tests.model.test_base_project.project_for_checking_space_judge(cope='function')[source]¶
project_for_checking_space_judge.
- 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_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_write_json(dummy_project)[source]¶
test_simple_write_json.
tests.model.test_base_subproject_task module¶
test_base_subproject.
tests.model.test_base_task module¶
test_base_task.
- tests.model.test_base_task.test_create_data_for_gantt_plotly()[source]¶
test_create_data_for_gantt_plotly.
- tests.model.test_base_task.test_print_mermaid_diagram(dummy_task)[source]¶
Test the print_mermaid_diagram method.
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_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_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_print_mermaid_diagram(dummy_team_for_extracting)[source]¶
test_print_mermaid_diagram.
tests.model.test_base_worker module¶
test_base_worker.
- tests.model.test_base_worker.test_get_work_amount_skill_progress()[source]¶
test_get_work_amount_skill_progress.
- tests.model.test_base_worker.test_print_mermaid_diagram(dummy_worker)[source]¶
Test the print_mermaid_diagram method.
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_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___set_lst_lft_criticalpath_data()[source]¶
test___set_lst_lft_criticalpath_data.
- tests.model.test_base_workflow.test_create_data_for_gantt_plotly()[source]¶
test_create_data_for_gantt_plotly.
- 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_node_and_edge_trace_for_plotly_network()[source]¶
test_get_node_and_edge_trace_for_plotly_network.
- 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_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_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_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_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.
Module contents¶
__init__.