| intelligence_toolkit/AI/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
| intelligence_toolkit/AI/base_batch_async.py |
BaseBatchAsync.track_progress |
12 |
0 |
0 |
100% |
| intelligence_toolkit/AI/base_batch_async.py |
BaseBatchAsync.progress_callback |
1 |
0 |
0 |
100% |
| intelligence_toolkit/AI/base_batch_async.py |
(no function) |
10 |
0 |
0 |
100% |
| intelligence_toolkit/AI/base_chat.py |
BaseChat.__init__ |
2 |
0 |
0 |
100% |
| intelligence_toolkit/AI/base_chat.py |
BaseChat.generate_text_async |
10 |
0 |
0 |
100% |
| intelligence_toolkit/AI/base_chat.py |
BaseChat.generate_texts_async |
8 |
0 |
0 |
100% |
| intelligence_toolkit/AI/base_chat.py |
(no function) |
13 |
0 |
0 |
100% |
| intelligence_toolkit/AI/base_embedder.py |
BaseEmbedder.__init__ |
4 |
0 |
0 |
100% |
| intelligence_toolkit/AI/base_embedder.py |
BaseEmbedder.embed_one_async |
23 |
23 |
0 |
0% |
| intelligence_toolkit/AI/base_embedder.py |
BaseEmbedder.embed_store_one |
22 |
22 |
0 |
0% |
| intelligence_toolkit/AI/base_embedder.py |
BaseEmbedder.embed_store_many |
36 |
36 |
0 |
0% |
| intelligence_toolkit/AI/base_embedder.py |
BaseEmbedder._generate_embedding |
0 |
0 |
0 |
100% |
| intelligence_toolkit/AI/base_embedder.py |
BaseEmbedder._generate_embedding_async |
0 |
0 |
0 |
100% |
| intelligence_toolkit/AI/base_embedder.py |
(no function) |
30 |
0 |
0 |
100% |
| intelligence_toolkit/AI/classes.py |
LLMCallback.__init__ |
1 |
0 |
0 |
100% |
| intelligence_toolkit/AI/classes.py |
LLMCallback.on_llm_new_token |
1 |
0 |
0 |
100% |
| intelligence_toolkit/AI/classes.py |
(no function) |
9 |
0 |
0 |
100% |
| intelligence_toolkit/AI/client.py |
OpenAIClient.__init__ |
2 |
0 |
0 |
100% |
| intelligence_toolkit/AI/client.py |
OpenAIClient._create_openai_client |
14 |
0 |
0 |
100% |
| intelligence_toolkit/AI/client.py |
OpenAIClient.generate_chat |
29 |
0 |
0 |
100% |
| intelligence_toolkit/AI/client.py |
OpenAIClient.generate_chat_async |
23 |
16 |
0 |
30% |
| intelligence_toolkit/AI/client.py |
OpenAIClient.generate_embedding |
2 |
0 |
0 |
100% |
| intelligence_toolkit/AI/client.py |
OpenAIClient.generate_embeddings |
1 |
1 |
0 |
0% |
| intelligence_toolkit/AI/client.py |
OpenAIClient.generate_embedding_async |
2 |
0 |
0 |
100% |
| intelligence_toolkit/AI/client.py |
(no function) |
17 |
0 |
0 |
100% |
| intelligence_toolkit/AI/defaults.py |
(no function) |
16 |
0 |
0 |
100% |
| intelligence_toolkit/AI/local_embedder.py |
LocalEmbedder.__init__ |
7 |
0 |
0 |
100% |
| intelligence_toolkit/AI/local_embedder.py |
LocalEmbedder._generate_embedding |
1 |
0 |
0 |
100% |
| intelligence_toolkit/AI/local_embedder.py |
LocalEmbedder._generate_embedding_async |
2 |
0 |
0 |
100% |
| intelligence_toolkit/AI/local_embedder.py |
(no function) |
10 |
0 |
0 |
100% |
| intelligence_toolkit/AI/metaprompts.py |
(no function) |
3 |
0 |
0 |
100% |
| intelligence_toolkit/AI/openai_configuration.py |
_non_blank |
4 |
0 |
0 |
100% |
| intelligence_toolkit/AI/openai_configuration.py |
OpenAIConfiguration.__init__ |
12 |
0 |
0 |
100% |
| intelligence_toolkit/AI/openai_configuration.py |
OpenAIConfiguration._get_openai_type |
1 |
0 |
0 |
100% |
| intelligence_toolkit/AI/openai_configuration.py |
OpenAIConfiguration._get_az_auth_type |
1 |
0 |
0 |
100% |
| intelligence_toolkit/AI/openai_configuration.py |
OpenAIConfiguration._get_azure_openai_version |
1 |
0 |
0 |
100% |
| intelligence_toolkit/AI/openai_configuration.py |
OpenAIConfiguration._get_chat_model |
1 |
0 |
0 |
100% |
| intelligence_toolkit/AI/openai_configuration.py |
OpenAIConfiguration._get_embedding_model |
2 |
0 |
0 |
100% |
| intelligence_toolkit/AI/openai_configuration.py |
OpenAIConfiguration._get_azure_api_base |
1 |
0 |
0 |
100% |
| intelligence_toolkit/AI/openai_configuration.py |
OpenAIConfiguration._get_api_key |
1 |
0 |
0 |
100% |
| intelligence_toolkit/AI/openai_configuration.py |
OpenAIConfiguration.api_key |
1 |
0 |
0 |
100% |
| intelligence_toolkit/AI/openai_configuration.py |
OpenAIConfiguration.model |
1 |
0 |
0 |
100% |
| intelligence_toolkit/AI/openai_configuration.py |
OpenAIConfiguration.api_base |
2 |
0 |
0 |
100% |
| intelligence_toolkit/AI/openai_configuration.py |
OpenAIConfiguration.api_version |
1 |
0 |
0 |
100% |
| intelligence_toolkit/AI/openai_configuration.py |
OpenAIConfiguration.temperature |
1 |
0 |
0 |
100% |
| intelligence_toolkit/AI/openai_configuration.py |
OpenAIConfiguration.max_tokens |
1 |
0 |
0 |
100% |
| intelligence_toolkit/AI/openai_configuration.py |
OpenAIConfiguration.embedding_model |
1 |
0 |
0 |
100% |
| intelligence_toolkit/AI/openai_configuration.py |
OpenAIConfiguration.api_type |
1 |
0 |
0 |
100% |
| intelligence_toolkit/AI/openai_configuration.py |
OpenAIConfiguration.az_auth_type |
1 |
0 |
0 |
100% |
| intelligence_toolkit/AI/openai_configuration.py |
(no function) |
39 |
0 |
0 |
100% |
| intelligence_toolkit/AI/openai_embedder.py |
OpenAIEmbedder.__init__ |
3 |
0 |
0 |
100% |
| intelligence_toolkit/AI/openai_embedder.py |
OpenAIEmbedder._generate_embedding |
1 |
0 |
0 |
100% |
| intelligence_toolkit/AI/openai_embedder.py |
OpenAIEmbedder._generate_embedding_async |
1 |
0 |
0 |
100% |
| intelligence_toolkit/AI/openai_embedder.py |
(no function) |
9 |
0 |
0 |
100% |
| intelligence_toolkit/AI/text_splitter.py |
TextSplitter.__init__ |
6 |
0 |
0 |
100% |
| intelligence_toolkit/AI/text_splitter.py |
TextSplitter.split |
1 |
0 |
0 |
100% |
| intelligence_toolkit/AI/text_splitter.py |
(no function) |
6 |
0 |
0 |
100% |
| intelligence_toolkit/AI/types.py |
(no function) |
2 |
0 |
0 |
100% |
| intelligence_toolkit/AI/utils.py |
generate_text |
1 |
1 |
0 |
0% |
| intelligence_toolkit/AI/utils.py |
generate_text_async |
1 |
1 |
0 |
0% |
| intelligence_toolkit/AI/utils.py |
map_generate_text |
1 |
1 |
0 |
0% |
| intelligence_toolkit/AI/utils.py |
get_token_count |
8 |
0 |
0 |
100% |
| intelligence_toolkit/AI/utils.py |
prepare_messages |
4 |
0 |
0 |
100% |
| intelligence_toolkit/AI/utils.py |
prepare_validation |
1 |
0 |
0 |
100% |
| intelligence_toolkit/AI/utils.py |
try_parse_json_object |
8 |
0 |
0 |
100% |
| intelligence_toolkit/AI/utils.py |
hash_text |
2 |
0 |
0 |
100% |
| intelligence_toolkit/AI/utils.py |
generate_messages |
2 |
0 |
0 |
100% |
| intelligence_toolkit/AI/utils.py |
generate_batch_messages |
15 |
0 |
0 |
100% |
| intelligence_toolkit/AI/utils.py |
(no function) |
21 |
0 |
0 |
100% |
| intelligence_toolkit/AI/validation_prompt.py |
(no function) |
1 |
0 |
0 |
100% |
| intelligence_toolkit/AI/vector_store.py |
VectorStore.__init__ |
4 |
0 |
0 |
100% |
| intelligence_toolkit/AI/vector_store.py |
VectorStore.save |
3 |
0 |
0 |
100% |
| intelligence_toolkit/AI/vector_store.py |
VectorStore.search_by_column |
7 |
0 |
0 |
100% |
| intelligence_toolkit/AI/vector_store.py |
VectorStore.search_by_vector |
3 |
0 |
0 |
100% |
| intelligence_toolkit/AI/vector_store.py |
VectorStore.update_duckdb_data |
3 |
0 |
0 |
100% |
| intelligence_toolkit/AI/vector_store.py |
VectorStore.drop_table |
3 |
1 |
0 |
67% |
| intelligence_toolkit/AI/vector_store.py |
VectorStore.drop_db |
1 |
1 |
0 |
0% |
| intelligence_toolkit/AI/vector_store.py |
(no function) |
17 |
0 |
0 |
100% |
| intelligence_toolkit/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/api.py |
AnonymizeCaseData.__init__ |
8 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/api.py |
AnonymizeCaseData.analyze_synthesizability |
16 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/api.py |
AnonymizeCaseData.anonymize_case_data |
24 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/api.py |
AnonymizeCaseData.get_data_schema |
1 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/api.py |
AnonymizeCaseData.compute_aggregate_graph_df |
1 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/api.py |
AnonymizeCaseData.compute_synthetic_graph_df |
1 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/api.py |
AnonymizeCaseData.compute_time_series_query_df |
1 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/api.py |
AnonymizeCaseData.compute_top_attributes_query_df |
1 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/api.py |
AnonymizeCaseData.get_bar_chart_fig |
3 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/api.py |
AnonymizeCaseData.get_line_chart_fig |
3 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/api.py |
AnonymizeCaseData.get_flow_chart_fig |
8 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/api.py |
(no function) |
28 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/error_report.py |
ErrorReport.__init__ |
2 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/error_report.py |
ErrorReport.calc_fabricated |
6 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/error_report.py |
ErrorReport.calc_suppressed |
6 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/error_report.py |
ErrorReport.calc_mean |
7 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/error_report.py |
ErrorReport.calc_errors |
9 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/error_report.py |
ErrorReport.calc_total |
6 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/error_report.py |
ErrorReport.gen |
9 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/error_report.py |
(no function) |
11 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/queries.py |
get_data_schema |
8 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/queries.py |
compute_aggregate_graph |
32 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/queries.py |
compute_synthetic_graph |
24 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/queries.py |
compute_top_attributes_query |
40 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/queries.py |
compute_time_series_query |
20 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/queries.py |
(no function) |
8 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/synthesizability_statistics.py |
SynthesizabilityStatistics.__init__ |
7 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/synthesizability_statistics.py |
SynthesizabilityStatistics.__repr__ |
1 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/synthesizability_statistics.py |
(no function) |
3 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/visuals.py |
get_bar_chart |
8 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/visuals.py |
get_line_chart |
7 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/visuals.py |
hsl_to_hex |
4 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/visuals.py |
hex_to_rgb |
3 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/visuals.py |
color_to_hsl |
5 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/visuals.py |
get_flow_chart |
14 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/visuals.py |
print_selections |
12 |
0 |
0 |
100% |
| intelligence_toolkit/anonymize_case_data/visuals.py |
(no function) |
13 |
0 |
0 |
100% |
| intelligence_toolkit/compare_case_groups/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
| intelligence_toolkit/compare_case_groups/api.py |
CompareCaseGroups.__init__ |
4 |
4 |
0 |
0% |
| intelligence_toolkit/compare_case_groups/api.py |
CompareCaseGroups.get_dataset_proportion |
3 |
3 |
0 |
0% |
| intelligence_toolkit/compare_case_groups/api.py |
CompareCaseGroups.get_report_groups_filter_options |
3 |
3 |
0 |
0% |
| intelligence_toolkit/compare_case_groups/api.py |
CompareCaseGroups.get_filter_options |
7 |
7 |
0 |
0% |
| intelligence_toolkit/compare_case_groups/api.py |
CompareCaseGroups._select_columns_ranked_df |
6 |
6 |
0 |
0% |
| intelligence_toolkit/compare_case_groups/api.py |
CompareCaseGroups.create_data_summary |
19 |
19 |
0 |
0% |
| intelligence_toolkit/compare_case_groups/api.py |
CompareCaseGroups._format_list |
8 |
8 |
0 |
0% |
| intelligence_toolkit/compare_case_groups/api.py |
CompareCaseGroups.get_summary_description |
10 |
10 |
0 |
0% |
| intelligence_toolkit/compare_case_groups/api.py |
CompareCaseGroups.get_report_data |
15 |
15 |
0 |
0% |
| intelligence_toolkit/compare_case_groups/api.py |
CompareCaseGroups.generate_group_report |
3 |
3 |
0 |
0% |
| intelligence_toolkit/compare_case_groups/api.py |
(no function) |
21 |
21 |
0 |
0% |
| intelligence_toolkit/compare_case_groups/build_dataframes.py |
build_ranked_df |
8 |
0 |
0 |
100% |
| intelligence_toolkit/compare_case_groups/build_dataframes.py |
build_grouped_df |
9 |
0 |
0 |
100% |
| intelligence_toolkit/compare_case_groups/build_dataframes.py |
build_attribute_df |
9 |
0 |
0 |
100% |
| intelligence_toolkit/compare_case_groups/build_dataframes.py |
filter_df |
4 |
0 |
0 |
100% |
| intelligence_toolkit/compare_case_groups/build_dataframes.py |
(no function) |
5 |
0 |
0 |
100% |
| intelligence_toolkit/compare_case_groups/prompts.py |
(no function) |
4 |
4 |
0 |
0% |
| intelligence_toolkit/compare_case_groups/temporal_process.py |
create_window_df |
7 |
0 |
0 |
100% |
| intelligence_toolkit/compare_case_groups/temporal_process.py |
calculate_window_delta |
1 |
0 |
0 |
100% |
| intelligence_toolkit/compare_case_groups/temporal_process.py |
build_temporal_count |
17 |
0 |
0 |
100% |
| intelligence_toolkit/compare_case_groups/temporal_process.py |
build_temporal_data |
19 |
0 |
0 |
100% |
| intelligence_toolkit/compare_case_groups/temporal_process.py |
(no function) |
5 |
0 |
0 |
100% |
| intelligence_toolkit/detect_case_patterns/__init__.py |
get_readme |
3 |
3 |
0 |
0% |
| intelligence_toolkit/detect_case_patterns/__init__.py |
(no function) |
2 |
0 |
0 |
100% |
| intelligence_toolkit/detect_case_patterns/api.py |
DetectCasePatterns.__init__ |
7 |
7 |
0 |
0% |
| intelligence_toolkit/detect_case_patterns/api.py |
DetectCasePatterns.generate_graph_model |
5 |
5 |
0 |
0% |
| intelligence_toolkit/detect_case_patterns/api.py |
DetectCasePatterns._prepare_graph |
1 |
1 |
0 |
0% |
| intelligence_toolkit/detect_case_patterns/api.py |
DetectCasePatterns.generate_embedding_model |
5 |
5 |
0 |
0% |
| intelligence_toolkit/detect_case_patterns/api.py |
DetectCasePatterns.detect_patterns |
3 |
3 |
0 |
0% |
| intelligence_toolkit/detect_case_patterns/api.py |
DetectCasePatterns.create_time_series_df |
1 |
1 |
0 |
0% |
| intelligence_toolkit/detect_case_patterns/api.py |
DetectCasePatterns.compute_attribute_counts |
1 |
1 |
0 |
0% |
| intelligence_toolkit/detect_case_patterns/api.py |
DetectCasePatterns.create_time_series_chart |
9 |
9 |
0 |
0% |
| intelligence_toolkit/detect_case_patterns/api.py |
DetectCasePatterns.explain_pattern |
5 |
5 |
0 |
0% |
| intelligence_toolkit/detect_case_patterns/api.py |
(no function) |
18 |
18 |
0 |
0% |
| intelligence_toolkit/detect_case_patterns/config.py |
(no function) |
6 |
0 |
0 |
100% |
| intelligence_toolkit/detect_case_patterns/detection_functions.py |
_create_period_to_close_nodes |
17 |
17 |
0 |
0% |
| intelligence_toolkit/detect_case_patterns/detection_functions.py |
create_close_node_rows |
14 |
14 |
0 |
0% |
| intelligence_toolkit/detect_case_patterns/detection_functions.py |
create_period_to_patterns |
35 |
35 |
0 |
0% |
| intelligence_toolkit/detect_case_patterns/detection_functions.py |
create_pattern_rows |
10 |
10 |
0 |
0% |
| intelligence_toolkit/detect_case_patterns/detection_functions.py |
(no function) |
9 |
0 |
0 |
100% |
| intelligence_toolkit/detect_case_patterns/graph_functions.py |
convert_edge_df_to_graph |
3 |
0 |
0 |
100% |
| intelligence_toolkit/detect_case_patterns/graph_functions.py |
create_edge_df_from_atts |
27 |
0 |
0 |
100% |
| intelligence_toolkit/detect_case_patterns/graph_functions.py |
(no function) |
7 |
0 |
0 |
100% |
| intelligence_toolkit/detect_case_patterns/model.py |
generate_graph_model |
12 |
0 |
0 |
100% |
| intelligence_toolkit/detect_case_patterns/model.py |
compute_attribute_counts |
16 |
0 |
0 |
100% |
| intelligence_toolkit/detect_case_patterns/model.py |
create_time_series_df |
6 |
6 |
0 |
0% |
| intelligence_toolkit/detect_case_patterns/model.py |
prepare_graph |
13 |
0 |
0 |
100% |
| intelligence_toolkit/detect_case_patterns/model.py |
detect_patterns |
15 |
15 |
0 |
0% |
| intelligence_toolkit/detect_case_patterns/model.py |
prepare_for_ai_report |
3 |
3 |
0 |
0% |
| intelligence_toolkit/detect_case_patterns/model.py |
(no function) |
16 |
0 |
0 |
100% |
| intelligence_toolkit/detect_case_patterns/prompts.py |
(no function) |
4 |
0 |
0 |
100% |
| intelligence_toolkit/detect_case_patterns/record_counter.py |
RecordCounter.__init__ |
9 |
9 |
0 |
0% |
| intelligence_toolkit/detect_case_patterns/record_counter.py |
RecordCounter.count_records |
17 |
17 |
0 |
0% |
| intelligence_toolkit/detect_case_patterns/record_counter.py |
RecordCounter.compute_period_mean_sd_max |
7 |
7 |
0 |
0% |
| intelligence_toolkit/detect_case_patterns/record_counter.py |
RecordCounter.create_time_series_rows |
5 |
5 |
0 |
0% |
| intelligence_toolkit/detect_case_patterns/record_counter.py |
(no function) |
8 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/__init__.py |
get_readme |
3 |
3 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/__init__.py |
(no function) |
2 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/api.py |
DetectEntityNetworks.__init__ |
11 |
11 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/api.py |
DetectEntityNetworks.format_links_added |
1 |
1 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/api.py |
DetectEntityNetworks.get_entity_types |
1 |
1 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/api.py |
DetectEntityNetworks.get_attributes |
1 |
1 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/api.py |
DetectEntityNetworks.remove_attributes |
1 |
1 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/api.py |
DetectEntityNetworks.add_attribute_links |
9 |
9 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/api.py |
DetectEntityNetworks.add_flag_links |
5 |
5 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/api.py |
DetectEntityNetworks.add_group_links |
4 |
4 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/api.py |
DetectEntityNetworks.get_model_summary_data |
16 |
16 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/api.py |
DetectEntityNetworks.get_model_summary_value |
2 |
2 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/api.py |
DetectEntityNetworks.index_nodes |
1 |
1 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/api.py |
DetectEntityNetworks.infer_nodes |
2 |
2 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/api.py |
DetectEntityNetworks.clear_inferred_links |
1 |
1 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/api.py |
DetectEntityNetworks.clear_data_model |
7 |
7 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/api.py |
DetectEntityNetworks.inferred_nodes_df |
3 |
3 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/api.py |
DetectEntityNetworks.identify |
5 |
5 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/api.py |
DetectEntityNetworks.get_community_sizes |
1 |
1 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/api.py |
DetectEntityNetworks.get_records_summary |
5 |
5 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/api.py |
DetectEntityNetworks.get_entity_df |
2 |
2 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/api.py |
DetectEntityNetworks.get_grouped_df |
7 |
7 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/api.py |
DetectEntityNetworks.get_exposure_report |
3 |
3 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/api.py |
DetectEntityNetworks.get_entities_graph |
2 |
2 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/api.py |
DetectEntityNetworks.get_single_entity_graph |
2 |
2 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/api.py |
DetectEntityNetworks.get_merged_graph_df |
5 |
5 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/api.py |
DetectEntityNetworks.generate_report |
4 |
4 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/api.py |
(no function) |
43 |
43 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/classes.py |
SummaryData.__init__ |
5 |
5 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/classes.py |
(no function) |
6 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/config.py |
(no function) |
6 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/explore_networks.py |
_integrate_flags |
8 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/explore_networks.py |
_build_fuzzy_neighbors |
13 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/explore_networks.py |
build_network_from_entities |
35 |
35 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/explore_networks.py |
_merge_condition |
3 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/explore_networks.py |
_merge_node_list |
11 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/explore_networks.py |
_merge_nodes |
14 |
1 |
0 |
93% |
| intelligence_toolkit/detect_entity_networks/explore_networks.py |
simplify_entities_graph |
9 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/explore_networks.py |
hsl_to_hex |
2 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/explore_networks.py |
get_type_color |
16 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/explore_networks.py |
get_entity_graph |
26 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/explore_networks.py |
(no function) |
16 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/exposure_report.py |
build_exposure_data |
69 |
5 |
0 |
93% |
| intelligence_toolkit/detect_entity_networks/exposure_report.py |
build_exposure_report |
19 |
19 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/exposure_report.py |
(no function) |
8 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/identify_networks.py |
trim_nodeset |
8 |
1 |
0 |
88% |
| intelligence_toolkit/detect_entity_networks/identify_networks.py |
get_entity_neighbors |
13 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/identify_networks.py |
neighbor_is_valid |
6 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/identify_networks.py |
project_entity_graph |
29 |
11 |
0 |
62% |
| intelligence_toolkit/detect_entity_networks/identify_networks.py |
get_subgraph |
15 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/identify_networks.py |
get_community_nodes |
15 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/identify_networks.py |
build_networks |
3 |
3 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/identify_networks.py |
get_integrated_flags |
36 |
3 |
0 |
92% |
| intelligence_toolkit/detect_entity_networks/identify_networks.py |
build_entity_records |
11 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/identify_networks.py |
(no function) |
16 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/index_and_infer.py |
index_nodes |
21 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/index_and_infer.py |
infer_nodes |
16 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/index_and_infer.py |
create_inferred_links |
1 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/index_and_infer.py |
index_and_infer |
6 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/index_and_infer.py |
(no function) |
18 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/prepare_model.py |
clean_text |
2 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/prepare_model.py |
format_data_columns |
4 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/prepare_model.py |
generate_attribute_links |
5 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/prepare_model.py |
build_main_graph |
20 |
2 |
0 |
90% |
| intelligence_toolkit/detect_entity_networks/prepare_model.py |
build_flag_links |
17 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/prepare_model.py |
transform_entity |
1 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/prepare_model.py |
build_flags |
9 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/prepare_model.py |
build_groups |
14 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/prepare_model.py |
build_model_with_attributes |
3 |
3 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/prepare_model.py |
get_flags |
2 |
2 |
0 |
0% |
| intelligence_toolkit/detect_entity_networks/prepare_model.py |
(no function) |
19 |
0 |
0 |
100% |
| intelligence_toolkit/detect_entity_networks/prompts.py |
(no function) |
4 |
4 |
0 |
0% |
| intelligence_toolkit/extract_record_data/__init__.py |
get_readme |
3 |
3 |
0 |
0% |
| intelligence_toolkit/extract_record_data/__init__.py |
(no function) |
2 |
2 |
0 |
0% |
| intelligence_toolkit/extract_record_data/api.py |
ExtractRecordData.__init__ |
4 |
4 |
0 |
0% |
| intelligence_toolkit/extract_record_data/api.py |
ExtractRecordData.set_schema |
2 |
2 |
0 |
0% |
| intelligence_toolkit/extract_record_data/api.py |
ExtractRecordData.set_ai_configuration |
1 |
1 |
0 |
0% |
| intelligence_toolkit/extract_record_data/api.py |
ExtractRecordData.extract_record_data |
1 |
1 |
0 |
0% |
| intelligence_toolkit/extract_record_data/api.py |
(no function) |
9 |
9 |
0 |
0% |
| intelligence_toolkit/extract_record_data/data_extractor.py |
extract_record_data |
14 |
14 |
0 |
0% |
| intelligence_toolkit/extract_record_data/data_extractor.py |
_extract_data_parallel |
3 |
3 |
0 |
0% |
| intelligence_toolkit/extract_record_data/data_extractor.py |
extract_df |
1 |
1 |
0 |
0% |
| intelligence_toolkit/extract_record_data/data_extractor.py |
merge_json_objects |
11 |
11 |
0 |
0% |
| intelligence_toolkit/extract_record_data/data_extractor.py |
merge_json_objects.merge_values |
11 |
11 |
0 |
0% |
| intelligence_toolkit/extract_record_data/data_extractor.py |
extract_array_fields |
4 |
4 |
0 |
0% |
| intelligence_toolkit/extract_record_data/data_extractor.py |
extract_array_fields.extract_array_fields_recursive |
10 |
10 |
0 |
0% |
| intelligence_toolkit/extract_record_data/data_extractor.py |
(no function) |
10 |
10 |
0 |
0% |
| intelligence_toolkit/extract_record_data/prompts.py |
(no function) |
1 |
1 |
0 |
0% |
| intelligence_toolkit/generate_mock_data/__init__.py |
get_readme |
3 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/__init__.py |
(no function) |
2 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/api.py |
GenerateMockData.__init__ |
4 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/api.py |
GenerateMockData.set_schema |
2 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/api.py |
GenerateMockData.set_ai_configuration |
1 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/api.py |
GenerateMockData.generate_data_records |
1 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/api.py |
GenerateMockData.generate_text_data |
4 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/api.py |
(no function) |
10 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/data_generator.py |
generate_data |
42 |
42 |
0 |
0% |
| intelligence_toolkit/generate_mock_data/data_generator.py |
generate_unseeded_data |
3 |
3 |
0 |
0% |
| intelligence_toolkit/generate_mock_data/data_generator.py |
generate_seeded_data |
3 |
3 |
0 |
0% |
| intelligence_toolkit/generate_mock_data/data_generator.py |
select_random_records |
7 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/data_generator.py |
extract_df |
1 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/data_generator.py |
merge_json_objects |
11 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/data_generator.py |
merge_json_objects.merge_values |
11 |
2 |
0 |
82% |
| intelligence_toolkit/generate_mock_data/data_generator.py |
extract_array_fields |
4 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/data_generator.py |
extract_array_fields.extract_array_fields_recursive |
10 |
3 |
0 |
70% |
| intelligence_toolkit/generate_mock_data/data_generator.py |
sample_from_record_array |
2 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/data_generator.py |
(no function) |
15 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/prompts.py |
(no function) |
3 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
_get_field_label_number |
8 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
_get_unique_field_label |
4 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
get_subobject |
13 |
3 |
0 |
77% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
get_required_list |
11 |
3 |
0 |
73% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
create_boilerplate_schema |
2 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
add_object_field |
3 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
add_array_field |
7 |
1 |
0 |
86% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
add_primitive_field |
5 |
1 |
0 |
80% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
set_string_min_length |
3 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
set_string_max_length |
3 |
1 |
0 |
67% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
set_string_pattern |
3 |
1 |
0 |
67% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
set_string_format |
3 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
clear_string_constraints |
4 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
set_number_minimum |
9 |
3 |
0 |
67% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
set_number_maximum |
9 |
5 |
0 |
44% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
set_number_multiple_of |
3 |
1 |
0 |
67% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
clear_number_constraints |
5 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
rename_field |
7 |
1 |
0 |
86% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
delete_field |
2 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
move_field_up |
8 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
move_field_down |
8 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
set_required_field_status |
8 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
set_enum_field_status |
28 |
16 |
0 |
43% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
set_additional_field_status |
8 |
2 |
0 |
75% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
generate_object_from_schema |
2 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
generate_object_from_schema.generate_template |
31 |
15 |
0 |
52% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
convert_to_dataframe |
2 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
_get_constrained_value |
13 |
10 |
0 |
23% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
evaluate_object_and_schema |
10 |
7 |
0 |
30% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
evaluate_schema |
2 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
test |
35 |
35 |
0 |
0% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
main |
1 |
1 |
0 |
0% |
| intelligence_toolkit/generate_mock_data/schema_builder.py |
(no function) |
75 |
1 |
0 |
99% |
| intelligence_toolkit/generate_mock_data/text_generator.py |
generate_text_data |
11 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/text_generator.py |
_generate_text_async |
2 |
0 |
0 |
100% |
| intelligence_toolkit/generate_mock_data/text_generator.py |
(no function) |
8 |
0 |
0 |
100% |
| intelligence_toolkit/graph/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
| intelligence_toolkit/graph/graph_encoder_embed.py |
GraphEncoderEmbed.run |
13 |
0 |
0 |
100% |
| intelligence_toolkit/graph/graph_encoder_embed.py |
GraphEncoderEmbed.Basic |
12 |
0 |
0 |
100% |
| intelligence_toolkit/graph/graph_encoder_embed.py |
GraphEncoderEmbed.Diagonal |
3 |
0 |
0 |
100% |
| intelligence_toolkit/graph/graph_encoder_embed.py |
GraphEncoderEmbed.Laplacian |
6 |
0 |
0 |
100% |
| intelligence_toolkit/graph/graph_encoder_embed.py |
GraphEncoderEmbed.Correlation |
5 |
0 |
0 |
100% |
| intelligence_toolkit/graph/graph_encoder_embed.py |
GraphEncoderEmbed.edge_list_size |
3 |
0 |
0 |
100% |
| intelligence_toolkit/graph/graph_encoder_embed.py |
GraphEncoderEmbed.Edge_to_Sparse |
9 |
0 |
0 |
100% |
| intelligence_toolkit/graph/graph_encoder_embed.py |
(no function) |
11 |
0 |
0 |
100% |
| intelligence_toolkit/graph/graph_fusion_encoder_embedding.py |
_get_edge_list |
2 |
0 |
0 |
100% |
| intelligence_toolkit/graph/graph_fusion_encoder_embedding.py |
_generate_embeddings_for_period |
34 |
0 |
0 |
100% |
| intelligence_toolkit/graph/graph_fusion_encoder_embedding.py |
_cosine_distance |
3 |
0 |
0 |
100% |
| intelligence_toolkit/graph/graph_fusion_encoder_embedding.py |
generate_graph_fusion_encoder_embedding |
23 |
0 |
0 |
100% |
| intelligence_toolkit/graph/graph_fusion_encoder_embedding.py |
is_converging_pair |
9 |
0 |
0 |
100% |
| intelligence_toolkit/graph/graph_fusion_encoder_embedding.py |
create_concept_to_community_hierarchy |
20 |
0 |
0 |
100% |
| intelligence_toolkit/graph/graph_fusion_encoder_embedding.py |
(no function) |
13 |
0 |
0 |
100% |
| intelligence_toolkit/helpers/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
| intelligence_toolkit/helpers/classes.py |
IntelligenceWorkflow.__init__ |
1 |
0 |
0 |
100% |
| intelligence_toolkit/helpers/classes.py |
IntelligenceWorkflow.set_ai_configuration |
3 |
0 |
0 |
100% |
| intelligence_toolkit/helpers/classes.py |
IntelligenceWorkflow.set_embedder |
4 |
0 |
0 |
100% |
| intelligence_toolkit/helpers/classes.py |
(no function) |
9 |
0 |
0 |
100% |
| intelligence_toolkit/helpers/constants.py |
(no function) |
10 |
1 |
0 |
90% |
| intelligence_toolkit/helpers/decorators.py |
retry_with_backoff |
3 |
0 |
0 |
100% |
| intelligence_toolkit/helpers/decorators.py |
retry_with_backoff.decorator |
2 |
0 |
0 |
100% |
| intelligence_toolkit/helpers/decorators.py |
retry_with_backoff.decorator.wrapper |
10 |
0 |
0 |
100% |
| intelligence_toolkit/helpers/decorators.py |
(no function) |
8 |
0 |
0 |
100% |
| intelligence_toolkit/helpers/df_functions.py |
fix_null_ints |
15 |
0 |
0 |
100% |
| intelligence_toolkit/helpers/df_functions.py |
get_current_time |
1 |
0 |
0 |
100% |
| intelligence_toolkit/helpers/df_functions.py |
suppress_boolean_binary |
11 |
0 |
0 |
100% |
| intelligence_toolkit/helpers/df_functions.py |
(no function) |
6 |
0 |
0 |
100% |
| intelligence_toolkit/helpers/document_processor.py |
convert_files_to_chunks |
33 |
0 |
0 |
100% |
| intelligence_toolkit/helpers/document_processor.py |
convert_files_to_chunks.add_chunks |
5 |
0 |
0 |
100% |
| intelligence_toolkit/helpers/document_processor.py |
(no function) |
7 |
0 |
0 |
100% |
| intelligence_toolkit/helpers/progress_batch_callback.py |
ProgressBatchCallback.__init__ |
2 |
0 |
0 |
100% |
| intelligence_toolkit/helpers/progress_batch_callback.py |
ProgressBatchCallback.on_batch_change |
3 |
0 |
0 |
100% |
| intelligence_toolkit/helpers/progress_batch_callback.py |
(no function) |
3 |
0 |
0 |
100% |
| intelligence_toolkit/helpers/texts.py |
clean_text_for_csv |
1 |
0 |
0 |
100% |
| intelligence_toolkit/helpers/texts.py |
clean_for_column_name |
1 |
0 |
0 |
100% |
| intelligence_toolkit/helpers/texts.py |
(no function) |
3 |
0 |
0 |
100% |
| intelligence_toolkit/helpers/wkhtmltopdf.py |
is_in_path |
4 |
0 |
0 |
100% |
| intelligence_toolkit/helpers/wkhtmltopdf.py |
config_pdfkit |
4 |
0 |
0 |
100% |
| intelligence_toolkit/helpers/wkhtmltopdf.py |
(no function) |
6 |
0 |
0 |
100% |
| intelligence_toolkit/match_entity_records/__init__.py |
get_readme |
3 |
0 |
0 |
100% |
| intelligence_toolkit/match_entity_records/__init__.py |
(no function) |
2 |
0 |
0 |
100% |
| intelligence_toolkit/match_entity_records/api.py |
MatchEntityRecords.total_records |
1 |
0 |
0 |
100% |
| intelligence_toolkit/match_entity_records/api.py |
MatchEntityRecords.attribute_options |
1 |
0 |
0 |
100% |
| intelligence_toolkit/match_entity_records/api.py |
MatchEntityRecords.integrated_results |
2 |
0 |
0 |
100% |
| intelligence_toolkit/match_entity_records/api.py |
MatchEntityRecords.add_df_to_model |
4 |
0 |
0 |
100% |
| intelligence_toolkit/match_entity_records/api.py |
MatchEntityRecords.build_model_df |
5 |
0 |
0 |
100% |
| intelligence_toolkit/match_entity_records/api.py |
MatchEntityRecords.embed_sentences |
3 |
0 |
0 |
100% |
| intelligence_toolkit/match_entity_records/api.py |
MatchEntityRecords.detect_record_groups |
7 |
0 |
0 |
100% |
| intelligence_toolkit/match_entity_records/api.py |
MatchEntityRecords.evaluate_groups |
10 |
0 |
0 |
100% |
| intelligence_toolkit/match_entity_records/api.py |
MatchEntityRecords.clear_model_dfs |
1 |
0 |
0 |
100% |
| intelligence_toolkit/match_entity_records/api.py |
(no function) |
29 |
0 |
0 |
100% |
| intelligence_toolkit/match_entity_records/classes.py |
(no function) |
14 |
0 |
0 |
100% |
| intelligence_toolkit/match_entity_records/config.py |
(no function) |
6 |
0 |
0 |
100% |
| intelligence_toolkit/match_entity_records/detect.py |
convert_to_sentences |
15 |
0 |
0 |
100% |
| intelligence_toolkit/match_entity_records/detect.py |
build_nearest_neighbors |
6 |
0 |
0 |
100% |
| intelligence_toolkit/match_entity_records/detect.py |
build_near_map |
11 |
0 |
0 |
100% |
| intelligence_toolkit/match_entity_records/detect.py |
build_sentence_pair_scores |
19 |
0 |
0 |
100% |
| intelligence_toolkit/match_entity_records/detect.py |
build_matches |
33 |
1 |
0 |
97% |
| intelligence_toolkit/match_entity_records/detect.py |
_calculate_mean_score |
8 |
0 |
0 |
100% |
| intelligence_toolkit/match_entity_records/detect.py |
build_matches_dataset |
16 |
0 |
0 |
100% |
| intelligence_toolkit/match_entity_records/detect.py |
build_attributes_dataframe |
26 |
2 |
0 |
92% |
| intelligence_toolkit/match_entity_records/detect.py |
(no function) |
17 |
0 |
0 |
100% |
| intelligence_toolkit/match_entity_records/prepare_model.py |
format_model_df |
11 |
0 |
0 |
100% |
| intelligence_toolkit/match_entity_records/prepare_model.py |
build_attribute_options |
5 |
0 |
0 |
100% |
| intelligence_toolkit/match_entity_records/prepare_model.py |
build_attributes_list |
14 |
0 |
0 |
100% |
| intelligence_toolkit/match_entity_records/prepare_model.py |
(no function) |
6 |
0 |
0 |
100% |
| intelligence_toolkit/match_entity_records/prompts.py |
(no function) |
4 |
0 |
0 |
100% |
| intelligence_toolkit/query_text_data/__init__.py |
get_readme |
3 |
3 |
0 |
0% |
| intelligence_toolkit/query_text_data/__init__.py |
(no function) |
2 |
0 |
0 |
100% |
| intelligence_toolkit/query_text_data/answer_builder.py |
_split_on_multiple_delimiters |
2 |
0 |
0 |
100% |
| intelligence_toolkit/query_text_data/answer_builder.py |
extract_and_link_chunk_references |
14 |
0 |
0 |
100% |
| intelligence_toolkit/query_text_data/answer_builder.py |
_build_theme_summaries_from_commentary |
26 |
4 |
0 |
85% |
| intelligence_toolkit/query_text_data/answer_builder.py |
answer_query |
15 |
0 |
0 |
100% |
| intelligence_toolkit/query_text_data/answer_builder.py |
build_report_markdown |
21 |
1 |
0 |
95% |
| intelligence_toolkit/query_text_data/answer_builder.py |
cluster_cids |
17 |
17 |
0 |
0% |
| intelligence_toolkit/query_text_data/answer_builder.py |
(no function) |
14 |
0 |
0 |
100% |
| intelligence_toolkit/query_text_data/answer_schema.py |
(no function) |
3 |
0 |
0 |
100% |
| intelligence_toolkit/query_text_data/api.py |
QueryTextData.__init__ |
1 |
1 |
0 |
0% |
| intelligence_toolkit/query_text_data/api.py |
QueryTextData.set_ai_config |
2 |
2 |
0 |
0% |
| intelligence_toolkit/query_text_data/api.py |
QueryTextData.reset_workflow |
12 |
12 |
0 |
0% |
| intelligence_toolkit/query_text_data/api.py |
QueryTextData.set_embedder |
1 |
1 |
0 |
0% |
| intelligence_toolkit/query_text_data/api.py |
QueryTextData.process_data_from_files |
3 |
3 |
0 |
0% |
| intelligence_toolkit/query_text_data/api.py |
QueryTextData.process_text_chunks |
3 |
3 |
0 |
0% |
| intelligence_toolkit/query_text_data/api.py |
QueryTextData.embed_text_chunks |
3 |
3 |
0 |
0% |
| intelligence_toolkit/query_text_data/api.py |
QueryTextData.anchor_query_to_concepts |
2 |
2 |
0 |
0% |
| intelligence_toolkit/query_text_data/api.py |
QueryTextData.detect_relevant_text_chunks |
7 |
7 |
0 |
0% |
| intelligence_toolkit/query_text_data/api.py |
QueryTextData.answer_query_with_relevant_chunks |
3 |
3 |
0 |
0% |
| intelligence_toolkit/query_text_data/api.py |
QueryTextData.build_concept_community_graph |
2 |
2 |
0 |
0% |
| intelligence_toolkit/query_text_data/api.py |
QueryTextData.condense_answer |
4 |
4 |
0 |
0% |
| intelligence_toolkit/query_text_data/api.py |
QueryTextData.prepare_for_new_query |
9 |
9 |
0 |
0% |
| intelligence_toolkit/query_text_data/api.py |
QueryTextData.prepare_for_new_answer |
3 |
3 |
0 |
0% |
| intelligence_toolkit/query_text_data/api.py |
QueryTextData.get_chunks_as_df |
6 |
6 |
0 |
0% |
| intelligence_toolkit/query_text_data/api.py |
QueryTextData.import_chunks_from_str |
7 |
7 |
0 |
0% |
| intelligence_toolkit/query_text_data/api.py |
QueryTextData.generate_analysis_commentary |
1 |
1 |
0 |
0% |
| intelligence_toolkit/query_text_data/api.py |
QueryTextData.__repr__ |
1 |
1 |
0 |
0% |
| intelligence_toolkit/query_text_data/api.py |
(no function) |
44 |
44 |
0 |
0% |
| intelligence_toolkit/query_text_data/classes.py |
ProcessedChunks.__init__ |
12 |
12 |
0 |
0% |
| intelligence_toolkit/query_text_data/classes.py |
ProcessedChunks.__repr__ |
1 |
1 |
0 |
0% |
| intelligence_toolkit/query_text_data/classes.py |
ChunkSearchConfig.__init__ |
7 |
7 |
0 |
0% |
| intelligence_toolkit/query_text_data/classes.py |
ChunkSearchConfig.__repr__ |
1 |
1 |
0 |
0% |
| intelligence_toolkit/query_text_data/classes.py |
AnswerObject.__init__ |
4 |
0 |
0 |
100% |
| intelligence_toolkit/query_text_data/classes.py |
AnswerObject.__repr__ |
1 |
1 |
0 |
0% |
| intelligence_toolkit/query_text_data/classes.py |
(no function) |
11 |
0 |
0 |
100% |
| intelligence_toolkit/query_text_data/commentary.py |
Commentary.__init__ |
8 |
8 |
0 |
0% |
| intelligence_toolkit/query_text_data/commentary.py |
Commentary.add_chunks |
4 |
4 |
0 |
0% |
| intelligence_toolkit/query_text_data/commentary.py |
Commentary.complete_analysis |
3 |
3 |
0 |
0% |
| intelligence_toolkit/query_text_data/commentary.py |
Commentary.update_analysis |
24 |
24 |
0 |
0% |
| intelligence_toolkit/query_text_data/commentary.py |
Commentary.format_structure |
19 |
19 |
0 |
0% |
| intelligence_toolkit/query_text_data/commentary.py |
Commentary.get_clustered_cids |
15 |
15 |
0 |
0% |
| intelligence_toolkit/query_text_data/commentary.py |
Commentary.generate_commentary |
9 |
9 |
0 |
0% |
| intelligence_toolkit/query_text_data/commentary.py |
(no function) |
13 |
13 |
0 |
0% |
| intelligence_toolkit/query_text_data/config.py |
(no function) |
1 |
1 |
0 |
0% |
| intelligence_toolkit/query_text_data/graph_builder.py |
download_if_not_exists |
4 |
4 |
0 |
0% |
| intelligence_toolkit/query_text_data/graph_builder.py |
update_concept_graph_edges |
16 |
16 |
0 |
0% |
| intelligence_toolkit/query_text_data/graph_builder.py |
prepare_concept_graphs |
14 |
14 |
0 |
0% |
| intelligence_toolkit/query_text_data/graph_builder.py |
build_meta_graph |
21 |
21 |
0 |
0% |
| intelligence_toolkit/query_text_data/graph_builder.py |
prepare_concept_graph |
10 |
10 |
0 |
0% |
| intelligence_toolkit/query_text_data/graph_builder.py |
detect_concept_communities |
24 |
24 |
0 |
0% |
| intelligence_toolkit/query_text_data/graph_builder.py |
(no function) |
17 |
17 |
0 |
0% |
| intelligence_toolkit/query_text_data/helper_functions.py |
get_adjacent_chunks |
17 |
17 |
0 |
0% |
| intelligence_toolkit/query_text_data/helper_functions.py |
get_test_progress |
28 |
28 |
0 |
0% |
| intelligence_toolkit/query_text_data/helper_functions.py |
test_history_elements |
7 |
7 |
0 |
0% |
| intelligence_toolkit/query_text_data/helper_functions.py |
embed_texts |
11 |
11 |
0 |
0% |
| intelligence_toolkit/query_text_data/helper_functions.py |
embed_queries |
22 |
22 |
0 |
0% |
| intelligence_toolkit/query_text_data/helper_functions.py |
(no function) |
9 |
9 |
0 |
0% |
| intelligence_toolkit/query_text_data/input_processor.py |
concert_titled_texts_to_chunks |
9 |
9 |
0 |
0% |
| intelligence_toolkit/query_text_data/input_processor.py |
process_json_text |
28 |
28 |
0 |
0% |
| intelligence_toolkit/query_text_data/input_processor.py |
process_json_text.convert_to_year_quarter |
3 |
3 |
0 |
0% |
| intelligence_toolkit/query_text_data/input_processor.py |
process_json_texts |
4 |
4 |
0 |
0% |
| intelligence_toolkit/query_text_data/input_processor.py |
process_chunks |
56 |
56 |
0 |
0% |
| intelligence_toolkit/query_text_data/input_processor.py |
(no function) |
14 |
14 |
0 |
0% |
| intelligence_toolkit/query_text_data/prompts.py |
(no function) |
10 |
0 |
0 |
100% |
| intelligence_toolkit/query_text_data/query_rewriter.py |
rewrite_query |
7 |
7 |
0 |
0% |
| intelligence_toolkit/query_text_data/query_rewriter.py |
(no function) |
4 |
4 |
0 |
0% |
| intelligence_toolkit/query_text_data/relevance_assessor.py |
assess_relevance |
14 |
14 |
0 |
0% |
| intelligence_toolkit/query_text_data/relevance_assessor.py |
process_relevance_responses |
15 |
15 |
0 |
0% |
| intelligence_toolkit/query_text_data/relevance_assessor.py |
detect_relevant_chunks |
101 |
101 |
0 |
0% |
| intelligence_toolkit/query_text_data/relevance_assessor.py |
(no function) |
12 |
12 |
0 |
0% |
| intelligence_toolkit/tests/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
| intelligence_toolkit/tests/smoke/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
| intelligence_toolkit/tests/smoke/test_anonymize_case_data.py |
cleanup |
3 |
3 |
0 |
0% |
| intelligence_toolkit/tests/smoke/test_anonymize_case_data.py |
cleanup.decorator |
2 |
2 |
0 |
0% |
| intelligence_toolkit/tests/smoke/test_anonymize_case_data.py |
cleanup.decorator.wrapper |
7 |
7 |
0 |
0% |
| intelligence_toolkit/tests/smoke/test_anonymize_case_data.py |
TestACD.dataset |
2 |
2 |
0 |
0% |
| intelligence_toolkit/tests/smoke/test_anonymize_case_data.py |
TestACD.test_anonymize_case_data |
33 |
33 |
0 |
0% |
| intelligence_toolkit/tests/smoke/test_anonymize_case_data.py |
(no function) |
15 |
15 |
0 |
0% |
| intelligence_toolkit/tests/unit/AI/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_base_batch_async.py |
base_batch |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_base_batch_async.py |
test_base_batch_async_initialization |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_base_batch_async.py |
test_base_batch_async_progress_callback |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_base_batch_async.py |
test_track_progress_with_tasks |
9 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_base_batch_async.py |
test_track_progress_with_tasks.mock_task |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_base_batch_async.py |
test_track_progress_multiple_callbacks |
12 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_base_batch_async.py |
test_track_progress_multiple_callbacks.mock_task |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_base_batch_async.py |
test_track_progress_completed_immediately |
10 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_base_batch_async.py |
test_track_progress_completed_immediately.completed_task |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_base_batch_async.py |
test_track_progress_no_change |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_base_batch_async.py |
(no function) |
17 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_base_chat.py |
base_chat_config |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_base_chat.py |
base_chat |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_base_chat.py |
test_base_chat_initialization |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_base_chat.py |
test_base_chat_initialization_default_coroutines |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_base_chat.py |
test_generate_text_async_success |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_base_chat.py |
test_generate_text_async_with_callbacks |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_base_chat.py |
test_generate_text_async_exception |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_base_chat.py |
test_generate_texts_async_multiple_messages |
9 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_base_chat.py |
test_generate_texts_async_with_callbacks |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_base_chat.py |
test_generate_texts_async_with_kwargs |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_base_chat.py |
(no function) |
22 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_classes.py |
test_llm_callback_initialization |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_classes.py |
test_llm_callback_on_llm_new_token |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_classes.py |
test_llm_callback_multiple_tokens |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_classes.py |
test_vector_data_structure |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_classes.py |
test_vector_data_assignment |
9 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_classes.py |
(no function) |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_client.py |
openai_config |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_client.py |
azure_openai_config |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_client.py |
test_openai_client_initialization_openai |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_client.py |
test_openai_client_initialization_azure_with_key |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_client.py |
test_openai_client_initialization_azure_without_api_base |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_client.py |
test_openai_client_initialization_azure_managed_identity |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_client.py |
test_openai_client_generate_chat_non_streaming |
12 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_client.py |
test_openai_client_generate_chat_streaming_with_callbacks |
16 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_client.py |
test_openai_client_generate_chat_exception_handling |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_client.py |
test_openai_client_generate_embedding |
11 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_client.py |
test_openai_client_generate_chat_custom_params |
14 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_client.py |
test_openai_client_generate_chat_async |
11 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_client.py |
test_openai_client_generate_embedding_async |
10 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_client.py |
(no function) |
23 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_defaults.py |
test_default_encoding |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_defaults.py |
test_default_llm_model |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_defaults.py |
test_default_llm_max_tokens |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_defaults.py |
test_default_az_auth_type |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_defaults.py |
test_embedding_batches_number |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_defaults.py |
test_default_embedding_model |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_defaults.py |
test_default_embedding_model_azure |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_defaults.py |
test_default_temperature |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_defaults.py |
test_default_max_input_tokens |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_defaults.py |
test_default_openai_version |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_defaults.py |
test_default_local_embedding_model |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_defaults.py |
test_api_base_required_for_azure |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_defaults.py |
test_chunk_size |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_defaults.py |
test_chunk_overlap |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_defaults.py |
test_default_report_batch_size |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_defaults.py |
test_default_concurrent_coroutines |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_defaults.py |
(no function) |
17 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_local_embedder.py |
temp_db_path |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_local_embedder.py |
test_local_embedder_initialization |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_local_embedder.py |
test_local_embedder_initialization_default_model |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_local_embedder.py |
test_local_embedder_initialization_none_model |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_local_embedder.py |
test_local_embedder_initialization_model_error |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_local_embedder.py |
test_local_embedder_generate_embedding |
10 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_local_embedder.py |
test_local_embedder_generate_embedding_async |
10 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_local_embedder.py |
test_local_embedder_generate_embedding_list |
11 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_local_embedder.py |
test_local_embedder_check_token_count_disabled |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_local_embedder.py |
(no function) |
15 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_metaprompts.py |
test_do_not_harm_question_answering_exists |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_metaprompts.py |
test_do_not_harm_question_answering_contains_key_phrases |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_metaprompts.py |
test_do_not_harm_exists |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_metaprompts.py |
test_do_not_harm_contains_key_phrases |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_metaprompts.py |
test_do_not_disrespect_context_exists |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_metaprompts.py |
test_do_not_disrespect_context_contains_key_phrases |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_metaprompts.py |
test_all_metaprompts_are_strings |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_metaprompts.py |
(no function) |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_openai_configuration.py |
clean_env |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_openai_configuration.py |
test_openai_configuration_initialization_defaults |
10 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_openai_configuration.py |
test_openai_configuration_initialization_with_config |
11 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_openai_configuration.py |
test_openai_configuration_from_environment |
15 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_openai_configuration.py |
test_openai_configuration_api_base_trailing_slash_removal |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_openai_configuration.py |
test_openai_configuration_api_base_no_trailing_slash |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_openai_configuration.py |
test_openai_configuration_blank_api_base |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_openai_configuration.py |
test_openai_configuration_blank_api_version |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_openai_configuration.py |
test_openai_configuration_azure_embedding_model_default |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_openai_configuration.py |
test_openai_configuration_openai_embedding_model_default |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_openai_configuration.py |
test_openai_configuration_properties_are_accessible |
10 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_openai_configuration.py |
(no function) |
17 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_openai_embedder.py |
openai_config |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_openai_embedder.py |
temp_db_path |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_openai_embedder.py |
test_openai_embedder_initialization |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_openai_embedder.py |
test_openai_embedder_generate_embedding |
11 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_openai_embedder.py |
test_openai_embedder_generate_embedding_async |
11 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_openai_embedder.py |
test_openai_embedder_uses_configured_model |
11 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_openai_embedder.py |
(no function) |
14 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_text_splitter.py |
text_splitter |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_text_splitter.py |
text_example |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_text_splitter.py |
test_text_splitter |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_text_splitter.py |
test_text_splitter_empty_input |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_text_splitter.py |
(no function) |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_types.py |
test_openai_client_types_includes_async_openai |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_types.py |
(no function) |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_utils.py |
test_get_token_count |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_utils.py |
test_get_token_count_with_model |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_utils.py |
test_get_token_count_with_encoding |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_utils.py |
test_hash_text |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_utils.py |
test_try_parse_json_object_ok |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_utils.py |
test_try_parse_json_object_exception |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_utils.py |
test_prepare_validation |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_utils.py |
test_prepare_messages |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_utils.py |
test_prepare_messages_user |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_utils.py |
test_generate_messages |
11 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_utils.py |
test_try_parse_json_object_invalid_json |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_utils.py |
test_try_parse_json_object_not_dict |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_utils.py |
(no function) |
14 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_validation_prompt.py |
test_groundedness_prompt_exists |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_validation_prompt.py |
test_groundedness_prompt_contains_key_instructions |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_validation_prompt.py |
test_groundedness_prompt_contains_rating_scale |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_validation_prompt.py |
test_groundedness_prompt_contains_json_format_instruction |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_validation_prompt.py |
test_groundedness_prompt_contains_examples |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_validation_prompt.py |
test_groundedness_prompt_mentions_data_accuracy |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_validation_prompt.py |
(no function) |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_vector_store.py |
temp_db_path |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_vector_store.py |
vector_store |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_vector_store.py |
test_vector_store_initialization_without_table |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_vector_store.py |
test_vector_store_initialization_with_table |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_vector_store.py |
test_vector_store_save |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_vector_store.py |
test_vector_store_save_without_table |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_vector_store.py |
test_vector_store_search_by_column |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_vector_store.py |
test_vector_store_search_by_column_multiple |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_vector_store.py |
test_vector_store_search_by_column_without_table |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_vector_store.py |
test_vector_store_search_by_vector |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_vector_store.py |
test_vector_store_search_by_vector_without_table |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_vector_store.py |
test_vector_store_update_duckdb_data |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_vector_store.py |
test_vector_store_update_duckdb_data_without_table |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_vector_store.py |
test_vector_store_drop_table_without_table |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/AI/test_vector_store.py |
(no function) |
23 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_api.py |
test_anonymize_case_data_initialization |
9 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_api.py |
test_fabrication_strategy_enum |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_api.py |
test_analyze_synthesizability_basic |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_api.py |
test_analyze_synthesizability_with_empty_values |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_api.py |
test_analyze_synthesizability_with_nan |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_api.py |
test_analyze_synthesizability_distinct_counts |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_api.py |
test_analyze_synthesizability_calculates_combinations |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_api.py |
test_analyze_synthesizability_mean_vals_per_record |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_api.py |
test_analyze_synthesizability_excess_combinations_ratio |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_api.py |
test_anonymize_case_data_method |
17 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_api.py |
test_get_data_schema |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_api.py |
test_compute_aggregate_graph_df |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_api.py |
test_compute_synthetic_graph_df |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_api.py |
test_compute_time_series_query_df |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_api.py |
test_compute_top_attributes_query_df |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_api.py |
test_get_bar_chart_fig |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_api.py |
test_get_line_chart_fig |
9 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_api.py |
test_get_flow_chart_fig_with_aggregate |
9 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_api.py |
test_get_flow_chart_fig_with_synthetic |
10 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_api.py |
test_analyze_synthesizability_single_row |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_api.py |
(no function) |
40 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_error_report.py |
test_error_report_initialization |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_error_report.py |
test_calc_fabricated |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_error_report.py |
test_calc_suppressed |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_error_report.py |
test_calc_mean |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_error_report.py |
test_calc_errors |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_error_report.py |
test_calc_total |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_error_report.py |
test_gen_creates_dataframe |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_error_report.py |
test_gen_with_multiple_lengths |
9 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_error_report.py |
test_gen_empty_aggregates |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_error_report.py |
test_error_report_with_matching_aggregates |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_error_report.py |
test_calc_errors_with_no_overlap |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_error_report.py |
(no function) |
16 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_queries.py |
test_get_data_schema_with_dataframe |
10 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_queries.py |
test_get_data_schema_with_none |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_queries.py |
test_get_data_schema_empty_dataframe |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_queries.py |
test_get_data_schema_sorts_values |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_queries.py |
test_compute_aggregate_graph_basic |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_queries.py |
test_compute_aggregate_graph_with_filters |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_queries.py |
test_compute_aggregate_graph_with_highlight |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_queries.py |
test_compute_aggregate_graph_zero_counts_filtered |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_queries.py |
test_compute_synthetic_graph_basic |
9 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_queries.py |
test_compute_synthetic_graph_with_filters |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_queries.py |
test_compute_synthetic_graph_filters_empty_values |
9 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_queries.py |
test_compute_synthetic_graph_with_highlight |
10 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_queries.py |
test_compute_top_attributes_query_basic |
10 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_queries.py |
test_compute_top_attributes_query_with_filter |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_queries.py |
test_compute_top_attributes_query_show_specific_attributes |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_queries.py |
test_compute_top_attributes_query_limit_num_values |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_queries.py |
test_compute_top_attributes_query_filters_empty_values |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_queries.py |
test_compute_time_series_query_basic |
12 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_queries.py |
test_compute_time_series_query_fills_missing_times |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_queries.py |
test_compute_time_series_query_filters_empty_times |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_queries.py |
test_compute_top_attributes_query_with_selection |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_queries.py |
test_compute_top_attributes_query_with_unions |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_queries.py |
test_compute_top_attributes_query_with_aggregate_counts |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_queries.py |
(no function) |
27 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_synthesizability_statistics.py |
test_synthesizability_statistics_initialization |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_synthesizability_statistics.py |
test_synthesizability_statistics_repr |
10 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_synthesizability_statistics.py |
test_synthesizability_statistics_zero_values |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_synthesizability_statistics.py |
(no function) |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_visuals.py |
test_hsl_to_hex_red |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_visuals.py |
test_hsl_to_hex_blue |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_visuals.py |
test_hsl_to_hex_green |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_visuals.py |
test_hsl_to_hex_gray |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_visuals.py |
test_hex_to_rgb_red |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_visuals.py |
test_hex_to_rgb_blue |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_visuals.py |
test_hex_to_rgb_without_hash |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_visuals.py |
test_hex_to_rgb_mixed |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_visuals.py |
test_color_to_hsl_from_hex |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_visuals.py |
test_color_to_hsl_from_rgb |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_visuals.py |
test_color_to_hsl_blue |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_visuals.py |
test_get_bar_chart_basic |
11 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_visuals.py |
test_get_bar_chart_with_selection |
10 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_visuals.py |
test_get_bar_chart_empty_unit |
9 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_visuals.py |
test_get_line_chart_basic |
12 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_visuals.py |
test_get_line_chart_with_selection |
11 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_visuals.py |
test_get_flow_chart_basic |
13 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_visuals.py |
test_get_flow_chart_with_highlight |
12 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_visuals.py |
test_get_flow_chart_with_selection |
12 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_visuals.py |
test_print_selections_single_attribute |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_visuals.py |
test_print_selections_multiple_attributes |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_visuals.py |
test_print_selections_multiline |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_visuals.py |
test_print_selections_sorted |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_visuals.py |
test_color_schemes_available |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_visuals.py |
test_color_schemes_contain_colors |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/anonymize_case_data/test_visuals.py |
(no function) |
29 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_build_dataframes.py |
TestBuildRankedGroups.sample_data |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_build_dataframes.py |
TestBuildRankedGroups.test_build_ranked_df_temporal_columns |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_build_dataframes.py |
TestBuildRankedGroups.test_build_ranked_df_temporal |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_build_dataframes.py |
TestBuildRankedGroups.test_build_ranked_df_no_temporal_columns |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_build_dataframes.py |
TestBuildRankedGroups.test_build_ranked_df_no_temporal |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_build_dataframes.py |
TestBuildRankedGroups.test_build_ranked_df_attribute_rank_type |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_build_dataframes.py |
TestBuildRankedGroups.test_build_ranked_df_sorted |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_build_dataframes.py |
TestFilterDf.dataset |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_build_dataframes.py |
TestFilterDf.test_filter_empty |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_build_dataframes.py |
TestFilterDf.test_filter_single |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_build_dataframes.py |
TestFilterDf.test_filter_multiple |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_build_dataframes.py |
TestFilterDf.test_filter_multiple_attr_inexistent |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_build_dataframes.py |
TestBuildAttributeDf.dataset_2 |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_build_dataframes.py |
TestBuildAttributeDf.dataset_3 |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_build_dataframes.py |
TestBuildAttributeDf.expected_dataset_1 |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_build_dataframes.py |
TestBuildAttributeDf.expected_dataset_2 |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_build_dataframes.py |
TestBuildAttributeDf.expected_dataset_3 |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_build_dataframes.py |
TestBuildAttributeDf.test_build_attribute_df |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_build_dataframes.py |
TestBuildAttributeDf.test_with_missing_values |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_build_dataframes.py |
TestBuildAttributeDf.test_with_additional_group |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_build_dataframes.py |
TestBuildGroupedDf.main_dataset |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_build_dataframes.py |
TestBuildGroupedDf.test_build_grouped_df |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_build_dataframes.py |
TestBuildGroupedDf.test_build_grouped_ints |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_build_dataframes.py |
TestBuildGroupedDf.test_build_grouped_df_missing |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_build_dataframes.py |
(no function) |
40 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_temporal_process.py |
TestCreateWindowDf.test_basic |
9 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_temporal_process.py |
TestCalculateWindowDelta.test_basic |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_temporal_process.py |
TestCalculateWindowDelta.test_groups |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_temporal_process.py |
TestCalculateWindowDelta.test_multiple_groups_no_temporal |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_temporal_process.py |
TestCalculateWindowDelta.test_missing_values |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_temporal_process.py |
TestBuildtemporalCount.test_basic |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_temporal_process.py |
TestBuildtemporalCount.test_missing_values |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_temporal_process.py |
TestBuildtemporalCount.test_multiple_groups |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_temporal_process.py |
TestBuildtemporalCount.test_delta_calculation |
17 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_temporal_process.py |
TestBuildtemporalCount.test_delta_calculation_temporal_zeroed |
17 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_temporal_process.py |
TestBuildtemporalData.expected_df_mock |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_temporal_process.py |
TestBuildtemporalData.test_empty_dataframe |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_temporal_process.py |
TestBuildtemporalData.test_single_temporal_attribute |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_temporal_process.py |
TestBuildtemporalData.test_multiple_temporal_attributes |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_temporal_process.py |
TestBuildtemporalData.test_multiple_groups |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_temporal_process.py |
TestBuildtemporalData.test_missing_values |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_temporal_process.py |
TestBuildtemporalData.test_non_existent_temporal_values |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_temporal_process.py |
TestBuildtemporalData.test_incorrect_groups |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/compare_case_groups/test_temporal_process.py |
(no function) |
26 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_case_patterns/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_case_patterns/test_detection_functions.py |
(no function) |
0 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_case_patterns/test_graph_functions.py |
test_convert_edge_df_to_graph_default |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_case_patterns/test_graph_functions.py |
test_convert_edge_df_to_graph_more_nodes |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_case_patterns/test_graph_functions.py |
sample_input_data |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_case_patterns/test_graph_functions.py |
test_create_edge_df_from_atts |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_case_patterns/test_graph_functions.py |
(no function) |
10 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_case_patterns/test_model.py |
test_generate_graph_model_basic |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_case_patterns/test_model.py |
test_generate_graph_model_with_nans |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_case_patterns/test_model.py |
test_generate_graph_model_column_rename |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_case_patterns/test_model.py |
test_compute_attribute_counts_basic |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_case_patterns/test_model.py |
test_compute_attribute_counts_with_multiple_patterns |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_case_patterns/test_model.py |
test_compute_attribute_counts_with_nans |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_case_patterns/test_model.py |
test_compute_attribute_counts_invalid_pattern |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_case_patterns/test_model.py |
test_prepare_graph |
11 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_case_patterns/test_model.py |
(no function) |
12 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
graph |
14 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
simple_graph |
22 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestFuzzyNeighbors.existing_network_graph |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestFuzzyNeighbors.test_empty_graph |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestFuzzyNeighbors.test_node_inexistent |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestFuzzyNeighbors.test_fuzzy_neighbor_basic |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestFuzzyNeighbors.test_fuzzy_neighbor_inferred |
10 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestFuzzyNeighbors.test_fuzzy_neighbor_trimmed |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestFuzzyNeighbors.test_fuzzy_neighbor_graph_existent |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestIntegrateFlags.graph_flags |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestIntegrateFlags.test_empty_graph |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestIntegrateFlags.test_empty_flags |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestIntegrateFlags.test_integration |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestIntegrateFlags.test_sum |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestIntegrateFlags.test_node_not_in_graph |
13 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestMergeCondition.test_merge |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestMergeCondition.test_merge_common_attr |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestMergeCondition.test_merge_not_common |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestMergeCondition.test_merge_multiple_common |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestMergeNodeList.test_merge_node_list |
14 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestMergeNodes.test_merge_all_nodes |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestMergeNodes.test_merge_no_nodes |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestMergeNodes.test_empty_graph |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestSimplifyEntitiesGraph.test_simplify_condition_false |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestSimplifyEntitiesGraph.test_simplify_condition_true |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestHslToHex.test_colors |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestGetTypeColor.attribute_types |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestGetTypeColor.test_not_flagged |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestGetTypeColor.test_flagged |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestGetTypeColor.test_type_2_3_types |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestGetTypeColor.test_type_2_2_types |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestGetEntityGraph.simple_graph |
14 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestGetEntityGraph.test_empty |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestGetEntityGraph.test_none_selected_nodes |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestGetEntityGraph.test_none_selected_edges |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestGetEntityGraph.test_selected_nodes |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
TestGetEntityGraph.test_selected_edges |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_explore_networks.py |
(no function) |
57 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_exposure_report.py |
TestExposureData.graph |
11 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_exposure_report.py |
TestExposureData.flags |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_exposure_report.py |
TestExposureData.c_nodes |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_exposure_report.py |
TestExposureData.test_generation_paths_summary |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_exposure_report.py |
TestExposureData.test_generation_nodes |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_exposure_report.py |
TestExposureData.test_generation_nodes_inferred_not_passed |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_exposure_report.py |
TestExposureData.test_generation_nodes_inferred_passed |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_exposure_report.py |
TestExposureData.test_generation_nodes_inferred_c_nodes_set |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_exposure_report.py |
TestExposureData.test_generation_nodes_inferred_path |
10 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_exposure_report.py |
(no function) |
18 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestTrimNodeset.overall_graph |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestTrimNodeset.test_trim_nodeset_additional_empty |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestTrimNodeset.test_trim_nodeset_additional |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestProjectEntityGraph.simple_graph |
16 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestProjectEntityGraph.trimmed_nodeset |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestProjectEntityGraph.inferred_links |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestProjectEntityGraph.inferred_links_empty |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestProjectEntityGraph.supporting_attribute_types |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestProjectEntityGraph.test_empty_graph |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestProjectEntityGraph.test_edges_no_inferred |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestProjectEntityGraph.test_edges_no_trimmed |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestProjectEntityGraph.test_edges_inferred_trimmed |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestProjectEntityGraph.test_edges_inferred_no_trimmed |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestProjectEntityGraph.test_nodes_no_inferred |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestProjectEntityGraph.test_nodes_inferred |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestValidNeighbor.supporting_attribute_types |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestValidNeighbor.trimmed_nodeset |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestValidNeighbor.node1 |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestValidNeighbor.node2 |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestValidNeighbor.test_empty |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestValidNeighbor.test_is_supported |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestValidNeighbor.test_is_not_supported |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestValidNeighbor.test_is_trimmed |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestGetEntityNeighbors.graph |
17 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestGetEntityNeighbors.test_empty_graph |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestGetEntityNeighbors.test_node_not_int_graph |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestGetEntityNeighbors.test_no_inferred |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestGetEntityNeighbors.test_inferred |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestGetEntityNeighbors.test_trimmed |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestGetEntityNeighbors.test_node_equals |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestGetEntityNeighbors.test_inferred_mixed |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestGetEntityNeighbors.test_inferred_mixed_contrary |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestGetEntityNeighbors.test_inferred_mixed_multiple |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestEntityGraph.sample_graph |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestEntityGraph.test_project_entity_graph_empty_graph |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestEntityGraph.test_project_entity_graph_basic |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestEntityGraph.test_project_entity_graph_trimmed |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestEntityGraph.test_project_entity_graph_inferred |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestSubgraph.test_basic_functionality |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestSubgraph.test_disconnected_components |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestSubgraph.test_max_network_entities |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestSubgraph.test_max_network_entities_size_high |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestSubgraph.test_graph_with_weights |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestSubgraph.test_empty_node_list |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestSubgraph.test_empty_graph |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestNodes.test_nodes |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestNodes.test_max_size |
13 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestIntegratedFlags.qualified_entities |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestIntegratedFlags.integrated_flags |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestIntegratedFlags.test_empty_integrated_flags |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestIntegratedFlags.test_no_entities |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestIntegratedFlags.test_base_entities |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestIntegratedFlags.test_inferred_links |
10 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestIntegratedFlags.test_inferred_links_flagged |
10 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestBuildEntityRecords.community_nodes |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestBuildEntityRecords.integrated_flags |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestBuildEntityRecords.community_nodes_multiple |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestBuildEntityRecords.integrated_flags_multiple |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestBuildEntityRecords.test_final_integrated |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestBuildEntityRecords.test_final_count_inferred |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestBuildEntityRecords.test_final_count_inferred_existant |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestBuildEntityRecords.test_final_count_inferred_with_flags |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestBuildEntityRecords.test_final_count_inferred_both_with_flags |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestBuildEntityRecords.test_final_count_inferred_multiple |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
TestBuildEntityRecords.test_final_not_integrated |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_identify_networks.py |
(no function) |
97 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_index_and_infer.py |
TestIndexNodes.overall_graph_small |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_index_and_infer.py |
TestIndexNodes.overall_graph |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_index_and_infer.py |
TestIndexNodes.test_index_nodes_empty_types |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_index_and_infer.py |
TestIndexNodes.test_index_nodes_small_samples |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_index_and_infer.py |
TestIndexNodes.test_index_nodes_small_samples.embed_store_many |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_index_and_infer.py |
TestIndexNodes.test_index_nodes |
11 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_index_and_infer.py |
TestIndexNodes.test_index_nodes.embed_store_many |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_index_and_infer.py |
TestInferNodes.test_infer_nodes_min_threshold |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_index_and_infer.py |
TestInferNodes.test_infer_nodes_max_threshold |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_index_and_infer.py |
TestInferNodes.test_infer_nodes_005 |
9 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_index_and_infer.py |
TestInferNodes.test_infer_nodes_1 |
13 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_index_and_infer.py |
TestInferNodes.test_infer_nodes_07 |
11 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_index_and_infer.py |
TestInferNodes.test_infer_nodes_progress_callbacks_empty |
11 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_index_and_infer.py |
TestInferNodes.test_infer_nodes_one_progress_callback |
9 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_index_and_infer.py |
TestInferNodes.test_infer_nodes_two_progress_callback |
13 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_index_and_infer.py |
TestCreateInferredLinks.test_create_links |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_index_and_infer.py |
TestCreateInferredLinks.test_create_links_return_empty |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_index_and_infer.py |
TestIndexAndInfer.overall_graph |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_index_and_infer.py |
TestIndexAndInfer.test_empty_graph |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_index_and_infer.py |
TestIndexAndInfer.test_index_and_infer |
12 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_index_and_infer.py |
(no function) |
36 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestCleanText.test_remove_punctuation |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestCleanText.test_remove_special_characters |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestCleanText.test_reduce_multiple_spaces_to_single |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestCleanText.test_allow_special_characters |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestCleanText.test_combined_scenarios |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestFormatDataColumns.test_multiple_columns |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestFormatDataColumns.test_empty_dataframe |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestFormatDataColumns.test_special_characters_in_entity_id |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestPrepareEntityAttribute.data |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestPrepareEntityAttribute.test_column_name |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildUndirectedGraph.test_graph_empty |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildUndirectedGraph.test_attribute_links |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildFlagLinks.df_flag |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildFlagLinks.test_prepare_count |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildFlagLinks.test_prepare_value_column_doesnt_exist |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildFlagLinks.test_prepare_entity_column_doesnt_exist |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildFlagLinks.test_prepare_count_existing |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildFlagLinks.test_prepare_instance |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildFlagLinks.test_prepare_instance_agg |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildFlags.link_list_integrated |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildFlags.link_list_count |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildFlags.test_flags_list_empty |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildFlags.test_flags_integrated |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildFlags.test_max_entity_flags_integrated |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildFlags.test_mean_entity_flags_integrated |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildFlags.test_flags_count |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildFlags.test_flags_count_sum |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildFlags.test_max_entity_flags_count_sum |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildFlags.test_mean_entity_flags_count_sum |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildFlags.test_max_entity_flags_count |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildFlags.test_mean_entity_flags_count |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestTransformEntity.test_transform_entity_basic |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestTransformEntity.test_transform_entity_empty_string |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestTransformEntity.test_transform_entity_special_characters |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestTransformEntity.test_transform_entity_numeric |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestTransformEntity.test_transform_entity_whitespace |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestTransformEntity.test_transform_entity_none |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildGroups.df_groups |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildGroups.entity_col |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildGroups.test_build_groups |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildGroups.test_build_groups_existing_groups |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildGroups.test_build_groups_two_columns |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildGroups.test_build_groups_column_empty |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildGroups.test_build_groups_df_empty |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildGroups.test_build_groups_column_doesnt_exists |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
TestBuildGroups.test_build_groups_entity_doesnt_exist |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/detect_entity_networks/test_prepare_model.py |
(no function) |
68 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/extract_record_data/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_api.py |
test_generate_mock_data_initialization |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_api.py |
test_set_schema |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_api.py |
test_set_schema_extracts_arrays |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_api.py |
test_set_ai_configuration |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_api.py |
test_generate_data_records_basic |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_api.py |
test_generate_data_records_with_guidance |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_api.py |
test_generate_data_records_with_callbacks |
10 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_api.py |
test_generate_data_records_parallel_batches |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_api.py |
test_generate_text_data_basic |
10 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_api.py |
test_generate_text_data_converts_rows_to_json |
9 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_api.py |
test_generate_text_data_with_parameters |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_api.py |
test_generate_text_data_with_callback |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_api.py |
test_generate_text_data_empty_dataframe |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_api.py |
test_schema_persistence |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_api.py |
(no function) |
37 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_data_generator.py |
test_extract_array_fields_simple |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_data_generator.py |
test_extract_array_fields_nested |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_data_generator.py |
test_extract_array_fields_multiple_arrays |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_data_generator.py |
test_extract_array_fields_no_arrays |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_data_generator.py |
test_extract_df_simple |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_data_generator.py |
test_extract_df_empty |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_data_generator.py |
test_merge_json_objects_simple |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_data_generator.py |
test_merge_json_objects_with_arrays |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_data_generator.py |
test_merge_json_objects_with_conflicts |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_data_generator.py |
test_merge_json_objects_nested |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_data_generator.py |
test_merge_json_objects_nested_arrays |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_data_generator.py |
test_select_random_records_single_category |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_data_generator.py |
test_select_random_records_multiple_categories |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_data_generator.py |
test_select_random_records_no_overlap |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_data_generator.py |
test_sample_from_record_array_sufficient_records |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_data_generator.py |
test_sample_from_record_array_insufficient_records |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_data_generator.py |
test_extract_df_with_nested_data |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_data_generator.py |
test_merge_json_objects_preserves_both_sides |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_data_generator.py |
(no function) |
24 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_init.py |
test_get_readme_returns_string |
2 |
2 |
0 |
0% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_init.py |
test_get_readme_reads_file |
2 |
2 |
0 |
0% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_init.py |
test_get_readme_opens_correct_file |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_init.py |
test_get_readme_uses_correct_path |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_init.py |
(no function) |
12 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_prompts.py |
test_unseeded_data_generation_prompt_exists |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_prompts.py |
test_unseeded_data_generation_prompt_has_placeholders |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_prompts.py |
test_unseeded_data_generation_prompt_has_instructions |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_prompts.py |
test_seeded_data_generation_prompt_exists |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_prompts.py |
test_seeded_data_generation_prompt_has_placeholders |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_prompts.py |
test_seeded_data_generation_prompt_mentions_duplicates |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_prompts.py |
test_text_generation_prompt_exists |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_prompts.py |
test_text_generation_prompt_has_placeholders |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_prompts.py |
test_text_generation_prompt_mentions_document |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_prompts.py |
test_prompts_are_distinct |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_prompts.py |
(no function) |
12 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_string_format_enum |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_field_type_enum |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_array_field_type_enum |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_primitive_field_type_enum |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_validation_result_enum |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_create_boilerplate_schema |
9 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_create_boilerplate_schema_with_custom_values |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_add_primitive_field_string |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_add_primitive_field_number |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_add_primitive_field_boolean |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_add_object_field |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_add_array_field_string |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_add_array_field_object |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_get_subobject_root |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_get_subobject_nested |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_get_required_list |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_set_string_min_length |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_set_string_min_length_remove |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_set_string_max_length |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_set_string_pattern |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_set_string_format |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_set_string_format_remove |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_clear_string_constraints |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_set_number_minimum |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_set_number_minimum_exclusive |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_set_number_maximum |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_set_number_multiple_of |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_clear_number_constraints |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_rename_field |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_delete_field |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_move_field_up |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_move_field_down |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_set_required_field_status_add |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_set_required_field_status_remove |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_set_enum_field_status_string |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_set_enum_field_status_remove |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_set_additional_field_status |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_generate_object_from_schema_simple |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_generate_object_from_schema_with_fields |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_generate_object_from_schema_with_enum |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_convert_to_dataframe |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_evaluate_object_and_schema_valid |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_evaluate_schema |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
test_unique_field_labels |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_schema_builder.py |
(no function) |
47 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_text_generator.py |
test_generate_text_data_basic |
9 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_text_generator.py |
test_generate_text_data_with_callback |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_text_generator.py |
test_generate_text_data_empty_input |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_text_generator.py |
test_generate_text_data_with_parameters |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_text_generator.py |
test_generate_text_data_batching |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_text_generator.py |
test_generate_text_async_internal |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/generate_mock_data/test_text_generator.py |
(no function) |
27 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_encoder_embed.py |
graph_encoder |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_encoder_embed.py |
simple_adjacency_matrix |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_encoder_embed.py |
simple_labels |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_encoder_embed.py |
test_graph_encoder_embed_initialization |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_encoder_embed.py |
test_basic_embedding |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_encoder_embed.py |
test_basic_embedding_values |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_encoder_embed.py |
test_basic_with_unlabeled_nodes |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_encoder_embed.py |
test_diagonal |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_encoder_embed.py |
test_laplacian |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_encoder_embed.py |
test_correlation |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_encoder_embed.py |
test_correlation_with_zero_rows |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_encoder_embed.py |
test_edge_list_size_s2 |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_encoder_embed.py |
test_edge_list_size_s3 |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_encoder_embed.py |
test_edge_to_sparse_s2 |
9 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_encoder_embed.py |
test_edge_to_sparse_s3 |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_encoder_embed.py |
test_run_with_edge_list |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_encoder_embed.py |
test_run_with_all_options |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_encoder_embed.py |
test_run_without_correlation |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_encoder_embed.py |
test_basic_with_multiple_classes |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_encoder_embed.py |
test_diagonal_preserves_sparsity |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_encoder_embed.py |
(no function) |
27 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_fusion_encoder_embedding.py |
simple_graph |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_fusion_encoder_embedding.py |
node_list |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_fusion_encoder_embedding.py |
node_to_label |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_fusion_encoder_embedding.py |
test_get_edge_list |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_fusion_encoder_embedding.py |
test_get_edge_list_filters_missing_nodes |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_fusion_encoder_embedding.py |
test_cosine_distance |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_fusion_encoder_embedding.py |
test_cosine_distance_identical_vectors |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_fusion_encoder_embedding.py |
test_cosine_distance_opposite_vectors |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_fusion_encoder_embedding.py |
test_cosine_distance_zero_vector |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_fusion_encoder_embedding.py |
test_generate_embeddings_for_period |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_fusion_encoder_embedding.py |
test_generate_embeddings_for_period_multiple_levels |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_fusion_encoder_embedding.py |
test_generate_graph_fusion_encoder_embedding_single_period |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_fusion_encoder_embedding.py |
test_generate_graph_fusion_encoder_embedding_multiple_periods |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_fusion_encoder_embedding.py |
test_generate_graph_fusion_encoder_embedding_with_callbacks |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_fusion_encoder_embedding.py |
test_is_converging_pair_with_positions |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_fusion_encoder_embedding.py |
test_is_converging_pair_missing_node |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_fusion_encoder_embedding.py |
test_is_converging_pair_converging |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_fusion_encoder_embedding.py |
test_is_converging_pair_diverging |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_fusion_encoder_embedding.py |
test_is_converging_pair_with_prior_centroid |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_fusion_encoder_embedding.py |
test_create_concept_to_community_hierarchy |
9 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_fusion_encoder_embedding.py |
test_create_concept_to_community_hierarchy_fills_missing_levels |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_fusion_encoder_embedding.py |
test_create_concept_to_community_hierarchy_max_clusters |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_fusion_encoder_embedding.py |
test_create_concept_to_community_hierarchy_empty |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/graph/test_graph_fusion_encoder_embedding.py |
(no function) |
32 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_classes.py |
openai_config |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_classes.py |
test_intelligence_workflow_initialization_without_config |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_classes.py |
test_intelligence_workflow_initialization_with_config |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_classes.py |
test_set_ai_configuration |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_classes.py |
test_set_ai_configuration_with_existing_embedder |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_classes.py |
test_set_embedder_local |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_classes.py |
test_set_embedder_openai |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_classes.py |
test_set_embedder_default_parameters |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_classes.py |
(no function) |
13 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_constants.py |
test_pdf_encoding |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_constants.py |
test_pdf_margin_inches |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_constants.py |
test_attribute_value_separator |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_constants.py |
test_cache_path_exists |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_constants.py |
test_cache_path_contains_intelligence_toolkit |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_constants.py |
test_vector_store_max_retries |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_constants.py |
test_vector_store_max_retries_wait_time |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_constants.py |
(no function) |
9 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_decorators.py |
test_retry_with_backoff_success_on_first_try |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_decorators.py |
test_retry_with_backoff_success_after_retries |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_decorators.py |
test_retry_with_backoff_max_retries_exceeded |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_decorators.py |
test_retry_with_backoff_preserves_function_name |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_decorators.py |
test_retry_with_backoff_preserves_function_name.test_function |
1 |
1 |
0 |
0% |
| intelligence_toolkit/tests/unit/helpers/test_decorators.py |
test_retry_with_backoff_with_arguments |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_decorators.py |
test_retry_with_backoff_exponential_backoff |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_decorators.py |
test_retry_with_backoff_no_retries |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_decorators.py |
test_retry_with_backoff_returns_correct_value |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_decorators.py |
(no function) |
12 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_df_functions.py |
test_fix_null_ints_with_float_integers |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_df_functions.py |
test_fix_null_ints_with_nan_values |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_df_functions.py |
test_fix_null_ints_with_mixed_floats |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_df_functions.py |
test_fix_null_ints_does_not_modify_original |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_df_functions.py |
test_fix_null_ints_empty_dataframe |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_df_functions.py |
test_fix_null_ints_no_float_columns |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_df_functions.py |
test_get_current_time |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_df_functions.py |
test_get_current_time_format |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_df_functions.py |
test_suppress_boolean_binary_with_zeros |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_df_functions.py |
test_suppress_boolean_binary_with_floats |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_df_functions.py |
test_suppress_boolean_binary_with_false |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_df_functions.py |
test_suppress_boolean_binary_with_three_values_including_nan |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_df_functions.py |
test_suppress_boolean_binary_preserves_non_binary |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_df_functions.py |
test_suppress_boolean_binary_with_output_df |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_df_functions.py |
test_suppress_boolean_binary_does_not_modify_original |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_df_functions.py |
(no function) |
20 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_document_processor.py |
temp_dir |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_document_processor.py |
test_convert_files_to_chunks_txt_file |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_document_processor.py |
test_convert_files_to_chunks_csv_file |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_document_processor.py |
test_convert_files_to_chunks_json_list |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_document_processor.py |
test_convert_files_to_chunks_json_object |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_document_processor.py |
test_convert_files_to_chunks_pdf_file |
13 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_document_processor.py |
test_convert_files_to_chunks_multiple_files |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_document_processor.py |
test_convert_files_to_chunks_with_callbacks |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_document_processor.py |
test_convert_files_to_chunks_filename_sanitization |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_document_processor.py |
test_convert_files_to_chunks_chunk_structure |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_document_processor.py |
test_convert_files_to_chunks_empty_list |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_document_processor.py |
test_convert_files_to_chunks_csv_row_format |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_document_processor.py |
(no function) |
20 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_progress_batch_callback.py |
test_progress_batch_callback_initialization |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_progress_batch_callback.py |
test_progress_batch_callback_on_batch_change |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_progress_batch_callback.py |
test_progress_batch_callback_on_batch_change_with_message |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_progress_batch_callback.py |
test_progress_batch_callback_multiple_updates |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_progress_batch_callback.py |
test_progress_batch_callback_message_attribute_exists |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_progress_batch_callback.py |
test_progress_batch_callback_default_message |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_progress_batch_callback.py |
(no function) |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
TestCleanTextForColumnName.test_clean_text_for_csv_empty |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
TestCleanTextForColumnName.test_clean_text_for_csv_alpha_numeric |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
TestCleanTextForColumnName.test_clean_text_for_csv_with_spaces |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
TestCleanTextForColumnName.test_clean_text_for_csv_special_characters |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
TestCleanTextForColumnName.test_clean_text_for_csv_email |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
TestCleanTextForColumnName.test_clean_text_for_csv_ampersand |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
TestCleanTextForColumnName.test_clean_text_for_csv_plus_sign |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
TestCleanTextForColumnName.test_clean_text_for_csv_at_symbol |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
TestCleanTextForColumnName.test_clean_text_for_csv_numbers |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
TestCleanTextForColumnName.test_clean_text_for_csv_mixed_characters |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
TestCleanTextForColumnName.test_clean_text_for_csv_only_special_characters |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
TestCleanTextForColumnName.test_clean_text_for_csv_unicode_characters |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
TestCleanTextForColumnName.test_clean_text_for_csv_underscore |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
TestCleanTextForColumnName.test_clean_text_for_csv_dash |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
TestCleanTextForCsv.test_clean_text_for_csv_empty |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
TestCleanTextForCsv.test_clean_text_for_csv_alpha_numeric |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
TestCleanTextForCsv.test_clean_text_for_csv_with_spaces |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
TestCleanTextForCsv.test_clean_text_for_csv_special_characters |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
TestCleanTextForCsv.test_clean_text_for_csv_email |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
TestCleanTextForCsv.test_clean_text_for_csv_ampersand |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
TestCleanTextForCsv.test_clean_text_for_csv_plus_sign |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
TestCleanTextForCsv.test_clean_text_for_csv_at_symbol |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
TestCleanTextForCsv.test_clean_text_for_csv_numbers |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
TestCleanTextForCsv.test_clean_text_for_csv_mixed_characters |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
TestCleanTextForCsv.test_clean_text_for_csv_only_special_characters |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
TestCleanTextForCsv.test_clean_text_for_csv_unicode_characters |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
TestCleanTextForCsv.test_clean_text_for_csv_underscore |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
TestCleanTextForCsv.test_clean_text_for_csv_dash |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_texts.py |
(no function) |
31 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_wkhtmltopdf.py |
test_is_in_path_executable_exists |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_wkhtmltopdf.py |
test_is_in_path_executable_not_exists |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_wkhtmltopdf.py |
test_is_in_path_empty_path |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_wkhtmltopdf.py |
test_is_in_path_with_quotes |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_wkhtmltopdf.py |
test_config_pdfkit_executable_in_path |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_wkhtmltopdf.py |
test_config_pdfkit_executable_not_in_path |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_wkhtmltopdf.py |
test_pdfkit_options_structure |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/helpers/test_wkhtmltopdf.py |
(no function) |
11 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/__init__.py |
(no function) |
0 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_api.py |
TestMatchEntityRecords.api_instance |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_api.py |
TestMatchEntityRecords.sample_dataframe |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_api.py |
TestMatchEntityRecords.sample_model |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_api.py |
TestMatchEntityRecords.populated_api |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_api.py |
TestTotalRecords.test_total_records_empty |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_api.py |
TestTotalRecords.test_total_records_single_dataset |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_api.py |
TestTotalRecords.test_total_records_multiple_datasets |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_api.py |
TestAttributeOptions.test_attribute_options_empty |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_api.py |
TestAttributeOptions.test_attribute_options_populated |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_api.py |
TestIntegratedResults.test_integrated_results_empty |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_api.py |
TestIntegratedResults.test_integrated_results_with_data |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_api.py |
TestAddDfToModel.test_add_df_to_model_basic |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_api.py |
TestAddDfToModel.test_add_df_to_model_auto_name |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_api.py |
TestAddDfToModel.test_add_df_to_model_with_max_rows |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_api.py |
TestBuildModelDf.attributes_list |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_api.py |
TestBuildModelDf.test_build_model_df_basic |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_api.py |
TestBuildModelDf.test_build_model_df_creates_sentences |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_api.py |
TestEmbedSentences.test_embed_sentences |
12 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_api.py |
TestDetectRecordGroups.test_detect_record_groups |
11 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_api.py |
TestEvaluateGroups.test_evaluate_groups_basic |
11 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_api.py |
TestEvaluateGroups.test_evaluate_groups_with_callbacks |
10 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_api.py |
TestClearModelDfs.test_clear_model_dfs_empty |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_api.py |
TestClearModelDfs.test_clear_model_dfs_populated |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_api.py |
(no function) |
50 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestConvertToSentences.merged_df |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestConvertToSentences.test_df_empty |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestConvertToSentences.test_skip_empty |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestConvertToSentences.test_skip |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestConvertToSentences.test_sentence |
9 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestConvertToSentences.test_val_nan |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildNearestNeighbors.embeddings |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildNearestNeighbors.test_neighbors_greater_than_embeddings |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildNearestNeighbors.test_neighbors_5 |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildNearestNeighbors.test_neighbors_10 |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildNearMap.all_sentences |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildNearMap.test_result |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildNearMap.test_result_max_record |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildSentencePairScores.near_map |
1 |
1 |
0 |
0% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildSentencePairScores.merged_df |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildSentencePairScores.test_empty |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildSentencePairScores.test_build_sentence_pair_scores |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildSentencePairScores.test_single_pair |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildSentencePairScores.test_multiple_pairs_different_keys |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildSentencePairScores.test_no_matches |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildMatches.merged_df |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildMatches.sentence_pair_scores |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildMatches.test_basic_grouping |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildMatches.test_empty_scores |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildMatches.test_all_below_threshold |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildMatches.test_single_pair_above_threshold |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildMatches.test_overlapping_groups |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildMatches.test_non_jaccard_change |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildMatches.test_non_overlapping_groups |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildMatches.test_both_entities_in_same_group |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildMatches.test_both_entities_in_different_groups |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildMatches.test_one_entity_in_group_other_not |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildMatches.test_similar_names_different_datasets |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildMatches.test_matches |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildMatches.test_pair_to_match |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestCalculateMeanScore.pair_to_match |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestCalculateMeanScore.entity_to_group |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestCalculateMeanScore.test_empty |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestCalculateMeanScore.test_no_matches |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestCalculateMeanScore.test_single_group |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestCalculateMeanScore.test_multiple_groups |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestCalculateMeanScore.test_no_group |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestCalculateMeanScore.test_no_pair |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildMatchesDataset.merged_df |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildMatchesDataset.pair_to_match |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildMatchesDataset.entity_to_group |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildMatchesDataset.test_empty_df |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildMatchesDataset.test_empty_pair |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildMatchesDataset.test_empty_group |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildMatchesDataset.test_basic_grouping |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildMatchesDataset.test_no_matches |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildAttributesDataFrame.test_empty |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildAttributesDataFrame.test_one_df |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
TestBuildAttributesDataFrame.test_multiple_dfs |
13 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_detect.py |
(no function) |
80 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_init.py |
TestGetReadme.test_get_readme_success |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_init.py |
TestGetReadme.test_get_readme_file_structure |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_init.py |
TestGetReadme.test_get_readme_returns_string |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_init.py |
(no function) |
8 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prepare_model.py |
TestFormatModelDf.selected_df |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prepare_model.py |
TestFormatModelDf.test_empty_df |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prepare_model.py |
TestFormatModelDf.test_add_with_id |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prepare_model.py |
TestFormatModelDf.test_add_no_id |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prepare_model.py |
TestFormatModelDf.test_add_attributes_ordered |
6 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prepare_model.py |
TestFormatModelDf.test_add_attributes_empty |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prepare_model.py |
TestFormatModelDf.test_add_attributes_no_columns |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prepare_model.py |
TestFormatModelDf.test_add_attributes_max_rows |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prepare_model.py |
TestBuildAttributeOptions.test_empty |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prepare_model.py |
TestBuildAttributeOptions.test_single |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prepare_model.py |
TestBuildAttributeOptions.test_multiple |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prepare_model.py |
TestBuildAttributeOptions.test_order |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prepare_model.py |
TestBuildAttributesList.test_empty_list |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prepare_model.py |
TestBuildAttributesList.test_single_attribute |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prepare_model.py |
TestBuildAttributesList.test_multiple_attributes |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prepare_model.py |
TestBuildAttributesList.test_no_label_uses_column_name |
5 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prepare_model.py |
TestBuildAttributesList.test_no_columns_skips_attribute |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prepare_model.py |
TestBuildAttributesList.test_none_columns_skips_attribute |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prepare_model.py |
TestBuildAttributesList.test_multiple_columns_same_dataset |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prepare_model.py |
TestBuildAttributesList.test_complex_scenario |
10 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prepare_model.py |
(no function) |
28 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prompts.py |
TestReportPrompt.test_report_prompt_structure |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prompts.py |
TestReportPrompt.test_report_prompt_format |
4 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prompts.py |
TestUserPrompt.test_user_prompt_structure |
7 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prompts.py |
TestUserPrompt.test_user_prompt_is_string |
2 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prompts.py |
TestListPrompts.test_list_prompts_structure |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prompts.py |
TestListPrompts.test_list_prompts_values |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prompts.py |
TestListPrompts.test_safety_prompt_content |
3 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/match_entity_records/test_prompts.py |
(no function) |
12 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/query_text_data/test_answer_builder.py |
_DummyCommentary.__init__ |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/query_text_data/test_answer_builder.py |
_DummyCommentary.get_clustered_cids |
1 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/query_text_data/test_answer_builder.py |
test_answer_query_returns_report_with_sources |
9 |
0 |
0 |
100% |
| intelligence_toolkit/tests/unit/query_text_data/test_answer_builder.py |
(no function) |
11 |
0 |
0 |
100% |