revengai 1.1.1__py3-none-any.whl → 1.73.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- revengai/__init__.py +41 -20
- revengai/api/analyses_comments_api.py +1 -1
- revengai/api/analyses_core_api.py +341 -3
- revengai/api/analyses_dynamic_execution_api.py +1 -1
- revengai/api/analyses_results_metadata_api.py +7 -7
- revengai/api/analyses_security_checks_api.py +1 -1
- revengai/api/authentication_users_api.py +1 -1
- revengai/api/binaries_api.py +1 -1
- revengai/api/collections_api.py +1 -1
- revengai/api/confidence_api.py +1 -1
- revengai/api/external_sources_api.py +1 -1
- revengai/api/firmware_api.py +1 -1
- revengai/api/functions_ai_decompilation_api.py +1 -1
- revengai/api/functions_block_comments_api.py +1 -1
- revengai/api/functions_core_api.py +1901 -417
- revengai/api/functions_data_types_api.py +13 -13
- revengai/api/functions_decompilation_api.py +1 -1
- revengai/api/functions_renaming_history_api.py +1 -1
- revengai/api/functions_threat_score_api.py +1 -1
- revengai/api/models_api.py +1 -1
- revengai/api/search_api.py +19 -2
- revengai/api_client.py +2 -2
- revengai/configuration.py +3 -3
- revengai/exceptions.py +1 -1
- revengai/models/__init__.py +27 -13
- revengai/models/addr.py +1 -1
- revengai/models/ai_decompilation_rating.py +1 -1
- revengai/models/{function_param_mapping.py → ai_unstrip_request.py} +10 -12
- revengai/models/analysis_access_info.py +1 -1
- revengai/models/analysis_config.py +1 -1
- revengai/models/analysis_create_request.py +4 -4
- revengai/models/analysis_create_response.py +1 -1
- revengai/models/analysis_detail_response.py +1 -1
- revengai/models/analysis_functions.py +1 -1
- revengai/models/analysis_record.py +1 -1
- revengai/models/analysis_scope.py +1 -1
- revengai/models/analysis_strings_response.py +1 -1
- revengai/models/{app_api_rest_v2_analyses_responses_analysis_tags.py → analysis_tags.py} +5 -5
- revengai/models/analysis_threat_score_data.py +1 -1
- revengai/models/analysis_update_request.py +1 -1
- revengai/models/analysis_update_tags_request.py +1 -1
- revengai/models/analysis_update_tags_response.py +1 -1
- revengai/models/ann_function.py +3 -3
- revengai/models/app_api_rest_v2_analyses_enums_dynamic_execution_status.py +1 -1
- revengai/models/app_api_rest_v2_analyses_enums_order_by.py +1 -1
- revengai/models/app_api_rest_v2_analyses_responses_tag_item.py +1 -1
- revengai/models/app_api_rest_v2_collections_enums_order_by.py +1 -1
- revengai/models/app_api_rest_v2_functions_responses_function.py +1 -1
- revengai/models/app_api_rest_v2_functions_types_function.py +1 -1
- revengai/models/app_services_binary_ann_schema_tag_item.py +1 -1
- revengai/models/app_services_dynamic_execution_schemas_dynamic_execution_status.py +1 -1
- revengai/models/argument.py +1 -1
- revengai/models/auto_unstrip_by_group_response.py +132 -0
- revengai/models/{app_api_rest_v1_analysis_info_schema_function_rename.py → auto_unstrip_request.py} +12 -10
- revengai/models/{upload_success.py → auto_unstrip_response.py} +39 -22
- revengai/models/base_response.py +1 -1
- revengai/models/base_response_analysis_create_response.py +1 -1
- revengai/models/base_response_analysis_detail_response.py +1 -1
- revengai/models/base_response_analysis_functions.py +1 -1
- revengai/models/base_response_analysis_strings_response.py +1 -1
- revengai/models/{app_core_responses_base_base_response_analysis_tags1.py → base_response_analysis_tags.py} +8 -8
- revengai/models/base_response_analysis_threat_score_data.py +1 -1
- revengai/models/base_response_analysis_update_tags_response.py +1 -1
- revengai/models/base_response_basic.py +1 -1
- revengai/models/base_response_binary_additional_response.py +1 -1
- revengai/models/base_response_binary_ann_list_response.py +1 -1
- revengai/models/base_response_binary_details_response.py +1 -1
- revengai/models/base_response_binary_externals_response.py +1 -1
- revengai/models/base_response_binary_search_response.py +1 -1
- revengai/models/base_response_block_comments_generation_for_function_response.py +1 -1
- revengai/models/base_response_block_comments_overview_generation_response.py +1 -1
- revengai/models/base_response_bool.py +1 -1
- revengai/models/base_response_box_plot_confidence.py +1 -1
- revengai/models/base_response_callees_caller_functions_response.py +1 -1
- revengai/models/base_response_capabilities.py +1 -1
- revengai/models/base_response_check_security_checks_task_response.py +1 -1
- revengai/models/base_response_child_binaries_response.py +1 -1
- revengai/models/base_response_collection_binaries_update_response.py +1 -1
- revengai/models/base_response_collection_response.py +1 -1
- revengai/models/base_response_collection_search_response.py +1 -1
- revengai/models/base_response_collection_tags_update_response.py +1 -1
- revengai/models/base_response_comment_response.py +1 -1
- revengai/models/base_response_communities.py +1 -1
- revengai/models/base_response_created.py +1 -1
- revengai/models/base_response_decompilation_response.py +1 -1
- revengai/models/base_response_dict.py +1 -1
- revengai/models/base_response_dynamic_execution_status.py +1 -1
- revengai/models/base_response_external_response.py +1 -1
- revengai/models/base_response_function_analysis_threat_score_data.py +1 -1
- revengai/models/base_response_function_blocks_response.py +1 -1
- revengai/models/base_response_function_capability_response.py +1 -1
- revengai/models/base_response_function_data_types.py +1 -1
- revengai/models/base_response_function_data_types_list.py +1 -1
- revengai/models/base_response_function_search_response.py +1 -1
- revengai/models/base_response_function_strings_response.py +1 -1
- revengai/models/base_response_function_task_response.py +1 -1
- revengai/models/base_response_function_threat_score.py +1 -1
- revengai/models/base_response_functions_detail_response.py +1 -1
- revengai/models/base_response_generate_function_data_types.py +1 -1
- revengai/models/base_response_generation_status_list.py +1 -1
- revengai/models/base_response_get_ai_decompilation_rating_response.py +1 -1
- revengai/models/base_response_get_ai_decompilation_task.py +1 -1
- revengai/models/base_response_get_public_user_response.py +1 -1
- revengai/models/base_response_get_user_response.py +1 -1
- revengai/models/base_response_list_collection_results.py +1 -1
- revengai/models/base_response_list_comment_response.py +1 -1
- revengai/models/base_response_list_die_match.py +1 -1
- revengai/models/base_response_list_function_box_plot_confidence.py +1 -1
- revengai/models/base_response_list_function_name_history.py +1 -1
- revengai/models/base_response_list_sbom.py +1 -1
- revengai/models/base_response_list_similar_functions_response.py +1 -1
- revengai/models/base_response_list_tag_origin_box_plot_confidence.py +1 -1
- revengai/models/base_response_list_user_activity_response.py +1 -1
- revengai/models/base_response_login_response.py +1 -1
- revengai/models/base_response_logs.py +1 -1
- revengai/models/base_response_models_response.py +1 -1
- revengai/models/base_response_nearest_neighbor_analysis.py +1 -1
- revengai/models/base_response_network_overview_response.py +1 -1
- revengai/models/base_response_params.py +1 -1
- revengai/models/base_response_process_dumps.py +1 -1
- revengai/models/base_response_process_registry.py +1 -1
- revengai/models/base_response_process_tree.py +1 -1
- revengai/models/base_response_queued_security_checks_task_response.py +1 -1
- revengai/models/base_response_recent.py +1 -1
- revengai/models/base_response_security_checks_response.py +1 -1
- revengai/models/base_response_status.py +1 -1
- revengai/models/base_response_str.py +1 -1
- revengai/models/base_response_symbols_info.py +1 -1
- revengai/models/base_response_tag_search_response.py +1 -1
- revengai/models/base_response_task_response.py +1 -1
- revengai/models/base_response_ttps.py +1 -1
- revengai/models/{app_core_responses_base_base_response_analysis_tags2.py → base_response_upload_response.py} +8 -8
- revengai/models/base_response_vulnerabilities.py +1 -1
- revengai/models/basic.py +1 -1
- revengai/models/binary_additional_details_data_response.py +1 -1
- revengai/models/binary_additional_response.py +1 -1
- revengai/models/binary_ann_form.py +1 -1
- revengai/models/binary_ann_list_response.py +1 -1
- revengai/models/binary_config.py +1 -1
- revengai/models/binary_details_response.py +1 -1
- revengai/models/binary_externals_response.py +1 -1
- revengai/models/binary_search_response.py +1 -1
- revengai/models/binary_search_result.py +1 -1
- revengai/models/binary_task_status.py +1 -1
- revengai/models/block.py +1 -1
- revengai/models/block_comments_generation_for_function_response.py +1 -1
- revengai/models/boundary.py +1 -1
- revengai/models/box_plot_confidence.py +1 -1
- revengai/models/callee_function_info.py +1 -1
- revengai/models/callees_caller_functions_response.py +1 -1
- revengai/models/caller_function_info.py +1 -1
- revengai/models/capabilities.py +1 -1
- revengai/models/capability.py +1 -1
- revengai/models/check_security_checks_task_response.py +1 -1
- revengai/models/child_binaries_response.py +1 -1
- revengai/models/code_signature_model.py +1 -1
- revengai/models/collection_binaries_update_request.py +1 -1
- revengai/models/collection_binaries_update_response.py +1 -1
- revengai/models/collection_binary_response.py +1 -1
- revengai/models/collection_create_request.py +1 -1
- revengai/models/collection_list_item.py +1 -1
- revengai/models/collection_response.py +1 -1
- revengai/models/collection_response_binaries_inner.py +1 -1
- revengai/models/collection_scope.py +1 -1
- revengai/models/collection_search_response.py +1 -1
- revengai/models/collection_search_result.py +1 -1
- revengai/models/collection_tags_update_request.py +1 -1
- revengai/models/collection_tags_update_response.py +1 -1
- revengai/models/collection_update_request.py +1 -1
- revengai/models/comment_base.py +1 -1
- revengai/models/comment_response.py +1 -1
- revengai/models/comment_update_request.py +1 -1
- revengai/models/communities.py +1 -1
- revengai/models/community_match_percentages.py +1 -1
- revengai/models/confidence_type.py +1 -1
- revengai/models/context.py +1 -1
- revengai/models/created.py +1 -1
- revengai/models/decompilation_comment_context.py +1 -1
- revengai/models/decompilation_response.py +1 -1
- revengai/models/die_match.py +1 -1
- revengai/models/dynamic_execution_status_input.py +1 -1
- revengai/models/elf_dynamic_entry.py +1 -1
- revengai/models/elf_import_model.py +1 -1
- revengai/models/elf_model.py +1 -1
- revengai/models/elf_relocation.py +1 -1
- revengai/models/elf_section.py +1 -1
- revengai/models/elf_security.py +1 -1
- revengai/models/elf_segment.py +1 -1
- revengai/models/elf_symbol.py +1 -1
- revengai/models/entrypoint_model.py +1 -1
- revengai/models/enumeration.py +1 -1
- revengai/models/error_model.py +1 -1
- revengai/models/export_model.py +1 -1
- revengai/models/exported_binary_ann_result.py +1 -1
- revengai/models/external_response.py +1 -1
- revengai/models/file_format.py +1 -1
- revengai/models/file_hashes.py +1 -1
- revengai/models/file_metadata.py +1 -1
- revengai/models/filters.py +1 -1
- revengai/models/function_analysis_threat_score_data.py +1 -1
- revengai/models/function_block_destination_response.py +1 -1
- revengai/models/function_block_response.py +1 -1
- revengai/models/function_blocks_response.py +1 -1
- revengai/models/function_boundary.py +1 -1
- revengai/models/function_box_plot_confidence.py +1 -1
- revengai/models/function_capability_response.py +1 -1
- revengai/models/function_comment_create_request.py +1 -1
- revengai/models/function_data_types.py +1 -1
- revengai/models/function_data_types_list.py +1 -1
- revengai/models/function_data_types_list_item.py +1 -1
- revengai/models/function_data_types_params.py +1 -1
- revengai/models/function_data_types_status.py +1 -1
- revengai/models/function_header.py +1 -1
- revengai/models/function_info_input.py +1 -1
- revengai/models/function_info_input_func_deps_inner.py +1 -1
- revengai/models/function_info_output.py +1 -1
- revengai/models/function_local_variable_response.py +1 -1
- revengai/models/function_mapping_full.py +1 -1
- revengai/models/function_name_confidence_body.py +1 -1
- revengai/models/function_name_history.py +1 -1
- revengai/models/function_name_input.py +1 -1
- revengai/models/function_param_response.py +1 -1
- revengai/models/function_rename.py +4 -4
- revengai/models/function_rename_map.py +3 -3
- revengai/models/function_search_response.py +1 -1
- revengai/models/function_search_result.py +1 -1
- revengai/models/function_string.py +1 -1
- revengai/models/function_strings_response.py +1 -1
- revengai/models/function_task_response.py +1 -1
- revengai/models/function_task_status.py +1 -1
- revengai/models/function_threat_score.py +1 -1
- revengai/models/function_type_input.py +1 -1
- revengai/models/function_type_output.py +1 -1
- revengai/models/functions_detail_response.py +1 -1
- revengai/models/functions_list_rename.py +1 -1
- revengai/models/generate_function_data_types.py +1 -1
- revengai/models/generation_status_list.py +1 -1
- revengai/models/get_ai_decompilation_rating_response.py +1 -1
- revengai/models/get_ai_decompilation_task.py +1 -1
- revengai/models/get_public_user_response.py +1 -1
- revengai/models/get_user_response.py +1 -1
- revengai/models/global_variable.py +1 -1
- revengai/models/icon_model.py +1 -1
- revengai/models/import_model.py +1 -1
- revengai/models/inverse_function_map_item.py +1 -1
- revengai/models/inverse_string_map_item.py +1 -1
- revengai/models/inverse_value.py +1 -1
- revengai/models/isa.py +1 -1
- revengai/models/list_collection_results.py +1 -1
- revengai/models/login_request.py +1 -1
- revengai/models/login_response.py +1 -1
- revengai/models/logs.py +1 -1
- revengai/models/{collections_count_form.py → matched_function_group.py} +12 -11
- revengai/models/{batch_function_rename_record.py → matched_function_suggestion.py} +18 -12
- revengai/models/meta_model.py +1 -1
- revengai/models/model_name.py +1 -1
- revengai/models/models_response.py +1 -1
- revengai/models/nearest_neighbor.py +1 -1
- revengai/models/network_overview_dns.py +1 -1
- revengai/models/network_overview_dns_answer.py +1 -1
- revengai/models/network_overview_metadata.py +1 -1
- revengai/models/network_overview_response.py +1 -1
- revengai/models/order.py +1 -1
- revengai/models/origin.py +1 -1
- revengai/models/pagination_model.py +1 -1
- revengai/models/params.py +1 -1
- revengai/models/pdb_debug_model.py +1 -1
- revengai/models/pe_model.py +1 -1
- revengai/models/platform.py +1 -1
- revengai/models/process.py +1 -1
- revengai/models/process_dump.py +1 -1
- revengai/models/process_dump_metadata.py +1 -1
- revengai/models/process_dumps.py +1 -1
- revengai/models/process_dumps_data.py +1 -1
- revengai/models/process_registry.py +1 -1
- revengai/models/process_tree.py +1 -1
- revengai/models/queued_security_checks_task_response.py +1 -1
- revengai/models/re_analysis_form.py +1 -1
- revengai/models/recent.py +1 -1
- revengai/models/registry.py +1 -1
- revengai/models/relative_binary_response.py +1 -1
- revengai/models/sandbox_options.py +1 -1
- revengai/models/sbom.py +1 -1
- revengai/models/sbom_package.py +1 -1
- revengai/models/scrape_third_party_config.py +1 -1
- revengai/models/search_binary_ids.py +1 -1
- revengai/models/search_function_ids.py +1 -1
- revengai/models/section_model.py +1 -1
- revengai/models/security_checks_response.py +1 -1
- revengai/models/security_checks_result.py +1 -1
- revengai/models/security_model.py +1 -1
- revengai/models/severity_type.py +1 -1
- revengai/models/similar_functions_response.py +1 -1
- revengai/models/single_code_certificate_model.py +1 -1
- revengai/models/single_code_signature_model.py +1 -1
- revengai/models/single_pdb_entry_model.py +1 -1
- revengai/models/single_section_model.py +1 -1
- revengai/models/stack_variable.py +1 -1
- revengai/models/status_input.py +1 -1
- revengai/models/status_output.py +1 -1
- revengai/models/string_functions.py +1 -1
- revengai/models/structure.py +1 -1
- revengai/models/structure_member.py +1 -1
- revengai/models/symbols.py +1 -1
- revengai/models/symbols_info.py +1 -1
- revengai/models/{tag_input.py → tag.py} +5 -5
- revengai/models/tag_confidence_body.py +1 -1
- revengai/models/tag_origin_box_plot_confidence.py +1 -1
- revengai/models/tag_response.py +1 -1
- revengai/models/tag_search_response.py +1 -1
- revengai/models/tag_search_result.py +1 -1
- revengai/models/tags.py +1 -1
- revengai/models/task_response.py +1 -1
- revengai/models/task_status.py +1 -1
- revengai/models/threat_score_function_body.py +1 -1
- revengai/models/timestamp_model.py +1 -1
- revengai/models/ttps.py +1 -1
- revengai/models/ttps_attack.py +1 -1
- revengai/models/ttps_data.py +1 -1
- revengai/models/ttps_element.py +1 -1
- revengai/models/ttps_occurance.py +1 -1
- revengai/models/type_definition.py +1 -1
- revengai/models/{search_form.py → unstrip_request.py} +15 -20
- revengai/models/update_function_data_types.py +1 -1
- revengai/models/{scope.py → upload_file_type.py} +8 -8
- revengai/models/{user_boundaries.py → upload_response.py} +14 -13
- revengai/models/upsert_ai_decomplation_rating_request.py +1 -1
- revengai/models/user_activity_response.py +1 -1
- revengai/models/vulnerabilities.py +1 -1
- revengai/models/vulnerability.py +1 -1
- revengai/models/vulnerability_type.py +1 -1
- revengai/models/workspace.py +1 -1
- revengai/rest.py +1 -1
- {revengai-1.1.1.dist-info → revengai-1.73.0.dist-info}/METADATA +20 -7
- revengai-1.73.0.dist-info/RECORD +339 -0
- revengai/api/v1_api.py +0 -6373
- revengai/models/analyse_created.py +0 -99
- revengai/models/analysis_form.py +0 -138
- revengai/models/analysis_status.py +0 -94
- revengai/models/ann_input.py +0 -108
- revengai/models/app_api_rest_v1_analyse_schema_model_name.py +0 -44
- revengai/models/app_api_rest_v1_analyse_schema_status.py +0 -40
- revengai/models/app_api_rest_v1_analyse_schema_symbols.py +0 -97
- revengai/models/app_api_rest_v1_analysis_info_responses_logs.py +0 -99
- revengai/models/app_api_rest_v1_ann_schema_ann_function.py +0 -135
- revengai/models/app_api_rest_v2_analyses_enums_model_name.py +0 -43
- revengai/models/app_api_rest_v2_analyses_enums_status.py +0 -41
- revengai/models/app_api_rest_v2_analyses_responses_logs.py +0 -87
- revengai/models/app_api_rest_v2_analyses_schemas_symbols.py +0 -97
- revengai/models/app_api_rest_v2_functions_rename_schema_function_rename.py +0 -94
- revengai/models/app_api_rest_v2_info_responses_analysis_tags.py +0 -104
- revengai/models/app_api_rest_v2_similarity_schema_ann_function.py +0 -121
- revengai/models/batch_ann.py +0 -106
- revengai/models/batch_function_rename.py +0 -95
- revengai/models/collection_count.py +0 -99
- revengai/models/config_settings.py +0 -101
- revengai/models/create_ai_decompilation_request.py +0 -87
- revengai/models/deleted_analysis.py +0 -99
- revengai/models/file_options.py +0 -41
- revengai/models/function_batch_ann.py +0 -106
- revengai/models/function_dump.py +0 -106
- revengai/models/function_list.py +0 -87
- revengai/models/function_list_basic.py +0 -99
- revengai/models/function_params.py +0 -95
- revengai/models/isa_options.py +0 -39
- revengai/models/model_list.py +0 -99
- revengai/models/platform_options.py +0 -40
- revengai/models/quick_search.py +0 -99
- revengai/models/recent_analysis.py +0 -99
- revengai/models/recent_analysis_form.py +0 -92
- revengai/models/rename.py +0 -99
- revengai/models/search_query.py +0 -99
- revengai/models/tag_output.py +0 -89
- revengai/test/__init__.py +0 -0
- revengai/test/test_addr.py +0 -50
- revengai/test/test_ai_decompilation_rating.py +0 -33
- revengai/test/test_analyse_created.py +0 -53
- revengai/test/test_analyses_comments_api.py +0 -59
- revengai/test/test_analyses_core_api.py +0 -136
- revengai/test/test_analyses_dynamic_execution_api.py +0 -80
- revengai/test/test_analyses_results_metadata_api.py +0 -143
- revengai/test/test_analyses_security_checks_api.py +0 -52
- revengai/test/test_analysis_access_info.py +0 -54
- revengai/test/test_analysis_config.py +0 -60
- revengai/test/test_analysis_create_request.py +0 -83
- revengai/test/test_analysis_create_response.py +0 -54
- revengai/test/test_analysis_detail_response.py +0 -83
- revengai/test/test_analysis_form.py +0 -81
- revengai/test/test_analysis_functions.py +0 -78
- revengai/test/test_analysis_record.py +0 -74
- revengai/test/test_analysis_scope.py +0 -33
- revengai/test/test_analysis_status.py +0 -53
- revengai/test/test_analysis_strings_response.py +0 -70
- revengai/test/test_analysis_threat_score_data.py +0 -64
- revengai/test/test_analysis_update_request.py +0 -52
- revengai/test/test_analysis_update_tags_request.py +0 -56
- revengai/test/test_analysis_update_tags_response.py +0 -60
- revengai/test/test_ann_function.py +0 -61
- revengai/test/test_ann_input.py +0 -56
- revengai/test/test_app_api_rest_v1_analyse_schema_model_name.py +0 -33
- revengai/test/test_app_api_rest_v1_analyse_schema_status.py +0 -33
- revengai/test/test_app_api_rest_v1_analyse_schema_symbols.py +0 -57
- revengai/test/test_app_api_rest_v1_analysis_info_responses_logs.py +0 -53
- revengai/test/test_app_api_rest_v1_analysis_info_schema_function_rename.py +0 -52
- revengai/test/test_app_api_rest_v1_ann_schema_ann_function.py +0 -74
- revengai/test/test_app_api_rest_v2_analyses_enums_dynamic_execution_status.py +0 -33
- revengai/test/test_app_api_rest_v2_analyses_enums_model_name.py +0 -33
- revengai/test/test_app_api_rest_v2_analyses_enums_order_by.py +0 -33
- revengai/test/test_app_api_rest_v2_analyses_enums_status.py +0 -33
- revengai/test/test_app_api_rest_v2_analyses_responses_analysis_tags.py +0 -74
- revengai/test/test_app_api_rest_v2_analyses_responses_logs.py +0 -52
- revengai/test/test_app_api_rest_v2_analyses_responses_tag_item.py +0 -55
- revengai/test/test_app_api_rest_v2_analyses_schemas_symbols.py +0 -57
- revengai/test/test_app_api_rest_v2_collections_enums_order_by.py +0 -33
- revengai/test/test_app_api_rest_v2_functions_rename_schema_function_rename.py +0 -52
- revengai/test/test_app_api_rest_v2_functions_responses_function.py +0 -54
- revengai/test/test_app_api_rest_v2_functions_types_function.py +0 -72
- revengai/test/test_app_api_rest_v2_info_responses_analysis_tags.py +0 -70
- revengai/test/test_app_api_rest_v2_similarity_schema_ann_function.py +0 -61
- revengai/test/test_app_core_responses_base_base_response_analysis_tags1.py +0 -73
- revengai/test/test_app_core_responses_base_base_response_analysis_tags2.py +0 -75
- revengai/test/test_app_services_binary_ann_schema_tag_item.py +0 -52
- revengai/test/test_app_services_dynamic_execution_schemas_dynamic_execution_status.py +0 -52
- revengai/test/test_argument.py +0 -59
- revengai/test/test_authentication_users_api.py +0 -66
- revengai/test/test_base_response.py +0 -63
- revengai/test/test_base_response_analysis_create_response.py +0 -65
- revengai/test/test_base_response_analysis_detail_response.py +0 -81
- revengai/test/test_base_response_analysis_functions.py +0 -77
- revengai/test/test_base_response_analysis_strings_response.py +0 -73
- revengai/test/test_base_response_analysis_threat_score_data.py +0 -70
- revengai/test/test_base_response_analysis_update_tags_response.py +0 -68
- revengai/test/test_base_response_basic.py +0 -74
- revengai/test/test_base_response_binary_additional_response.py +0 -259
- revengai/test/test_base_response_binary_ann_list_response.py +0 -83
- revengai/test/test_base_response_binary_details_response.py +0 -83
- revengai/test/test_base_response_binary_externals_response.py +0 -72
- revengai/test/test_base_response_binary_search_response.py +0 -77
- revengai/test/test_base_response_block_comments_generation_for_function_response.py +0 -64
- revengai/test/test_base_response_block_comments_overview_generation_response.py +0 -63
- revengai/test/test_base_response_bool.py +0 -63
- revengai/test/test_base_response_box_plot_confidence.py +0 -70
- revengai/test/test_base_response_callees_caller_functions_response.py +0 -82
- revengai/test/test_base_response_capabilities.py +0 -71
- revengai/test/test_base_response_check_security_checks_task_response.py +0 -64
- revengai/test/test_base_response_child_binaries_response.py +0 -73
- revengai/test/test_base_response_collection_binaries_update_response.py +0 -72
- revengai/test/test_base_response_collection_response.py +0 -78
- revengai/test/test_base_response_collection_search_response.py +0 -80
- revengai/test/test_base_response_collection_tags_update_response.py +0 -66
- revengai/test/test_base_response_comment_response.py +0 -71
- revengai/test/test_base_response_communities.py +0 -77
- revengai/test/test_base_response_created.py +0 -66
- revengai/test/test_base_response_decompilation_response.py +0 -66
- revengai/test/test_base_response_dict.py +0 -65
- revengai/test/test_base_response_dynamic_execution_status.py +0 -64
- revengai/test/test_base_response_external_response.py +0 -68
- revengai/test/test_base_response_function_analysis_threat_score_data.py +0 -70
- revengai/test/test_base_response_function_blocks_response.py +0 -96
- revengai/test/test_base_response_function_capability_response.py +0 -66
- revengai/test/test_base_response_function_data_types.py +0 -99
- revengai/test/test_base_response_function_data_types_list.py +0 -105
- revengai/test/test_base_response_function_search_response.py +0 -73
- revengai/test/test_base_response_function_strings_response.py +0 -69
- revengai/test/test_base_response_function_task_response.py +0 -65
- revengai/test/test_base_response_function_threat_score.py +0 -73
- revengai/test/test_base_response_functions_detail_response.py +0 -78
- revengai/test/test_base_response_generate_function_data_types.py +0 -74
- revengai/test/test_base_response_generation_status_list.py +0 -71
- revengai/test/test_base_response_get_ai_decompilation_rating_response.py +0 -64
- revengai/test/test_base_response_get_ai_decompilation_task.py +0 -118
- revengai/test/test_base_response_get_public_user_response.py +0 -65
- revengai/test/test_base_response_get_user_response.py +0 -70
- revengai/test/test_base_response_list_collection_results.py +0 -79
- revengai/test/test_base_response_list_comment_response.py +0 -73
- revengai/test/test_base_response_list_die_match.py +0 -69
- revengai/test/test_base_response_list_function_box_plot_confidence.py +0 -74
- revengai/test/test_base_response_list_function_name_history.py +0 -71
- revengai/test/test_base_response_list_sbom.py +0 -73
- revengai/test/test_base_response_list_similar_functions_response.py +0 -77
- revengai/test/test_base_response_list_tag_origin_box_plot_confidence.py +0 -76
- revengai/test/test_base_response_list_user_activity_response.py +0 -71
- revengai/test/test_base_response_login_response.py +0 -64
- revengai/test/test_base_response_logs.py +0 -64
- revengai/test/test_base_response_models_response.py +0 -66
- revengai/test/test_base_response_nearest_neighbor_analysis.py +0 -75
- revengai/test/test_base_response_network_overview_response.py +0 -80
- revengai/test/test_base_response_params.py +0 -70
- revengai/test/test_base_response_process_dumps.py +0 -76
- revengai/test/test_base_response_process_registry.py +0 -73
- revengai/test/test_base_response_process_tree.py +0 -78
- revengai/test/test_base_response_queued_security_checks_task_response.py +0 -64
- revengai/test/test_base_response_recent.py +0 -79
- revengai/test/test_base_response_security_checks_response.py +0 -76
- revengai/test/test_base_response_status.py +0 -65
- revengai/test/test_base_response_str.py +0 -63
- revengai/test/test_base_response_symbols_info.py +0 -68
- revengai/test/test_base_response_tag_search_response.py +0 -68
- revengai/test/test_base_response_task_response.py +0 -65
- revengai/test/test_base_response_ttps.py +0 -81
- revengai/test/test_base_response_vulnerabilities.py +0 -77
- revengai/test/test_basic.py +0 -72
- revengai/test/test_batch_ann.py +0 -55
- revengai/test/test_batch_function_rename.py +0 -60
- revengai/test/test_batch_function_rename_record.py +0 -54
- revengai/test/test_binaries_api.py +0 -73
- revengai/test/test_binary_additional_details_data_response.py +0 -256
- revengai/test/test_binary_additional_response.py +0 -441
- revengai/test/test_binary_ann_form.py +0 -58
- revengai/test/test_binary_ann_list_response.py +0 -90
- revengai/test/test_binary_config.py +0 -53
- revengai/test/test_binary_details_response.py +0 -90
- revengai/test/test_binary_externals_response.py +0 -68
- revengai/test/test_binary_search_response.py +0 -78
- revengai/test/test_binary_search_result.py +0 -72
- revengai/test/test_binary_task_status.py +0 -33
- revengai/test/test_block.py +0 -52
- revengai/test/test_block_comments_generation_for_function_response.py +0 -52
- revengai/test/test_boundary.py +0 -56
- revengai/test/test_box_plot_confidence.py +0 -64
- revengai/test/test_callee_function_info.py +0 -61
- revengai/test/test_callees_caller_functions_response.py +0 -87
- revengai/test/test_caller_function_info.py +0 -61
- revengai/test/test_capabilities.py +0 -66
- revengai/test/test_capability.py +0 -60
- revengai/test/test_check_security_checks_task_response.py +0 -52
- revengai/test/test_child_binaries_response.py +0 -66
- revengai/test/test_code_signature_model.py +0 -80
- revengai/test/test_collection_binaries_update_request.py +0 -56
- revengai/test/test_collection_binaries_update_response.py +0 -68
- revengai/test/test_collection_binary_response.py +0 -62
- revengai/test/test_collection_count.py +0 -53
- revengai/test/test_collection_create_request.py +0 -63
- revengai/test/test_collection_list_item.py +0 -72
- revengai/test/test_collection_response.py +0 -73
- revengai/test/test_collection_response_binaries_inner.py +0 -62
- revengai/test/test_collection_scope.py +0 -33
- revengai/test/test_collection_search_response.py +0 -84
- revengai/test/test_collection_search_result.py +0 -73
- revengai/test/test_collection_tags_update_request.py +0 -56
- revengai/test/test_collection_tags_update_response.py +0 -56
- revengai/test/test_collection_update_request.py +0 -53
- revengai/test/test_collections_api.py +0 -80
- revengai/test/test_collections_count_form.py +0 -52
- revengai/test/test_comment_base.py +0 -52
- revengai/test/test_comment_response.py +0 -65
- revengai/test/test_comment_update_request.py +0 -52
- revengai/test/test_communities.py +0 -78
- revengai/test/test_community_match_percentages.py +0 -58
- revengai/test/test_confidence_api.py +0 -59
- revengai/test/test_confidence_type.py +0 -33
- revengai/test/test_config_settings.py +0 -70
- revengai/test/test_context.py +0 -54
- revengai/test/test_create_ai_decompilation_request.py +0 -52
- revengai/test/test_created.py +0 -56
- revengai/test/test_decompilation_comment_context.py +0 -54
- revengai/test/test_decompilation_response.py +0 -56
- revengai/test/test_deleted_analysis.py +0 -52
- revengai/test/test_die_match.py +0 -58
- revengai/test/test_dynamic_execution_status_input.py +0 -33
- revengai/test/test_elf_dynamic_entry.py +0 -54
- revengai/test/test_elf_import_model.py +0 -58
- revengai/test/test_elf_model.py +0 -236
- revengai/test/test_elf_relocation.py +0 -64
- revengai/test/test_elf_section.py +0 -70
- revengai/test/test_elf_security.py +0 -60
- revengai/test/test_elf_segment.py +0 -68
- revengai/test/test_elf_symbol.py +0 -64
- revengai/test/test_entrypoint_model.py +0 -54
- revengai/test/test_enumeration.py +0 -60
- revengai/test/test_error_model.py +0 -54
- revengai/test/test_export_model.py +0 -62
- revengai/test/test_exported_binary_ann_result.py +0 -79
- revengai/test/test_external_response.py +0 -60
- revengai/test/test_external_sources_api.py +0 -73
- revengai/test/test_file_format.py +0 -33
- revengai/test/test_file_hashes.py +0 -66
- revengai/test/test_file_metadata.py +0 -74
- revengai/test/test_file_options.py +0 -33
- revengai/test/test_filters.py +0 -33
- revengai/test/test_firmware_api.py +0 -45
- revengai/test/test_function_analysis_threat_score_data.py +0 -64
- revengai/test/test_function_batch_ann.py +0 -55
- revengai/test/test_function_block_destination_response.py +0 -56
- revengai/test/test_function_block_response.py +0 -75
- revengai/test/test_function_blocks_response.py +0 -116
- revengai/test/test_function_boundary.py +0 -56
- revengai/test/test_function_box_plot_confidence.py +0 -68
- revengai/test/test_function_capability_response.py +0 -56
- revengai/test/test_function_comment_create_request.py +0 -55
- revengai/test/test_function_data_types.py +0 -88
- revengai/test/test_function_data_types_list.py +0 -132
- revengai/test/test_function_data_types_list_item.py +0 -90
- revengai/test/test_function_data_types_params.py +0 -56
- revengai/test/test_function_data_types_status.py +0 -56
- revengai/test/test_function_dump.py +0 -55
- revengai/test/test_function_header.py +0 -73
- revengai/test/test_function_info_input.py +0 -85
- revengai/test/test_function_info_input_func_deps_inner.py +0 -66
- revengai/test/test_function_info_output.py +0 -85
- revengai/test/test_function_list.py +0 -56
- revengai/test/test_function_list_basic.py +0 -53
- revengai/test/test_function_local_variable_response.py +0 -60
- revengai/test/test_function_mapping_full.py +0 -148
- revengai/test/test_function_name_confidence_body.py +0 -56
- revengai/test/test_function_name_history.py +0 -62
- revengai/test/test_function_name_input.py +0 -54
- revengai/test/test_function_param_mapping.py +0 -54
- revengai/test/test_function_param_response.py +0 -60
- revengai/test/test_function_params.py +0 -60
- revengai/test/test_function_rename.py +0 -52
- revengai/test/test_function_rename_map.py +0 -55
- revengai/test/test_function_search_response.py +0 -70
- revengai/test/test_function_search_result.py +0 -64
- revengai/test/test_function_string.py +0 -54
- revengai/test/test_function_strings_response.py +0 -62
- revengai/test/test_function_task_response.py +0 -52
- revengai/test/test_function_task_status.py +0 -33
- revengai/test/test_function_threat_score.py +0 -70
- revengai/test/test_function_type_input.py +0 -95
- revengai/test/test_function_type_output.py +0 -95
- revengai/test/test_functions_ai_decompilation_api.py +0 -108
- revengai/test/test_functions_block_comments_api.py +0 -73
- revengai/test/test_functions_core_api.py +0 -87
- revengai/test/test_functions_data_types_api.py +0 -101
- revengai/test/test_functions_decompilation_api.py +0 -80
- revengai/test/test_functions_detail_response.py +0 -74
- revengai/test/test_functions_list_rename.py +0 -62
- revengai/test/test_functions_renaming_history_api.py +0 -59
- revengai/test/test_functions_threat_score_api.py +0 -59
- revengai/test/test_generate_function_data_types.py +0 -72
- revengai/test/test_generation_status_list.py +0 -64
- revengai/test/test_get_ai_decompilation_rating_response.py +0 -52
- revengai/test/test_get_ai_decompilation_task.py +0 -157
- revengai/test/test_get_public_user_response.py +0 -54
- revengai/test/test_get_user_response.py +0 -64
- revengai/test/test_global_variable.py +0 -60
- revengai/test/test_icon_model.py +0 -52
- revengai/test/test_import_model.py +0 -66
- revengai/test/test_inverse_function_map_item.py +0 -55
- revengai/test/test_inverse_string_map_item.py +0 -54
- revengai/test/test_inverse_value.py +0 -52
- revengai/test/test_isa.py +0 -33
- revengai/test/test_isa_options.py +0 -33
- revengai/test/test_list_collection_results.py +0 -82
- revengai/test/test_login_request.py +0 -54
- revengai/test/test_login_response.py +0 -52
- revengai/test/test_logs.py +0 -52
- revengai/test/test_meta_model.py +0 -54
- revengai/test/test_model_list.py +0 -53
- revengai/test/test_model_name.py +0 -33
- revengai/test/test_models_api.py +0 -38
- revengai/test/test_models_response.py +0 -56
- revengai/test/test_nearest_neighbor.py +0 -66
- revengai/test/test_network_overview_dns.py +0 -64
- revengai/test/test_network_overview_dns_answer.py +0 -54
- revengai/test/test_network_overview_metadata.py +0 -58
- revengai/test/test_network_overview_response.py +0 -84
- revengai/test/test_order.py +0 -33
- revengai/test/test_origin.py +0 -33
- revengai/test/test_pagination_model.py +0 -56
- revengai/test/test_params.py +0 -64
- revengai/test/test_pdb_debug_model.py +0 -62
- revengai/test/test_pe_model.py +0 -220
- revengai/test/test_platform.py +0 -33
- revengai/test/test_platform_options.py +0 -33
- revengai/test/test_process.py +0 -72
- revengai/test/test_process_dump.py +0 -64
- revengai/test/test_process_dump_metadata.py +0 -56
- revengai/test/test_process_dumps.py +0 -76
- revengai/test/test_process_dumps_data.py +0 -72
- revengai/test/test_process_registry.py +0 -70
- revengai/test/test_process_tree.py +0 -80
- revengai/test/test_queued_security_checks_task_response.py +0 -52
- revengai/test/test_quick_search.py +0 -53
- revengai/test/test_re_analysis_form.py +0 -58
- revengai/test/test_recent.py +0 -82
- revengai/test/test_recent_analysis.py +0 -53
- revengai/test/test_recent_analysis_form.py +0 -53
- revengai/test/test_registry.py +0 -58
- revengai/test/test_relative_binary_response.py +0 -56
- revengai/test/test_rename.py +0 -53
- revengai/test/test_sandbox_options.py +0 -52
- revengai/test/test_sbom.py +0 -66
- revengai/test/test_sbom_package.py +0 -54
- revengai/test/test_scope.py +0 -33
- revengai/test/test_scrape_third_party_config.py +0 -51
- revengai/test/test_search_api.py +0 -59
- revengai/test/test_search_binary_ids.py +0 -50
- revengai/test/test_search_form.py +0 -56
- revengai/test/test_search_function_ids.py +0 -50
- revengai/test/test_search_query.py +0 -52
- revengai/test/test_section_model.py +0 -72
- revengai/test/test_security_checks_response.py +0 -76
- revengai/test/test_security_checks_result.py +0 -66
- revengai/test/test_security_model.py +0 -72
- revengai/test/test_severity_type.py +0 -33
- revengai/test/test_similar_functions_response.py +0 -74
- revengai/test/test_single_code_certificate_model.py +0 -62
- revengai/test/test_single_code_signature_model.py +0 -70
- revengai/test/test_single_pdb_entry_model.py +0 -56
- revengai/test/test_single_section_model.py +0 -64
- revengai/test/test_stack_variable.py +0 -61
- revengai/test/test_status_input.py +0 -33
- revengai/test/test_status_output.py +0 -54
- revengai/test/test_string_functions.py +0 -62
- revengai/test/test_structure.py +0 -71
- revengai/test/test_structure_member.py +0 -59
- revengai/test/test_symbols.py +0 -57
- revengai/test/test_symbols_info.py +0 -55
- revengai/test/test_tag_confidence_body.py +0 -60
- revengai/test/test_tag_input.py +0 -52
- revengai/test/test_tag_origin_box_plot_confidence.py +0 -72
- revengai/test/test_tag_output.py +0 -54
- revengai/test/test_tag_response.py +0 -54
- revengai/test/test_tag_search_response.py +0 -60
- revengai/test/test_tag_search_result.py +0 -54
- revengai/test/test_tags.py +0 -54
- revengai/test/test_task_response.py +0 -52
- revengai/test/test_task_status.py +0 -33
- revengai/test/test_threat_score_function_body.py +0 -53
- revengai/test/test_timestamp_model.py +0 -56
- revengai/test/test_ttps.py +0 -86
- revengai/test/test_ttps_attack.py +0 -54
- revengai/test/test_ttps_data.py +0 -82
- revengai/test/test_ttps_element.py +0 -74
- revengai/test/test_ttps_occurance.py +0 -54
- revengai/test/test_type_definition.py +0 -56
- revengai/test/test_update_function_data_types.py +0 -118
- revengai/test/test_upload_success.py +0 -54
- revengai/test/test_upsert_ai_decomplation_rating_request.py +0 -52
- revengai/test/test_user_activity_response.py +0 -62
- revengai/test/test_user_boundaries.py +0 -56
- revengai/test/test_v1_api.py +0 -185
- revengai/test/test_vulnerabilities.py +0 -78
- revengai/test/test_vulnerability.py +0 -71
- revengai/test/test_vulnerability_type.py +0 -33
- revengai/test/test_workspace.py +0 -33
- revengai-1.1.1.dist-info/RECORD +0 -741
- {revengai-1.1.1.dist-info → revengai-1.73.0.dist-info}/WHEEL +0 -0
@@ -1,52 +0,0 @@
|
|
1
|
-
# coding: utf-8
|
2
|
-
|
3
|
-
"""
|
4
|
-
RevEng.AI API
|
5
|
-
|
6
|
-
RevEng.AI is Similarity Search Engine for executable binaries
|
7
|
-
|
8
|
-
The version of the OpenAPI document: 0.0.1
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
10
|
-
|
11
|
-
Do not edit the class manually.
|
12
|
-
""" # noqa: E501
|
13
|
-
|
14
|
-
|
15
|
-
import unittest
|
16
|
-
|
17
|
-
from revengai.models.app_api_rest_v2_functions_rename_schema_function_rename import AppApiRestV2FunctionsRenameSchemaFunctionRename
|
18
|
-
|
19
|
-
class TestAppApiRestV2FunctionsRenameSchemaFunctionRename(unittest.TestCase):
|
20
|
-
"""AppApiRestV2FunctionsRenameSchemaFunctionRename unit test stubs"""
|
21
|
-
|
22
|
-
def setUp(self):
|
23
|
-
pass
|
24
|
-
|
25
|
-
def tearDown(self):
|
26
|
-
pass
|
27
|
-
|
28
|
-
def make_instance(self, include_optional) -> AppApiRestV2FunctionsRenameSchemaFunctionRename:
|
29
|
-
"""Test AppApiRestV2FunctionsRenameSchemaFunctionRename
|
30
|
-
include_optional is a boolean, when False only required
|
31
|
-
params are included, when True both required and
|
32
|
-
optional params are included """
|
33
|
-
# uncomment below to create an instance of `AppApiRestV2FunctionsRenameSchemaFunctionRename`
|
34
|
-
"""
|
35
|
-
model = AppApiRestV2FunctionsRenameSchemaFunctionRename()
|
36
|
-
if include_optional:
|
37
|
-
return AppApiRestV2FunctionsRenameSchemaFunctionRename(
|
38
|
-
new_name = '',
|
39
|
-
new_mangled_name = ''
|
40
|
-
)
|
41
|
-
else:
|
42
|
-
return AppApiRestV2FunctionsRenameSchemaFunctionRename(
|
43
|
-
)
|
44
|
-
"""
|
45
|
-
|
46
|
-
def testAppApiRestV2FunctionsRenameSchemaFunctionRename(self):
|
47
|
-
"""Test AppApiRestV2FunctionsRenameSchemaFunctionRename"""
|
48
|
-
# inst_req_only = self.make_instance(include_optional=False)
|
49
|
-
# inst_req_and_optional = self.make_instance(include_optional=True)
|
50
|
-
|
51
|
-
if __name__ == '__main__':
|
52
|
-
unittest.main()
|
@@ -1,54 +0,0 @@
|
|
1
|
-
# coding: utf-8
|
2
|
-
|
3
|
-
"""
|
4
|
-
RevEng.AI API
|
5
|
-
|
6
|
-
RevEng.AI is Similarity Search Engine for executable binaries
|
7
|
-
|
8
|
-
The version of the OpenAPI document: 0.0.1
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
10
|
-
|
11
|
-
Do not edit the class manually.
|
12
|
-
""" # noqa: E501
|
13
|
-
|
14
|
-
|
15
|
-
import unittest
|
16
|
-
|
17
|
-
from revengai.models.app_api_rest_v2_functions_responses_function import AppApiRestV2FunctionsResponsesFunction
|
18
|
-
|
19
|
-
class TestAppApiRestV2FunctionsResponsesFunction(unittest.TestCase):
|
20
|
-
"""AppApiRestV2FunctionsResponsesFunction unit test stubs"""
|
21
|
-
|
22
|
-
def setUp(self):
|
23
|
-
pass
|
24
|
-
|
25
|
-
def tearDown(self):
|
26
|
-
pass
|
27
|
-
|
28
|
-
def make_instance(self, include_optional) -> AppApiRestV2FunctionsResponsesFunction:
|
29
|
-
"""Test AppApiRestV2FunctionsResponsesFunction
|
30
|
-
include_optional is a boolean, when False only required
|
31
|
-
params are included, when True both required and
|
32
|
-
optional params are included """
|
33
|
-
# uncomment below to create an instance of `AppApiRestV2FunctionsResponsesFunction`
|
34
|
-
"""
|
35
|
-
model = AppApiRestV2FunctionsResponsesFunction()
|
36
|
-
if include_optional:
|
37
|
-
return AppApiRestV2FunctionsResponsesFunction(
|
38
|
-
function_id = 56,
|
39
|
-
function_vaddr = 56
|
40
|
-
)
|
41
|
-
else:
|
42
|
-
return AppApiRestV2FunctionsResponsesFunction(
|
43
|
-
function_id = 56,
|
44
|
-
function_vaddr = 56,
|
45
|
-
)
|
46
|
-
"""
|
47
|
-
|
48
|
-
def testAppApiRestV2FunctionsResponsesFunction(self):
|
49
|
-
"""Test AppApiRestV2FunctionsResponsesFunction"""
|
50
|
-
# inst_req_only = self.make_instance(include_optional=False)
|
51
|
-
# inst_req_and_optional = self.make_instance(include_optional=True)
|
52
|
-
|
53
|
-
if __name__ == '__main__':
|
54
|
-
unittest.main()
|
@@ -1,72 +0,0 @@
|
|
1
|
-
# coding: utf-8
|
2
|
-
|
3
|
-
"""
|
4
|
-
RevEng.AI API
|
5
|
-
|
6
|
-
RevEng.AI is Similarity Search Engine for executable binaries
|
7
|
-
|
8
|
-
The version of the OpenAPI document: 0.0.1
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
10
|
-
|
11
|
-
Do not edit the class manually.
|
12
|
-
""" # noqa: E501
|
13
|
-
|
14
|
-
|
15
|
-
import unittest
|
16
|
-
|
17
|
-
from revengai.models.app_api_rest_v2_functions_types_function import AppApiRestV2FunctionsTypesFunction
|
18
|
-
|
19
|
-
class TestAppApiRestV2FunctionsTypesFunction(unittest.TestCase):
|
20
|
-
"""AppApiRestV2FunctionsTypesFunction unit test stubs"""
|
21
|
-
|
22
|
-
def setUp(self):
|
23
|
-
pass
|
24
|
-
|
25
|
-
def tearDown(self):
|
26
|
-
pass
|
27
|
-
|
28
|
-
def make_instance(self, include_optional) -> AppApiRestV2FunctionsTypesFunction:
|
29
|
-
"""Test AppApiRestV2FunctionsTypesFunction
|
30
|
-
include_optional is a boolean, when False only required
|
31
|
-
params are included, when True both required and
|
32
|
-
optional params are included """
|
33
|
-
# uncomment below to create an instance of `AppApiRestV2FunctionsTypesFunction`
|
34
|
-
"""
|
35
|
-
model = AppApiRestV2FunctionsTypesFunction()
|
36
|
-
if include_optional:
|
37
|
-
return AppApiRestV2FunctionsTypesFunction(
|
38
|
-
function_id = 56,
|
39
|
-
function_name = '',
|
40
|
-
function_vaddr = 56,
|
41
|
-
function_size = 56,
|
42
|
-
debug = True,
|
43
|
-
embedding_3d = [
|
44
|
-
1.337
|
45
|
-
],
|
46
|
-
embedding_1d = [
|
47
|
-
1.337
|
48
|
-
]
|
49
|
-
)
|
50
|
-
else:
|
51
|
-
return AppApiRestV2FunctionsTypesFunction(
|
52
|
-
function_id = 56,
|
53
|
-
function_name = '',
|
54
|
-
function_vaddr = 56,
|
55
|
-
function_size = 56,
|
56
|
-
debug = True,
|
57
|
-
embedding_3d = [
|
58
|
-
1.337
|
59
|
-
],
|
60
|
-
embedding_1d = [
|
61
|
-
1.337
|
62
|
-
],
|
63
|
-
)
|
64
|
-
"""
|
65
|
-
|
66
|
-
def testAppApiRestV2FunctionsTypesFunction(self):
|
67
|
-
"""Test AppApiRestV2FunctionsTypesFunction"""
|
68
|
-
# inst_req_only = self.make_instance(include_optional=False)
|
69
|
-
# inst_req_and_optional = self.make_instance(include_optional=True)
|
70
|
-
|
71
|
-
if __name__ == '__main__':
|
72
|
-
unittest.main()
|
@@ -1,70 +0,0 @@
|
|
1
|
-
# coding: utf-8
|
2
|
-
|
3
|
-
"""
|
4
|
-
RevEng.AI API
|
5
|
-
|
6
|
-
RevEng.AI is Similarity Search Engine for executable binaries
|
7
|
-
|
8
|
-
The version of the OpenAPI document: 0.0.1
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
10
|
-
|
11
|
-
Do not edit the class manually.
|
12
|
-
""" # noqa: E501
|
13
|
-
|
14
|
-
|
15
|
-
import unittest
|
16
|
-
|
17
|
-
from revengai.models.app_api_rest_v2_info_responses_analysis_tags import AppApiRestV2InfoResponsesAnalysisTags
|
18
|
-
|
19
|
-
class TestAppApiRestV2InfoResponsesAnalysisTags(unittest.TestCase):
|
20
|
-
"""AppApiRestV2InfoResponsesAnalysisTags unit test stubs"""
|
21
|
-
|
22
|
-
def setUp(self):
|
23
|
-
pass
|
24
|
-
|
25
|
-
def tearDown(self):
|
26
|
-
pass
|
27
|
-
|
28
|
-
def make_instance(self, include_optional) -> AppApiRestV2InfoResponsesAnalysisTags:
|
29
|
-
"""Test AppApiRestV2InfoResponsesAnalysisTags
|
30
|
-
include_optional is a boolean, when False only required
|
31
|
-
params are included, when True both required and
|
32
|
-
optional params are included """
|
33
|
-
# uncomment below to create an instance of `AppApiRestV2InfoResponsesAnalysisTags`
|
34
|
-
"""
|
35
|
-
model = AppApiRestV2InfoResponsesAnalysisTags()
|
36
|
-
if include_optional:
|
37
|
-
return AppApiRestV2InfoResponsesAnalysisTags(
|
38
|
-
analysis_tags = [
|
39
|
-
revengai.models.tag.Tag(
|
40
|
-
tag = '',
|
41
|
-
origin = '', )
|
42
|
-
],
|
43
|
-
suggested_tags = [
|
44
|
-
revengai.models.tag.Tag(
|
45
|
-
tag = '',
|
46
|
-
origin = '', )
|
47
|
-
]
|
48
|
-
)
|
49
|
-
else:
|
50
|
-
return AppApiRestV2InfoResponsesAnalysisTags(
|
51
|
-
analysis_tags = [
|
52
|
-
revengai.models.tag.Tag(
|
53
|
-
tag = '',
|
54
|
-
origin = '', )
|
55
|
-
],
|
56
|
-
suggested_tags = [
|
57
|
-
revengai.models.tag.Tag(
|
58
|
-
tag = '',
|
59
|
-
origin = '', )
|
60
|
-
],
|
61
|
-
)
|
62
|
-
"""
|
63
|
-
|
64
|
-
def testAppApiRestV2InfoResponsesAnalysisTags(self):
|
65
|
-
"""Test AppApiRestV2InfoResponsesAnalysisTags"""
|
66
|
-
# inst_req_only = self.make_instance(include_optional=False)
|
67
|
-
# inst_req_and_optional = self.make_instance(include_optional=True)
|
68
|
-
|
69
|
-
if __name__ == '__main__':
|
70
|
-
unittest.main()
|
@@ -1,61 +0,0 @@
|
|
1
|
-
# coding: utf-8
|
2
|
-
|
3
|
-
"""
|
4
|
-
RevEng.AI API
|
5
|
-
|
6
|
-
RevEng.AI is Similarity Search Engine for executable binaries
|
7
|
-
|
8
|
-
The version of the OpenAPI document: 0.0.1
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
10
|
-
|
11
|
-
Do not edit the class manually.
|
12
|
-
""" # noqa: E501
|
13
|
-
|
14
|
-
|
15
|
-
import unittest
|
16
|
-
|
17
|
-
from revengai.models.app_api_rest_v2_similarity_schema_ann_function import AppApiRestV2SimilaritySchemaANNFunction
|
18
|
-
|
19
|
-
class TestAppApiRestV2SimilaritySchemaANNFunction(unittest.TestCase):
|
20
|
-
"""AppApiRestV2SimilaritySchemaANNFunction unit test stubs"""
|
21
|
-
|
22
|
-
def setUp(self):
|
23
|
-
pass
|
24
|
-
|
25
|
-
def tearDown(self):
|
26
|
-
pass
|
27
|
-
|
28
|
-
def make_instance(self, include_optional) -> AppApiRestV2SimilaritySchemaANNFunction:
|
29
|
-
"""Test AppApiRestV2SimilaritySchemaANNFunction
|
30
|
-
include_optional is a boolean, when False only required
|
31
|
-
params are included, when True both required and
|
32
|
-
optional params are included """
|
33
|
-
# uncomment below to create an instance of `AppApiRestV2SimilaritySchemaANNFunction`
|
34
|
-
"""
|
35
|
-
model = AppApiRestV2SimilaritySchemaANNFunction()
|
36
|
-
if include_optional:
|
37
|
-
return AppApiRestV2SimilaritySchemaANNFunction(
|
38
|
-
limit = 56,
|
39
|
-
distance = 1.337,
|
40
|
-
analysis_search_ids = [
|
41
|
-
56
|
42
|
-
],
|
43
|
-
collection_search_ids = [
|
44
|
-
56
|
45
|
-
],
|
46
|
-
search_binary_ids = None,
|
47
|
-
search_function_ids = None,
|
48
|
-
debug_only = True
|
49
|
-
)
|
50
|
-
else:
|
51
|
-
return AppApiRestV2SimilaritySchemaANNFunction(
|
52
|
-
)
|
53
|
-
"""
|
54
|
-
|
55
|
-
def testAppApiRestV2SimilaritySchemaANNFunction(self):
|
56
|
-
"""Test AppApiRestV2SimilaritySchemaANNFunction"""
|
57
|
-
# inst_req_only = self.make_instance(include_optional=False)
|
58
|
-
# inst_req_and_optional = self.make_instance(include_optional=True)
|
59
|
-
|
60
|
-
if __name__ == '__main__':
|
61
|
-
unittest.main()
|
@@ -1,73 +0,0 @@
|
|
1
|
-
# coding: utf-8
|
2
|
-
|
3
|
-
"""
|
4
|
-
RevEng.AI API
|
5
|
-
|
6
|
-
RevEng.AI is Similarity Search Engine for executable binaries
|
7
|
-
|
8
|
-
The version of the OpenAPI document: 0.0.1
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
10
|
-
|
11
|
-
Do not edit the class manually.
|
12
|
-
""" # noqa: E501
|
13
|
-
|
14
|
-
|
15
|
-
import unittest
|
16
|
-
|
17
|
-
from revengai.models.app_core_responses_base_base_response_analysis_tags1 import AppCoreResponsesBaseBaseResponseAnalysisTags1
|
18
|
-
|
19
|
-
class TestAppCoreResponsesBaseBaseResponseAnalysisTags1(unittest.TestCase):
|
20
|
-
"""AppCoreResponsesBaseBaseResponseAnalysisTags1 unit test stubs"""
|
21
|
-
|
22
|
-
def setUp(self):
|
23
|
-
pass
|
24
|
-
|
25
|
-
def tearDown(self):
|
26
|
-
pass
|
27
|
-
|
28
|
-
def make_instance(self, include_optional) -> AppCoreResponsesBaseBaseResponseAnalysisTags1:
|
29
|
-
"""Test AppCoreResponsesBaseBaseResponseAnalysisTags1
|
30
|
-
include_optional is a boolean, when False only required
|
31
|
-
params are included, when True both required and
|
32
|
-
optional params are included """
|
33
|
-
# uncomment below to create an instance of `AppCoreResponsesBaseBaseResponseAnalysisTags1`
|
34
|
-
"""
|
35
|
-
model = AppCoreResponsesBaseBaseResponseAnalysisTags1()
|
36
|
-
if include_optional:
|
37
|
-
return AppCoreResponsesBaseBaseResponseAnalysisTags1(
|
38
|
-
status = True,
|
39
|
-
data = revengai.models.analysis_tags.AnalysisTags(
|
40
|
-
analysis_tags = [
|
41
|
-
revengai.models.tag.Tag(
|
42
|
-
tag = '',
|
43
|
-
origin = '', )
|
44
|
-
],
|
45
|
-
suggested_tags = [
|
46
|
-
revengai.models.tag.Tag(
|
47
|
-
tag = '',
|
48
|
-
origin = '', )
|
49
|
-
], ),
|
50
|
-
message = '',
|
51
|
-
errors = [
|
52
|
-
revengai.models.error_model.ErrorModel(
|
53
|
-
code = '',
|
54
|
-
message = '', )
|
55
|
-
],
|
56
|
-
meta = revengai.models.meta_model.MetaModel(
|
57
|
-
pagination = revengai.models.pagination_model.PaginationModel(
|
58
|
-
page_size = 56,
|
59
|
-
page_number = 56,
|
60
|
-
has_next_page = True, ), )
|
61
|
-
)
|
62
|
-
else:
|
63
|
-
return AppCoreResponsesBaseBaseResponseAnalysisTags1(
|
64
|
-
)
|
65
|
-
"""
|
66
|
-
|
67
|
-
def testAppCoreResponsesBaseBaseResponseAnalysisTags1(self):
|
68
|
-
"""Test AppCoreResponsesBaseBaseResponseAnalysisTags1"""
|
69
|
-
# inst_req_only = self.make_instance(include_optional=False)
|
70
|
-
# inst_req_and_optional = self.make_instance(include_optional=True)
|
71
|
-
|
72
|
-
if __name__ == '__main__':
|
73
|
-
unittest.main()
|
@@ -1,75 +0,0 @@
|
|
1
|
-
# coding: utf-8
|
2
|
-
|
3
|
-
"""
|
4
|
-
RevEng.AI API
|
5
|
-
|
6
|
-
RevEng.AI is Similarity Search Engine for executable binaries
|
7
|
-
|
8
|
-
The version of the OpenAPI document: 0.0.1
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
10
|
-
|
11
|
-
Do not edit the class manually.
|
12
|
-
""" # noqa: E501
|
13
|
-
|
14
|
-
|
15
|
-
import unittest
|
16
|
-
|
17
|
-
from revengai.models.app_core_responses_base_base_response_analysis_tags2 import AppCoreResponsesBaseBaseResponseAnalysisTags2
|
18
|
-
|
19
|
-
class TestAppCoreResponsesBaseBaseResponseAnalysisTags2(unittest.TestCase):
|
20
|
-
"""AppCoreResponsesBaseBaseResponseAnalysisTags2 unit test stubs"""
|
21
|
-
|
22
|
-
def setUp(self):
|
23
|
-
pass
|
24
|
-
|
25
|
-
def tearDown(self):
|
26
|
-
pass
|
27
|
-
|
28
|
-
def make_instance(self, include_optional) -> AppCoreResponsesBaseBaseResponseAnalysisTags2:
|
29
|
-
"""Test AppCoreResponsesBaseBaseResponseAnalysisTags2
|
30
|
-
include_optional is a boolean, when False only required
|
31
|
-
params are included, when True both required and
|
32
|
-
optional params are included """
|
33
|
-
# uncomment below to create an instance of `AppCoreResponsesBaseBaseResponseAnalysisTags2`
|
34
|
-
"""
|
35
|
-
model = AppCoreResponsesBaseBaseResponseAnalysisTags2()
|
36
|
-
if include_optional:
|
37
|
-
return AppCoreResponsesBaseBaseResponseAnalysisTags2(
|
38
|
-
status = True,
|
39
|
-
data = revengai.models.analysis_tags.AnalysisTags(
|
40
|
-
analysis_tags = [
|
41
|
-
revengai.models.tag_item.TagItem(
|
42
|
-
name = '',
|
43
|
-
origin = '',
|
44
|
-
collection_id = 56, )
|
45
|
-
],
|
46
|
-
suggested_tags = [
|
47
|
-
revengai.models.tag_item.TagItem(
|
48
|
-
name = '',
|
49
|
-
origin = '',
|
50
|
-
collection_id = 56, )
|
51
|
-
], ),
|
52
|
-
message = '',
|
53
|
-
errors = [
|
54
|
-
revengai.models.error_model.ErrorModel(
|
55
|
-
code = '',
|
56
|
-
message = '', )
|
57
|
-
],
|
58
|
-
meta = revengai.models.meta_model.MetaModel(
|
59
|
-
pagination = revengai.models.pagination_model.PaginationModel(
|
60
|
-
page_size = 56,
|
61
|
-
page_number = 56,
|
62
|
-
has_next_page = True, ), )
|
63
|
-
)
|
64
|
-
else:
|
65
|
-
return AppCoreResponsesBaseBaseResponseAnalysisTags2(
|
66
|
-
)
|
67
|
-
"""
|
68
|
-
|
69
|
-
def testAppCoreResponsesBaseBaseResponseAnalysisTags2(self):
|
70
|
-
"""Test AppCoreResponsesBaseBaseResponseAnalysisTags2"""
|
71
|
-
# inst_req_only = self.make_instance(include_optional=False)
|
72
|
-
# inst_req_and_optional = self.make_instance(include_optional=True)
|
73
|
-
|
74
|
-
if __name__ == '__main__':
|
75
|
-
unittest.main()
|
@@ -1,52 +0,0 @@
|
|
1
|
-
# coding: utf-8
|
2
|
-
|
3
|
-
"""
|
4
|
-
RevEng.AI API
|
5
|
-
|
6
|
-
RevEng.AI is Similarity Search Engine for executable binaries
|
7
|
-
|
8
|
-
The version of the OpenAPI document: 0.0.1
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
10
|
-
|
11
|
-
Do not edit the class manually.
|
12
|
-
""" # noqa: E501
|
13
|
-
|
14
|
-
|
15
|
-
import unittest
|
16
|
-
|
17
|
-
from revengai.models.app_services_binary_ann_schema_tag_item import AppServicesBinaryAnnSchemaTagItem
|
18
|
-
|
19
|
-
class TestAppServicesBinaryAnnSchemaTagItem(unittest.TestCase):
|
20
|
-
"""AppServicesBinaryAnnSchemaTagItem unit test stubs"""
|
21
|
-
|
22
|
-
def setUp(self):
|
23
|
-
pass
|
24
|
-
|
25
|
-
def tearDown(self):
|
26
|
-
pass
|
27
|
-
|
28
|
-
def make_instance(self, include_optional) -> AppServicesBinaryAnnSchemaTagItem:
|
29
|
-
"""Test AppServicesBinaryAnnSchemaTagItem
|
30
|
-
include_optional is a boolean, when False only required
|
31
|
-
params are included, when True both required and
|
32
|
-
optional params are included """
|
33
|
-
# uncomment below to create an instance of `AppServicesBinaryAnnSchemaTagItem`
|
34
|
-
"""
|
35
|
-
model = AppServicesBinaryAnnSchemaTagItem()
|
36
|
-
if include_optional:
|
37
|
-
return AppServicesBinaryAnnSchemaTagItem(
|
38
|
-
tag = '',
|
39
|
-
origin = ''
|
40
|
-
)
|
41
|
-
else:
|
42
|
-
return AppServicesBinaryAnnSchemaTagItem(
|
43
|
-
)
|
44
|
-
"""
|
45
|
-
|
46
|
-
def testAppServicesBinaryAnnSchemaTagItem(self):
|
47
|
-
"""Test AppServicesBinaryAnnSchemaTagItem"""
|
48
|
-
# inst_req_only = self.make_instance(include_optional=False)
|
49
|
-
# inst_req_and_optional = self.make_instance(include_optional=True)
|
50
|
-
|
51
|
-
if __name__ == '__main__':
|
52
|
-
unittest.main()
|
@@ -1,52 +0,0 @@
|
|
1
|
-
# coding: utf-8
|
2
|
-
|
3
|
-
"""
|
4
|
-
RevEng.AI API
|
5
|
-
|
6
|
-
RevEng.AI is Similarity Search Engine for executable binaries
|
7
|
-
|
8
|
-
The version of the OpenAPI document: 0.0.1
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
10
|
-
|
11
|
-
Do not edit the class manually.
|
12
|
-
""" # noqa: E501
|
13
|
-
|
14
|
-
|
15
|
-
import unittest
|
16
|
-
|
17
|
-
from revengai.models.app_services_dynamic_execution_schemas_dynamic_execution_status import AppServicesDynamicExecutionSchemasDynamicExecutionStatus
|
18
|
-
|
19
|
-
class TestAppServicesDynamicExecutionSchemasDynamicExecutionStatus(unittest.TestCase):
|
20
|
-
"""AppServicesDynamicExecutionSchemasDynamicExecutionStatus unit test stubs"""
|
21
|
-
|
22
|
-
def setUp(self):
|
23
|
-
pass
|
24
|
-
|
25
|
-
def tearDown(self):
|
26
|
-
pass
|
27
|
-
|
28
|
-
def make_instance(self, include_optional) -> AppServicesDynamicExecutionSchemasDynamicExecutionStatus:
|
29
|
-
"""Test AppServicesDynamicExecutionSchemasDynamicExecutionStatus
|
30
|
-
include_optional is a boolean, when False only required
|
31
|
-
params are included, when True both required and
|
32
|
-
optional params are included """
|
33
|
-
# uncomment below to create an instance of `AppServicesDynamicExecutionSchemasDynamicExecutionStatus`
|
34
|
-
"""
|
35
|
-
model = AppServicesDynamicExecutionSchemasDynamicExecutionStatus()
|
36
|
-
if include_optional:
|
37
|
-
return AppServicesDynamicExecutionSchemasDynamicExecutionStatus(
|
38
|
-
status = ''
|
39
|
-
)
|
40
|
-
else:
|
41
|
-
return AppServicesDynamicExecutionSchemasDynamicExecutionStatus(
|
42
|
-
status = '',
|
43
|
-
)
|
44
|
-
"""
|
45
|
-
|
46
|
-
def testAppServicesDynamicExecutionSchemasDynamicExecutionStatus(self):
|
47
|
-
"""Test AppServicesDynamicExecutionSchemasDynamicExecutionStatus"""
|
48
|
-
# inst_req_only = self.make_instance(include_optional=False)
|
49
|
-
# inst_req_and_optional = self.make_instance(include_optional=True)
|
50
|
-
|
51
|
-
if __name__ == '__main__':
|
52
|
-
unittest.main()
|
revengai/test/test_argument.py
DELETED
@@ -1,59 +0,0 @@
|
|
1
|
-
# coding: utf-8
|
2
|
-
|
3
|
-
"""
|
4
|
-
RevEng.AI API
|
5
|
-
|
6
|
-
RevEng.AI is Similarity Search Engine for executable binaries
|
7
|
-
|
8
|
-
The version of the OpenAPI document: 0.0.1
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
10
|
-
|
11
|
-
Do not edit the class manually.
|
12
|
-
""" # noqa: E501
|
13
|
-
|
14
|
-
|
15
|
-
import unittest
|
16
|
-
|
17
|
-
from revengai.models.argument import Argument
|
18
|
-
|
19
|
-
class TestArgument(unittest.TestCase):
|
20
|
-
"""Argument unit test stubs"""
|
21
|
-
|
22
|
-
def setUp(self):
|
23
|
-
pass
|
24
|
-
|
25
|
-
def tearDown(self):
|
26
|
-
pass
|
27
|
-
|
28
|
-
def make_instance(self, include_optional) -> Argument:
|
29
|
-
"""Test Argument
|
30
|
-
include_optional is a boolean, when False only required
|
31
|
-
params are included, when True both required and
|
32
|
-
optional params are included """
|
33
|
-
# uncomment below to create an instance of `Argument`
|
34
|
-
"""
|
35
|
-
model = Argument()
|
36
|
-
if include_optional:
|
37
|
-
return Argument(
|
38
|
-
last_change = '',
|
39
|
-
offset = 56,
|
40
|
-
name = '',
|
41
|
-
type = '',
|
42
|
-
size = 56
|
43
|
-
)
|
44
|
-
else:
|
45
|
-
return Argument(
|
46
|
-
offset = 56,
|
47
|
-
name = '',
|
48
|
-
type = '',
|
49
|
-
size = 56,
|
50
|
-
)
|
51
|
-
"""
|
52
|
-
|
53
|
-
def testArgument(self):
|
54
|
-
"""Test Argument"""
|
55
|
-
# inst_req_only = self.make_instance(include_optional=False)
|
56
|
-
# inst_req_and_optional = self.make_instance(include_optional=True)
|
57
|
-
|
58
|
-
if __name__ == '__main__':
|
59
|
-
unittest.main()
|
@@ -1,66 +0,0 @@
|
|
1
|
-
# coding: utf-8
|
2
|
-
|
3
|
-
"""
|
4
|
-
RevEng.AI API
|
5
|
-
|
6
|
-
RevEng.AI is Similarity Search Engine for executable binaries
|
7
|
-
|
8
|
-
The version of the OpenAPI document: 0.0.1
|
9
|
-
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
10
|
-
|
11
|
-
Do not edit the class manually.
|
12
|
-
""" # noqa: E501
|
13
|
-
|
14
|
-
|
15
|
-
import unittest
|
16
|
-
|
17
|
-
from revengai.api.authentication_users_api import AuthenticationUsersApi
|
18
|
-
|
19
|
-
|
20
|
-
class TestAuthenticationUsersApi(unittest.TestCase):
|
21
|
-
"""AuthenticationUsersApi unit test stubs"""
|
22
|
-
|
23
|
-
def setUp(self) -> None:
|
24
|
-
self.api = AuthenticationUsersApi()
|
25
|
-
|
26
|
-
def tearDown(self) -> None:
|
27
|
-
pass
|
28
|
-
|
29
|
-
def test_get_requester_user_info(self) -> None:
|
30
|
-
"""Test case for get_requester_user_info
|
31
|
-
|
32
|
-
Get the requesters user information
|
33
|
-
"""
|
34
|
-
pass
|
35
|
-
|
36
|
-
def test_get_user(self) -> None:
|
37
|
-
"""Test case for get_user
|
38
|
-
|
39
|
-
Get a user's public information
|
40
|
-
"""
|
41
|
-
pass
|
42
|
-
|
43
|
-
def test_get_user_activity(self) -> None:
|
44
|
-
"""Test case for get_user_activity
|
45
|
-
|
46
|
-
Get auth user activity
|
47
|
-
"""
|
48
|
-
pass
|
49
|
-
|
50
|
-
def test_get_user_comments(self) -> None:
|
51
|
-
"""Test case for get_user_comments
|
52
|
-
|
53
|
-
Get comments by user
|
54
|
-
"""
|
55
|
-
pass
|
56
|
-
|
57
|
-
def test_login_user(self) -> None:
|
58
|
-
"""Test case for login_user
|
59
|
-
|
60
|
-
Authenticate a user
|
61
|
-
"""
|
62
|
-
pass
|
63
|
-
|
64
|
-
|
65
|
-
if __name__ == '__main__':
|
66
|
-
unittest.main()
|