tests package#

Submodules#

tests.algorithm_test module#

class tests.algorithm_test.AlgorithmTest(methodName='runTest')[source]#

Bases: TestCase

test_importing_xes()[source]#
test_log_skeleton()[source]#
test_alignment()[source]#
test_decomp_alignment()[source]#
test_tokenreplay()[source]#
test_evaluation()[source]#
test_playout()[source]#
test_tree_generation()[source]#
test_alpha_miner_log()[source]#
test_alpha_miner_dataframe()[source]#
test_tsystem()[source]#
test_inductive_miner()[source]#
test_performance_spectrum()[source]#

tests.alignment_test module#

class tests.alignment_test.AlignmentTest(methodName='runTest')[source]#

Bases: TestCase

test_alignment_alpha()[source]#
test_alignment_pnml()[source]#
test_tree_align_receipt()[source]#
test_tree_align_reviewing()[source]#
test_tree_align_reviewing_classifier()[source]#
test_tree_align_reviewing_classifier_different_key()[source]#
test_variant_state_eq_a_star()[source]#
test_variant_dijkstra_less_memory()[source]#
test_variant_tweaked_state_eq_a_star()[source]#

tests.alpha_test module#

class tests.alpha_test.AlphaMinerTest(methodName='runTest')[source]#

Bases: TestCase

obtainPetriNetThroughAlphaMiner(log_name)[source]#
test_applyAlphaMinerToXES()[source]#
test_applyAlphaMinerToCSV()[source]#
test_alphaMinerVisualizationFromXES()[source]#

tests.bpmn_tests module#

class tests.bpmn_tests.BPMNTests(methodName='runTest')[source]#

Bases: TestCase

test_tree_to_bpmn()[source]#
test_bpmn_to_petri_net()[source]#
test_bpmn_layouting()[source]#
test_bpmn_exporting()[source]#
test_bpmn_importing_and_layouting()[source]#

tests.constants module#

tests.csv_impexp_test module#

class tests.csv_impexp_test.CsvImportExportTest(methodName='runTest')[source]#

Bases: TestCase

test_importExportCSVtoXES()[source]#
test_importExportCSVtoCSV()[source]#

tests.dcr_test module#

class tests.dcr_test.TestDiscoveryDCR(methodName='runTest')[source]#

Bases: TestCase

check_if_dcr_is_equal(dcr1, dcr2)[source]#
test_basic_discover_new_dcr_structure()[source]#
test_basic_discover_with_additionalconditions()[source]#
test_basic_disCover()[source]#
test_role_mining()[source]#
test_pending_mining()[source]#
test_nesting_mining()[source]#
test_time_mining()[source]#
test_all_post_process_mining()[source]#
test_role_mining_receipt()[source]#
test_role_mining_with_roles()[source]#
test_role_mining_with_no_roles_or_resources()[source]#
test_role_mining_activity_without_role()[source]#
class tests.dcr_test.TestObjSematics(methodName='runTest')[source]#

Bases: TestCase

test_getitem()[source]#
test_getitem_inheritance()[source]#
test_dcr_semantics_enabled()[source]#
test_dcr_execution_semantic()[source]#
test_dcr_is_accepting_semantic()[source]#
test_dcr_is_accepting_response_pending()[source]#
test_label_mapping_to_activity()[source]#
test_label_Mapping_to_eventID()[source]#
test_pending_event()[source]#
test_instantiate_object()[source]#
class tests.dcr_test.TestConformanceDCR(methodName='runTest')[source]#

Bases: TestCase

test_rule_checking_no_constraints()[source]#
test_rule_checking_conformance()[source]#
test_rule_checking_dataframe()[source]#
test_condition_violation()[source]#
test_response_violation()[source]#
test_exclude_violation()[source]#
test_exclude_violation2()[source]#
test_include_violation()[source]#
test_get_constraint_for_roles()[source]#
test_rule_checking_role_conformance()[source]#
test_conformance_with_group_key()[source]#
test_rule_checking_event_with_not_included_role()[source]#
test_rule_checking_with_wrong_resource()[source]#
test_rule_checking_with_log_missing_resource()[source]#
test_conformance_event_with_no_role()[source]#
test_rule_checking_with_role_attribute()[source]#
test_rule_checking_with_replaced_role()[source]#
class tests.dcr_test.TestAlignment(methodName='runTest')[source]#

Bases: TestCase

setUp()[source]#

Hook method for setting up the test fixture before exercising it.

test_initial_alignment()[source]#
test_trace_alignments()[source]#
test_alignment_costs()[source]#
test_Check_model_moves()[source]#
test_Check_log_moves()[source]#
test_combination()[source]#
test_log_simple_interface()[source]#
test_fitness()[source]#
test_return_dataframe()[source]#
static create_graph_handler(dcr_graph)[source]#
static create_trace_handler(trace)[source]#
static create_log_handler(log)[source]#
validate_alignment(aligned_traces)[source]#
check_trace_alignment(trace)[source]#
check_alignment_cost(aligned_traces)[source]#
test_return_datafrane_alignment()[source]#
class tests.dcr_test.TestImportExportDCR(methodName='runTest')[source]#

Bases: TestCase

setUp() None[source]#

Hook method for setting up the test fixture before exercising it.

test_exporter_to_xml_simple()[source]#
test_import_export_xml_simple()[source]#
test_xml_simple_to_dcr_js_portal()[source]#
test_exporter_to_dcr_portal()[source]#
test_importer_from_dcr_portal()[source]#
test_import_export_dcr_portal()[source]#
test_exporter_to_dcr_js_portal()[source]#
test_importer_from_dcr_js_portal()[source]#
test_import_export_dcr_js_portal()[source]#
test_xml_dcr_portal_to_dcr_js_portal()[source]#
test_dcr_js_portal_to_xml_dcr_portal()[source]#
test_xes_to_xml_dcr_portal_to_dcr_js_portal()[source]#
export_file_simple(event_log_file)[source]#
export_file_dcr_portal(event_log_file)[source]#
export_file_dcr_js(event_log_file)[source]#
tearDown() None[source]#

Hook method for deconstructing the test fixture after testing it.

tests.dec_tree_test module#

class tests.dec_tree_test.DecisionTreeTest(methodName='runTest')[source]#

Bases: TestCase

test_decisiontree_evattrvalue()[source]#
test_decisiontree_traceduration()[source]#

tests.dfg_tests module#

class tests.dfg_tests.DfgTests(methodName='runTest')[source]#

Bases: TestCase

test_filter_act_percentage()[source]#
test_filter_paths_percentage()[source]#

tests.diagn_df_conf_checking module#

class tests.diagn_df_conf_checking.DiagnDfConfChecking(methodName='runTest')[source]#

Bases: TestCase

test_tbr_normal()[source]#
test_tbr_backwards()[source]#
test_align()[source]#
test_log_skeleton()[source]#
test_footprints_classic()[source]#
test_footprints_extensive()[source]#

tests.doc_tests module#

class tests.doc_tests.DocTests(methodName='runTest')[source]#

Bases: TestCase

load_running_example_xes()[source]#
load_running_example_df()[source]#
load_running_example_stream()[source]#
load_running_example_pnml()[source]#
load_receipt_xes()[source]#
load_receipt_df()[source]#
load_receipt_stream()[source]#
load_roadtraffic50_xes()[source]#
load_roadtraffic100_xes()[source]#
load_roadtraffic100_csv()[source]#
test_1()[source]#
test_2()[source]#
test_3()[source]#
test_4()[source]#
test_5()[source]#
test_6()[source]#
test_8()[source]#
test_9()[source]#
test_10()[source]#
test_11()[source]#
test_12()[source]#
test_13()[source]#
test_14()[source]#
test_15()[source]#
test_22()[source]#
test_23()[source]#
test_24()[source]#
test_25()[source]#
test_26()[source]#
test_27()[source]#
test_28()[source]#
test_29()[source]#
test_32()[source]#
test_33()[source]#
test_34()[source]#
test_35()[source]#
test_38()[source]#
test_39()[source]#
test_40()[source]#
test_41()[source]#
test_42()[source]#
test_43()[source]#
test_44()[source]#
test_45()[source]#
test_46()[source]#
test_47()[source]#
test_48()[source]#
test_49()[source]#
test_50()[source]#
test_51()[source]#
test_52()[source]#
test_56()[source]#
test_57()[source]#
test_58()[source]#
test_59()[source]#
test_60()[source]#
test_61()[source]#
test_62()[source]#
test_63()[source]#
test_64()[source]#
test_65()[source]#
test_66()[source]#
test_67()[source]#
test_tbr_diagn_1()[source]#
test_tbr_diagn_2()[source]#
test_max_decomp()[source]#
test_reach_graph()[source]#
test_decomp()[source]#
test_footprints()[source]#
test_log_skeleton()[source]#
test_throughput_time()[source]#
test_case_arrival()[source]#
test_ps()[source]#
test_business_hours()[source]#
test_cycle_waiting_time()[source]#
test_distr_case_duration()[source]#
test_distr_num_attribute()[source]#
test_evaluation()[source]#
test_sna()[source]#
test_playout()[source]#
test_ctmc()[source]#

tests.etc_tests module#

class tests.etc_tests.ETCTest(methodName='runTest')[source]#

Bases: TestCase

test_etc1()[source]#

tests.evaluation_tests module#

class tests.evaluation_tests.ProcessModelEvaluationTests(methodName='runTest')[source]#

Bases: TestCase

test_evaluation_pm1()[source]#
test_evaluation_pm2()[source]#
test_simplicity_arc_degree()[source]#
test_simplicity_extended_cardoso()[source]#
test_simplicity_extended_cyclomatic()[source]#

tests.execute_tests module#

tests.execute_tests.main()[source]#

tests.filtering_log_test module#

class tests.filtering_log_test.LogFilteringTest(methodName='runTest')[source]#

Bases: TestCase

test_filtering_attributes_events()[source]#
test_filtering_attributes_traces()[source]#
test_attribute_selection()[source]#
test_filtering_variants()[source]#
test_obtaining_variants()[source]#
test_casefilter_ncases()[source]#
test_casefilter_casesize()[source]#
test_pathsfilter()[source]#
test_AeventuallyB_pos()[source]#
test_AeventuallyB_neg()[source]#
test_AeventuallyBeventuallyC_pos()[source]#
test_AeventuallyBeventuallyC_neg()[source]#
test_AnextBnextC_pos()[source]#
test_AnextBnextC_neg()[source]#
test_fourEeyesPrinciple_pos()[source]#
test_fourEeyesPrinciple_neg()[source]#
test_attrValueDifferentPersons_pos()[source]#
test_attrValueDifferentPersons_neg()[source]#
test_attr_value_repetition()[source]#
test_filter_traces_attribute_in_timeframe()[source]#

tests.filtering_pandas_test module#

class tests.filtering_pandas_test.DataframePrefilteringTest(methodName='runTest')[source]#

Bases: TestCase

test_prefiltering_dataframe()[source]#
test_filtering_variants()[source]#
test_filtering_attr_events()[source]#
test_filtering_paths()[source]#
test_filtering_timeframe()[source]#
test_filtering_traces_attribute_in_timeframe()[source]#
test_AeventuallyB_pos()[source]#
test_AeventuallyB_neg()[source]#
test_AeventuallyBeventuallyC_pos()[source]#
test_AeventuallyBeventuallyC_neg()[source]#
test_AnextBnextC_pos()[source]#
test_AnextBnextC_neg()[source]#
test_fourEeyesPrinciple_pos()[source]#
test_fourEeyesPrinciple_neg()[source]#
test_attrValueDifferentPersons_pos()[source]#
test_attrValueDifferentPersons_neg()[source]#
test_attr_value_repetition()[source]#

tests.graphs_forming module#

class tests.graphs_forming.GraphsForming(methodName='runTest')[source]#

Bases: TestCase

test_dfCasedurationPlotSemilogx()[source]#
test_logCaseDurationPlotSemiLogx()[source]#
test_dfNumericAttribute()[source]#
test_logNumericAttribute()[source]#

tests.heuminer_test module#

class tests.heuminer_test.HeuMinerTest(methodName='runTest')[source]#

Bases: TestCase

test_heunet_running_example()[source]#
test_petrinet_running_example()[source]#
test_petrinet_receipt_df()[source]#
test_heuplusplus_perf_df()[source]#
test_heuplusplus_perf_log()[source]#
test_heuplusplus_petri_df()[source]#
test_heuplusplus_petri_log()[source]#

tests.imp_everything module#

class tests.imp_everything.Pm4pyImportPackageTest(methodName='runTest')[source]#

Bases: TestCase

test_importeverything()[source]#

tests.imp_exp_from_string module#

class tests.imp_exp_from_string.ImpExpFromString(methodName='runTest')[source]#

Bases: TestCase

test_imp_xes_from_str()[source]#
test_imp_petri_from_str()[source]#
test_imp_tree_from_str()[source]#
test_imp_bpmn_from_str()[source]#
test_imp_xes_from_str2()[source]#
test_imp_petri_from_str2()[source]#
test_imp_tree_from_str2()[source]#
test_imp_bpmn_from_str2()[source]#
test_exp_xes_to_str()[source]#
test_exp_pnml_to_str()[source]#
test_exp_ptml_to_str()[source]#
test_exp_bpmn_to_str()[source]#

tests.inductive_test module#

class tests.inductive_test.InductiveMinerTest(methodName='runTest')[source]#

Bases: TestCase

obtain_petri_net_through_im(log_name, variant=Variants.IM)[source]#
test_applyImdfToXES()[source]#
test_applyImdfToCSV()[source]#
test_imdfVisualizationFromXES()[source]#
test_inductive_miner_new_log()[source]#
test_inductive_miner_new_df()[source]#
test_inductive_miner_new_log_dfg()[source]#
test_inductive_miner_new_df_dfg()[source]#
test_inductive_miner_new_log_variants()[source]#
test_inductive_miner_new_df_variants()[source]#

tests.inductive_tree_test module#

class tests.inductive_tree_test.InductiveMinerTreeTest(methodName='runTest')[source]#

Bases: TestCase

test_tree_running_example_log_plain_based()[source]#
test_tree_receipt_log_plain_based()[source]#
test_tree_parsing()[source]#

tests.llm_test module#

class tests.llm_test.LlmTest(methodName='runTest')[source]#

Bases: TestCase

test_abstract_case()[source]#
test_abstract_dfg()[source]#
test_abstract_variants()[source]#
test_abstract_event_stream()[source]#
test_abstract_log_attributes()[source]#
test_abstract_log_features()[source]#
test_abstract_temporal_profile()[source]#
test_abstract_declare()[source]#
test_abstract_log_skeleton()[source]#
test_abstract_ocel()[source]#
test_abstract_ocel_ocdfg()[source]#
test_abstract_ocel_features()[source]#
test_abstract_petri_net()[source]#

tests.main_fac_test module#

class tests.main_fac_test.MainFactoriesTest(methodName='runTest')[source]#

Bases: TestCase

test_nonstandard_exporter()[source]#
test_alphaminer_log()[source]#
test_memory_efficient_iterparse()[source]#
test_alphaminer_stream()[source]#
test_alphaminer_df()[source]#
test_inductiveminer_log()[source]#
test_inductiveminer_df()[source]#
test_heu_log()[source]#
test_heu_stream()[source]#
test_heu_df()[source]#
test_dfg_log()[source]#
test_dfg_stream()[source]#
test_dfg_df()[source]#
test_ts_log()[source]#
test_ts_stream()[source]#
test_ts_df()[source]#
test_csvimp_xesexp()[source]#
test_xesimp_xesexp()[source]#
test_pdimp_xesexp()[source]#

tests.ocel_discovery_test module#

class tests.ocel_discovery_test.OcelDiscoveryTest(methodName='runTest')[source]#

Bases: TestCase

test_discovery_ocfg_f1()[source]#
test_discovery_ocfg_f2()[source]#
test_discovery_ocfg_f3()[source]#
test_discovery_ocfg_f4()[source]#
test_discovery_ocfg_f5()[source]#
test_discovery_ocfg_p1()[source]#
test_discovery_ocfg_p2()[source]#
test_discovery_ocfg_p3()[source]#
test_discovery_ocfg_p4()[source]#
test_discovery_ocfg_p5()[source]#
test_discovery_ocfg_p6()[source]#
test_discovery_ocpn_im()[source]#
test_discovery_ocpn_imd()[source]#
test_discovery_saw_nets_ocel()[source]#

tests.ocel_filtering_test module#

class tests.ocel_filtering_test.OcelFilteringTest(methodName='runTest')[source]#

Bases: TestCase

test_ocel_import_csv_export_csv()[source]#
test_ocel_import_csv_export_jsonocel()[source]#
test_ocel_import_csv_export_xmlocel()[source]#
test_ocel_import_jsonocel_export_csv()[source]#
test_ocel_import_jsonocel_export_jsonocel()[source]#
test_ocel_import_jsonocel_export_xmlocel()[source]#
test_ocel_import_xmlocel_export_csv()[source]#
test_ocel_import_xmlocel_export_jsonocel()[source]#
test_ocel_import_xmlocel_export_xmlocel()[source]#
test_ocel_statistic_object_type_activities()[source]#
test_ocel_objects_ot_count()[source]#
test_ocel_filter_event_attribute()[source]#
test_ocel_filter_object_attribute()[source]#
test_ocel_filter_object_type_allowed_activities()[source]#
test_ocel_filter_start_events()[source]#
test_ocel_filter_end_events()[source]#
test_ocel_filter_object_per_type_count()[source]#
test_ocel_filter_timestamp()[source]#

tests.other_tests module#

class tests.other_tests.OtherPartsTests(methodName='runTest')[source]#

Bases: TestCase

test_emd_1()[source]#
test_emd_2()[source]#
test_importing_dfg()[source]#
test_exporting_dfg()[source]#
test_exporting_dfg_with_sa_ea()[source]#
test_log_skeleton()[source]#
test_performance_spectrum_log()[source]#
test_performance_spectrum_df()[source]#
test_alignment()[source]#
test_import_export_ptml()[source]#
test_footprints_net()[source]#
test_footprints_tree()[source]#
test_footprints_tree_df()[source]#
test_conversion_pn_to_pt()[source]#
test_playout_tree_basic()[source]#
test_playout_tree_extensive()[source]#
test_service_time_xes()[source]#
test_service_time_pandas()[source]#
test_concurrent_activities_xes()[source]#
test_concurrent_activities_pandas()[source]#
test_efg_xes()[source]#
test_efg_pandas()[source]#
test_dfg_playout()[source]#
test_dfg_align()[source]#
test_insert_idx_in_trace()[source]#
test_automatic_feature_extraction()[source]#
test_log_to_trie()[source]#
test_minimum_self_distance()[source]#
test_projection_univariate_log()[source]#
test_projection_univariate_df()[source]#
test_compression_univariate_log()[source]#
test_compression_univariate_df()[source]#
test_compression_multivariate_log()[source]#
test_compression_multivariate_df()[source]#
test_log_to_target_rem_time()[source]#
test_log_to_target_next_time()[source]#
test_log_to_target_next_activity()[source]#
test_ocel_split_cc_non_simpl_interface()[source]#
test_ocel_split_ancestors_non_simpl_interface()[source]#
test_ocel_object_features_non_simpl_interface()[source]#
test_ocel_event_features_non_simpl_interface()[source]#
test_ocel_event_object_features_non_simpl_interface()[source]#
test_ocel_interaction_graph_non_simpl_interface()[source]#
test_ocel_descendants_graph_non_simpl_interface()[source]#
test_ocel_inheritance_graph_non_simpl_interface()[source]#
test_ocel_cobirth_graph_non_simpl_interface()[source]#
test_ocel_codeath_graph_non_simpl_interface()[source]#
test_ocel_description_non_simpl_interface()[source]#

tests.passed_time module#

class tests.passed_time.PassedTimeTest(methodName='runTest')[source]#

Bases: TestCase

test_passedtime_prepost_log()[source]#
test_passedtime_prepost_df()[source]#

tests.petri_imp_exp_test module#

class tests.petri_imp_exp_test.PetriImportExportTest(methodName='runTest')[source]#

Bases: TestCase

test_importingExportingPetri()[source]#
test_importingPetriLogTokenReplay()[source]#
test_importingPetriLogAlignment()[source]#
test_s_components()[source]#

tests.role_detection module#

class tests.role_detection.RoleDetectionTest(methodName='runTest')[source]#

Bases: TestCase

test_role_running_csv()[source]#
test_role_running_xes()[source]#
test_role_receipt_csv()[source]#
test_role_receipt_xes()[source]#

tests.simplified_interface module#

class tests.simplified_interface.SimplifiedInterfaceTest(methodName='runTest')[source]#

Bases: TestCase

test_csv()[source]#
test_alpha_miner()[source]#
test_alpha_miner_plus()[source]#
test_inductive_miner()[source]#
test_inductive_miner_noise()[source]#
test_heuristics_miner()[source]#
test_inductive_miner_tree()[source]#
test_heuristics_miner_heu_net()[source]#
test_dfg()[source]#
test_read_petri()[source]#
test_read_tree()[source]#
test_read_dfg()[source]#
test_alignments_simpl_interface()[source]#
test_tbr_simpl_interface()[source]#
test_fitness_alignments()[source]#
test_fitness_tbr()[source]#
test_precision_alignments()[source]#
test_precision_tbr()[source]#
test_convert_to_tree_from_petri()[source]#
test_convert_to_tree_from_bpmn()[source]#
test_convert_to_net_from_tree()[source]#
test_convert_to_net_from_bpmn()[source]#
test_convert_to_net_from_dfg()[source]#
test_convert_to_net_from_heu()[source]#
test_convert_to_bpmn_from_tree()[source]#
test_statistics_log()[source]#
test_statistics_df()[source]#
test_playout()[source]#
test_generator()[source]#
test_mark_em_equation()[source]#
test_new_statistics_log()[source]#
test_new_statistics_df()[source]#
test_serialization_log()[source]#
test_serialization_dataframe()[source]#
test_serialization_petri_net()[source]#
test_serialization_process_tree()[source]#
test_serialization_bpmn()[source]#
test_serialization_dfg()[source]#
test_minimum_self_distance()[source]#
test_minimum_self_distance_2()[source]#
test_marking_equation_net()[source]#
test_marking_equation_sync_net()[source]#
test_ext_marking_equation_sync_net()[source]#
test_alignments_tree_simpl_interface()[source]#
test_alignments_dfg_simpl_interface()[source]#
test_alignments_bpmn_simpl_interface()[source]#
test_discovery_inductive_bpmn()[source]#
test_generation()[source]#
test_play_out_tree()[source]#
test_play_out_net()[source]#
test_msd()[source]#
test_case_arrival()[source]#
test_efg()[source]#
test_write_pnml()[source]#
test_write_ptml()[source]#
test_write_dfg()[source]#
test_write_bpmn()[source]#
test_rebase()[source]#
test_parse_process_tree()[source]#
test_parse_log_string()[source]#
test_project_eattr()[source]#
test_sample_cases_log()[source]#
test_sample_cases_df()[source]#
test_sample_events_log()[source]#
test_sample_events_df()[source]#
test_check_soundness()[source]#
test_check_wfnet()[source]#
test_artificial_start_end_log()[source]#
test_artificial_start_end_dataframe()[source]#
test_hof_filter_log()[source]#
test_hof_filter_trace()[source]#
test_hof_sort_log()[source]#
test_hof_sort_trace()[source]#
test_split_train_test_log()[source]#
test_split_train_test_df()[source]#
test_get_prefixes_log()[source]#
test_get_prefixes_df()[source]#
test_convert_reachab()[source]#
test_hw_log()[source]#
test_hw_df()[source]#
test_wt_log()[source]#
test_wt_df()[source]#
test_act_based_res_sim_log()[source]#
test_act_based_res_sim_df()[source]#
test_subcontracting_log()[source]#
test_subcontracting_df()[source]#
test_roles_log()[source]#
test_roles_df()[source]#
test_network_analysis_log()[source]#
test_network_analysis_df()[source]#
test_discover_batches_log()[source]#
test_discover_batches_df()[source]#
test_log_skeleton_log_simplified_interface()[source]#
test_log_skeleton_df_simplified_interface()[source]#
test_temporal_profile_log()[source]#
test_temporal_profile_df()[source]#
test_ocel_get_obj_types()[source]#
test_ocel_get_attr_names()[source]#
test_ocel_flattening()[source]#
test_stats_var_tuples_df()[source]#
test_stats_cycle_time_log()[source]#
test_stats_cycle_time_df()[source]#
test_stats_case_durations_log()[source]#
test_stats_case_durations_df()[source]#
test_stats_case_duration_log()[source]#
test_stats_case_duration_df()[source]#
test_stats_act_pos_summary_log()[source]#
test_stats_act_pos_summary_df()[source]#
test_filter_act_done_diff_res_log()[source]#
test_filter_act_done_diff_res_df()[source]#
test_filter_four_eyes_principle_log()[source]#
test_filter_four_eyes_principle_df()[source]#
test_filter_rel_occ_log()[source]#
test_filter_rel_occ_df()[source]#
test_filter_start_activities_log()[source]#
test_filter_start_activities_df()[source]#
test_filter_end_activities_log()[source]#
test_filter_end_activities_df()[source]#
test_filter_eve_attr_values_log()[source]#
test_filter_eve_attr_values_df()[source]#
test_filter_trace_attr_values_log()[source]#
test_filter_variant_log()[source]#
test_filter_variant_df()[source]#
test_filter_dfg_log()[source]#
test_filter_dfg_df()[source]#
test_filter_efg_log()[source]#
test_filter_efg_df()[source]#
test_filter_time_range_log()[source]#
test_filter_time_range_df()[source]#
test_filter_between_log()[source]#
test_filter_between_df()[source]#
test_filter_case_size_log()[source]#
test_filter_case_size_df()[source]#
test_filter_case_performance_log()[source]#
test_filter_case_performance_df()[source]#
test_filter_activities_rework_log()[source]#
test_filter_act_rework_df()[source]#
test_filter_paths_perf_log()[source]#
test_filter_paths_perf_df()[source]#
test_filter_vars_top_k_log()[source]#
test_filter_vars_top_k_df()[source]#
test_filter_vars_coverage()[source]#
test_filter_prefixes_log()[source]#
test_filter_prefixes_df()[source]#
test_filter_suffixes_log()[source]#
test_filter_suffixes_df()[source]#
test_discover_perf_dfg_log()[source]#
test_discover_perf_dfg_df()[source]#
test_discover_footprints_log()[source]#
test_discover_ts_log()[source]#
test_discover_ts_df()[source]#
test_discover_pref_tree_log()[source]#
test_discover_pref_tree_df()[source]#
test_discover_ocpn()[source]#
test_conformance_alignments_pn_log_simplified_interface()[source]#
test_conformance_alignments_pn_df_simplified_interface()[source]#
test_conformance_diagnostics_fp_log()[source]#
test_fitness_fp_log()[source]#
test_precision_fp_log()[source]#
test_maximal_decomposition()[source]#
test_fea_ext_log()[source]#
test_fea_ext_df()[source]#
test_new_alpha_miner_df()[source]#
test_new_heu_miner_df()[source]#
test_new_dfg_df()[source]#
test_new_perf_dfg_df()[source]#
test_new_tbr_df_simpl_interface()[source]#
test_new_tbr_fitness_df()[source]#
test_new_tbr_precision_df()[source]#
test_new_align_df_simpl_interface()[source]#
test_new_align_fitness_df()[source]#
test_new_align_precision_df()[source]#
test_vis_case_duration_df()[source]#
test_vis_ev_distr_graph_df()[source]#
test_ocel_object_graph()[source]#
test_ocel_temporal_summary()[source]#
test_ocel_objects_summary()[source]#
test_ocel_filtering_ev_ids()[source]#
test_ocel_filtering_obj_ids()[source]#
test_ocel_filtering_obj_types()[source]#
test_ocel_filtering_cc()[source]#
test_ocel_drop_duplicates()[source]#
test_ocel_add_index_based_timedelta()[source]#
test_ocel2_xml()[source]#
test_ocel2_sqlite()[source]#

tests.simplified_interface_2 module#

class tests.simplified_interface_2.SimplifiedInterface2Test(methodName='runTest')[source]#

Bases: TestCase

test_import_ocel_sqlite_1()[source]#
test_import_ocel_sqlite_2()[source]#
test_export_ocel_sqlite()[source]#
test_reduce_invisibles()[source]#
test_reduce_implicit_places()[source]#
test_language_df()[source]#
test_language_log()[source]#
test_language_model()[source]#
test_conversion_df_to_nx()[source]#
test_conversion_log_to_nx()[source]#
test_conversion_ocel_to_nx()[source]#
test_conversion_df_to_ocel()[source]#
test_conversion_log_to_ocel()[source]#
test_conversion_ocelcsv_to_ocel()[source]#
test_conversion_petri_to_nx()[source]#
test_stochastic_language()[source]#
test_hybrid_ilp_miner()[source]#

tests.simulation_test module#

class tests.simulation_test.SimulationTest(methodName='runTest')[source]#

Bases: TestCase

test_simulate_petrinet()[source]#
test_simulate_petrinet_start_params()[source]#

tests.sna_test module#

class tests.sna_test.SnaTests(methodName='runTest')[source]#

Bases: TestCase

test_1()[source]#
test_pandas()[source]#
test_log_orgmining_local_attr()[source]#
test_log_orgmining_local_clustering()[source]#
test_log_orgmining_local_roles()[source]#
test_sna_clustering()[source]#
test_res_profiles_log()[source]#
test_res_profiles_df()[source]#

tests.statistics_df_test module#

class tests.statistics_df_test.StatisticsDfTest(methodName='runTest')[source]#

Bases: TestCase

get_dataframe()[source]#
test_end_activities()[source]#
test_start_activities()[source]#
test_case_arrival()[source]#
test_case_statistics()[source]#
test_variants()[source]#
test_batch_detection()[source]#
test_case_overlap()[source]#
test_cycle_time()[source]#
test_rework()[source]#
test_events_distribution()[source]#
test_msd()[source]#

tests.statistics_log_test module#

class tests.statistics_log_test.StatisticsLogTest(methodName='runTest')[source]#

Bases: TestCase

get_log()[source]#
test_select_attributes()[source]#
test_end_activities()[source]#
test_start_activities()[source]#
test_case_arrival()[source]#
test_case_statistics()[source]#
test_variants()[source]#
test_batch_detection()[source]#
test_case_overlap()[source]#
test_cycle_time()[source]#
test_rework()[source]#
test_events_distribution()[source]#
test_msd()[source]#

tests.test_cli module#

tests.trans_syst_tests module#

class tests.trans_syst_tests.TransitionSystemTest(methodName='runTest')[source]#

Bases: TestCase

test_transitionsystem1()[source]#

tests.woflan_tests module#

class tests.woflan_tests.WoflanTest(methodName='runTest')[source]#

Bases: TestCase

test_running_example_alpha()[source]#
test_running_example_inductive()[source]#
test_figure415()[source]#
test_figure42()[source]#
test_mcg()[source]#

tests.xes_impexp_test module#

class tests.xes_impexp_test.XesImportExportTest(methodName='runTest')[source]#

Bases: TestCase

test_importExportXEStoXES()[source]#
test_importExportProblematicLogs()[source]#
test_importExportXESfromGZIP_imp1()[source]#
test_importXESfromGZIP_imp2()[source]#
test_rustxes_xes_import()[source]#
test_rustxes_xesgz_import()[source]#

tests.xescerttest module#

tests.xescerttest.execute_script()[source]#

Module contents#