Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/msticpy
/ functions
Functions
3,664 in github.com/microsoft/msticpy
⨍
Functions
3,664
◇
Types & classes
443
↳
Endpoints
149
Function
test_mp_config_file_view_settings
Test view settings.
tests/config/test_mp_config.py:63
Function
test_mp_edit_load
Creating instance of MpConfigEdit.
tests/config/test_mp_config_edit.py:49
Function
test_mp_edit_load_params
Test different startup params for MpConfigEdit.
tests/config/test_mp_config_edit.py:90
Function
test_mp_spark_utils_get_secret
Test get_kv_secret function.
tests/init/test_azure_synapse_tools.py:121
Function
test_mp_spark_utils_mount
Test get_kv_secret function.
tests/init/test_azure_synapse_tools.py:129
Function
test_msal_auth
Test MSAL auth with Interactive Authentication.
tests/auth/test_msal_auth.py:62
Function
test_msal_auth_device
Test MSAL auth with a Device Code.
tests/auth/test_msal_auth.py:47
Function
test_msal_auth_unkown_user
Test MSAL auth with Interactive Authentication with an unkown user.
tests/auth/test_msal_auth.py:76
Function
test_multiple_connections
Test adding connection instance to provider.
tests/data/test_dataqueries.py:537
Function
test_multiple_connections_sync
Test adding connection instance to provider.
tests/data/test_async_queries.py:27
Function
test_multiple_connections_threaded
Test adding connection instance to provider.
tests/data/test_async_queries.py:81
Function
test_multiple_unions
Test UNION ALL with multiple queries.
tests/data/test_sql_to_kql.py:429
Function
test_nbinit_imports
Test custom imports.
tests/init/test_nbinit.py:44
Function
test_nbinit_no_params
Test init_notebook defaults.
tests/init/test_nbinit.py:25
Method
test_nested_archive
(self)
tests/transform/test_b64unpack.py:44
Method
test_nested_archive_df
(self)
tests/transform/test_b64unpack.py:71
Function
test_network
Test df_to_network function.
tests/transform/test_network.py:102
Function
test_network_plot
Test network plot.
tests/vis/test_network_plot.py:27
Function
test_new_dynamic_summary
Test dyn summary class factory.
tests/context/azure/test_sentinel_dynamic_summary.py:415
Function
test_new_threshold
Test applying new threshold.
tests/analysis/test_timeseries.py:74
Function
test_no_display_exceptions
Test that no exception output is generated if suppressed.
tests/common/test_exceptions.py:101
Function
test_node_remove
Test removing a node from a graph.
tests/vis/test_entity_graph.py:181
Function
test_not_between
Test NOT BETWEEN operator.
tests/data/test_sql_to_kql.py:211
Function
test_not_connected
Test no connection is handled correctly.
tests/data/uploaders/test_splunk_uploader.py:132
Function
test_not_connected_sourcetype
Test no connection is handled correctly.
tests/data/uploaders/test_splunk_uploader.py:142
Function
test_not_like
Test NOT LIKE operator (via rlike translation).
tests/data/test_sql_to_kql.py:379
Function
test_not_operator
Test NOT operator.
tests/data/test_sql_to_kql.py:203
Function
test_note_add
Test adding a note to a graph.
tests/vis/test_entity_graph.py:159
Function
test_notebook_mp
Wrap test_notebook and add result to queue.
tools/run_all_notebooks.py:158
Function
test_obfuscate_df
Test obfuscation on DataFrame.
tests/data/test_data_obfus.py:188
Function
test_odata_connect_missing_auth_method
Test connection with missing authentication method.
tests/data/drivers/test_odata_drivers.py:273
Function
test_odata_connect_missing_tenant_id
Test connection with missing tenant_id.
tests/data/drivers/test_odata_drivers.py:261
Function
test_odata_parse_connection_string
Test connection string parsing.
tests/data/drivers/test_odata_drivers.py:224
Function
test_odata_parse_connection_string_with_spaces
Test connection string parsing with spaces.
tests/data/drivers/test_odata_drivers.py:236
Function
test_odata_prepare_param_dict_from_filter
Test filter string parsing.
tests/data/drivers/test_odata_drivers.py:250
Function
test_odata_query_get_method
Test query execution using GET method.
tests/data/drivers/test_odata_drivers.py:612
Function
test_odata_query_not_connected
Test query when not connected.
tests/data/drivers/test_odata_drivers.py:286
Function
test_odata_query_rate_limit
Test query with rate limit error.
tests/data/drivers/test_odata_drivers.py:417
Function
test_odata_query_unauthorized
Test query with unauthorized error.
tests/data/drivers/test_odata_drivers.py:382
Function
test_odata_query_with_empty_results
Test query execution with empty results.
tests/data/drivers/test_odata_drivers.py:347
Function
test_odata_query_with_results_success
Test successful query execution with results.
tests/data/drivers/test_odata_drivers.py:309
Function
test_openobserve_connect_errors
Check connect failure errors.
tests/data/drivers/test_openobserve_driver.py:80
Function
test_openobserve_connect_no_params
Check failure with no args.
tests/data/drivers/test_openobserve_driver.py:54
Function
test_openobserve_connect_req_params
Check load/connect success with required params.
tests/data/drivers/test_openobserve_driver.py:66
Function
test_openobserve_query
Check queries with different outcomes.
tests/data/drivers/test_openobserve_driver.py:128
Function
test_openobserve_query_export
Check queries with different parameters.
tests/data/drivers/test_openobserve_driver.py:164
Function
test_openobserve_query_no_connect
Check query fails when not connected true.
tests/data/drivers/test_openobserve_driver.py:117
Function
test_openobserve_query_params
Check queries with different parameters.
tests/data/drivers/test_openobserve_driver.py:146
Function
test_opr_multi_result
Test OPR multi-item lookup.
tests/context/test_tiproviders.py:378
Function
test_opr_single_result
Test OPR for single result.
tests/context/test_tiproviders.py:333
Function
test_order_by_asc
Test ORDER BY with explicit ASC.
tests/data/test_sql_to_kql.py:307
Function
test_order_by_single
Test ORDER BY with single column.
tests/data/test_sql_to_kql.py:300
Method
test_original_dataframe_unchanged
Test that original dataframe is not modified.
tests/common/test_data_utils.py:155
Function
test_otherproviders_editor
Other providers item edit.
tests/config/test_item_editors.py:429
Function
test_paginated_query
Test query calling returns data in expected format.
tests/data/drivers/test_cybereason_driver.py:314
Function
test_pandas_accessor
Test obfuscation with pandas accessor.
tests/data/test_data_obfus.py:215
Function
test_param_checks
Test checks for missing params.
tests/context/azure/test_sentinel_workspaces.py:385
Method
test_parse_domain_results
(self)
tests/context/test_vtlookup.py:148
Method
test_parse_examples_from_issue
Test examples from the GitHub issue.
tests/common/test_data_utils.py:66
Method
test_parse_file_results
(self)
tests/context/test_vtlookup.py:78
Method
test_parse_ip_results
(self)
tests/context/test_vtlookup.py:189
Function
test_parse_json
Test list_to_rows.
tests/init/pivot/test_pivot_pd_accessor.py:226
Method
test_parse_large_timespan_one_day
Test parsing timespan of exactly 1 day.
tests/common/test_data_utils.py:42
Method
test_parse_large_timespan_with_frac
Test parsing large timespan with fractional seconds.
tests/common/test_data_utils.py:54
Method
test_parse_large_timespan_with_time
Test parsing timespan with days and time components.
tests/common/test_data_utils.py:48
Method
test_parse_medium_timespan
Test parsing medium timespan (hours, minutes, seconds).
tests/common/test_data_utils.py:36
Method
test_parse_none
Test parsing None returns None.
tests/common/test_data_utils.py:20
Method
test_parse_small_timespan_no_frac
Test parsing small timespan without fractional seconds.
tests/common/test_data_utils.py:24
Method
test_parse_small_timespan_with_frac
Test parsing small timespan with fractional seconds.
tests/common/test_data_utils.py:30
Function
test_parse_time_unit
Parse time unit.
tests/nbwidgets/test_nbwidgets.py:44
Method
test_parse_url_results
(self)
tests/context/test_vtlookup.py:114
Method
test_parse_zero_timespan
Test parsing zero timespan.
tests/common/test_data_utils.py:60
Function
test_partial_success_query
Test query calling returns data in expected format.
tests/data/drivers/test_cybereason_driver.py:288
Function
test_pd_accessors
Test accessors have imported docs.
tests/analysis/test_timeseries.py:116
Function
test_pd_display
Test mp_pivot.display accessor.
tests/init/pivot/test_pivot_pd_accessor.py:62
Function
test_pd_run
Test mp_pivot.run accessor.
tests/init/pivot/test_pivot_pd_accessor.py:49
Function
test_pdlookup_lookup_ioc
Test PDLookup functions.
tests/context/tiproviders/test_pulsedive.py:130
Function
test_pdlookup_lookup_threat
Test PDLookup functions.
tests/context/tiproviders/test_pulsedive.py:152
Function
test_pdlookup_query
Test calling query interface
tests/context/tiproviders/test_pulsedive.py:203
Function
test_pdlookup_scan
Test calling scan interface
tests/context/tiproviders/test_pulsedive.py:174
Function
test_pdlookup_scan_fail
Test calling scan interface with failure.
tests/context/tiproviders/test_pulsedive.py:191
Function
test_pi_freq_exclusion
(g_test, periodic_data, offset, pi_excluded)
tests/analysis/polling_detection/test_periodogram_polling_detector.py:171
Function
test_pipeline_objects
Test parse pipeline.
tests/init/pivot/test_pivot_pipeline.py:40
Function
test_pivot_browser
Test pivot browser.
tests/init/pivot/test_pivot_browser.py:29
Function
test_pivot_container
Test operations of PivotContainer class.
tests/init/pivot/test_pivot_register.py:324
Function
test_pivot_funcs_df
Test calling function with DF input attributes.
tests/init/pivot/test_pivot_input_types.py:163
Function
test_pivot_funcs_df_merge
Test calling function with DF input attributes.
tests/init/pivot/test_pivot_input_types.py:183
Function
test_pivot_funcs_df_merge
Test calling function with DF input attributes.
tests/init/pivot/test_pivot_data_queries_run.py:173
Function
test_pivot_funcs_itbl
Test calling function with iterable input.
tests/init/pivot/test_pivot_input_types.py:142
Function
test_pivot_funcs_value
Test calling function with value.
tests/init/pivot/test_pivot_input_types.py:124
Function
test_pivot_providers
Test pivot initialized from provider list. Notes ----- Test that the expected number of functions have been added to entities.
tests/init/pivot/test_pivot.py:92
Function
test_pivot_shortcuts
Test pivot function shortcut creation and deletion.
tests/datamodel/entities/test_entity.py:78
Function
test_pivot_time
Function_docstring.
tests/init/pivot/test_pivot.py:114
Function
test_plot
Test plotting produces Bokeh objects.
tests/vis/test_entity_graph.py:199
Function
test_plot_map
Test plot_map with different parameters.
tests/vis/test_folium.py:289
Function
test_plot_nx_graph_layout
Test different parameters.
tests/vis/test_network_plot.py:127
Function
test_plot_nx_graph_params
Test different parameters.
tests/vis/test_network_plot.py:108
Function
test_preprocess_observables
Test observable pre-processing.
tests/context/test_lookup.py:244
Function
test_preprocess_observables
Test observable pre-processing.
tests/context/test_tiproviders.py:542
Function
test_process_tree_notebook
Run process tree notebook.
tests/transform/test_process_tree_utils.py:462
← previous
next →
3,301–3,400 of 3,664, ranked by callers