galaxy_test.api package
Submodules
galaxy_test.api.test_api_batch module
galaxy_test.api.test_authenticate module
-
class galaxy_test.api.test_authenticate.AuthenticationApiTestCase(methodName='runTest')[source]
Bases: ApiTestCase
-
test_auth()[source]
-
test_tool_runner_session_cookie_handling()[source]
galaxy_test.api.test_configuration module
-
class galaxy_test.api.test_configuration.ConfigurationApiTestCase(methodName='runTest')[source]
Bases: ApiTestCase
-
test_whoami()[source]
-
test_normal_user_configuration()[source]
-
test_admin_user_configuration()[source]
-
test_normal_user_decode_id()[source]
-
test_version()[source]
galaxy_test.api.test_dataset_collections module
-
class galaxy_test.api.test_dataset_collections.DatasetCollectionApiTestCase(methodName='runTest')[source]
Bases: ApiTestCase
-
history_id: str
-
setUp()[source]
Hook method for setting up the test fixture before exercising it.
-
test_create_pair_from_history()[source]
-
test_create_list_from_history()[source]
-
test_create_list_of_existing_pairs()[source]
-
test_create_list_of_new_pairs()[source]
-
test_list_download()[source]
-
test_pair_download()[source]
-
test_list_pair_download()[source]
-
test_list_list_download()[source]
-
test_list_list_list_download()[source]
-
test_hda_security()[source]
-
test_enforces_unique_names()[source]
-
test_upload_collection()[source]
-
test_upload_nested()[source]
-
test_upload_collection_from_url()[source]
-
test_upload_collection_deferred()[source]
-
test_upload_collection_failed_expansion_url()[source]
-
test_collection_contents_security()[source]
-
test_collection_contents_invalid_collection()[source]
-
test_show_dataset_collection()[source]
-
test_show_dataset_collection_contents()[source]
-
test_collection_contents_limit_offset()[source]
-
test_collection_contents_empty_root()[source]
-
test_get_suitable_converters_single_datatype()[source]
-
test_get_suitable_converters_different_datatypes_matches()[source]
-
test_get_suitable_converters_different_datatypes_no_matches()[source]
-
test_collection_tools_tag_propagation()[source]
galaxy_test.api.test_datasets module
-
class galaxy_test.api.test_datasets.DatasetsApiTestCase(methodName='runTest')[source]
Bases: ApiTestCase
-
history_id: str
-
setUp()[source]
Hook method for setting up the test fixture before exercising it.
-
test_index()[source]
-
test_index_using_keys()[source]
-
test_index_order_by_size()[source]
-
test_search_datasets()[source]
-
test_search_by_tag()[source]
-
test_search_by_tag_case_insensitive()[source]
-
test_search_by_tool_id()[source]
-
test_search_by_extension()[source]
-
test_invalid_search()[source]
-
test_search_returns_only_accessible()[source]
-
test_show()[source]
-
test_show_permission_denied()[source]
-
test_admin_can_update_permissions()[source]
-
test_display()[source]
-
test_tag_change()[source]
-
test_update_datatype()[source]
-
test_delete_cancels_job()[source]
-
test_delete_cancels_job_with_query_params()[source]
-
test_delete_batch()[source]
-
test_delete_batch_error()[source]
-
test_composite_datatype_download()[source]
-
test_storage_show()[source]
-
test_storage_show_on_discarded()[source]
-
test_storage_show_on_deferred()[source]
-
test_display_application_link()[source]
galaxy_test.api.test_framework module
-
class galaxy_test.api.test_framework.ApiFrameworkTestCase(methodName='runTest')[source]
Bases: ApiTestCase
-
test_default_xframe_options()[source]
-
test_user_cannont_run_as()[source]
-
test_run_as_invalid_user()[source]
-
test_run_as_valid_user()[source]
galaxy_test.api.test_galaxy_interactor module
galaxy_test.api.test_histories module
-
class galaxy_test.api.test_histories.BaseHistories[source]
Bases: object
-
class galaxy_test.api.test_histories.HistoriesApiTestCase(methodName='runTest')[source]
Bases: ApiTestCase
, BaseHistories
-
setUp()[source]
Hook method for setting up the test fixture before exercising it.
-
test_create_history()[source]
-
test_create_history_json()[source]
-
test_show_history()[source]
-
test_show_history_returns_expected_urls()[source]
-
test_show_most_recently_used()[source]
-
test_index_order()[source]
-
test_index_query()[source]
-
test_delete()[source]
-
test_purge()[source]
-
test_undelete()[source]
-
test_update()[source]
-
test_update_invalid_attribute()[source]
-
test_update_invalid_types()[source]
-
test_invalid_keys()[source]
-
test_create_anonymous_fails()[source]
-
test_create_without_session_fails()[source]
-
test_create_tag()[source]
-
test_copy_history()[source]
-
test_import_from_model_store_dict()[source]
-
test_anonymous_can_import_published()[source]
-
class galaxy_test.api.test_histories.ImportExportTests[source]
Bases: BaseHistories
-
task_based: ClassVar[bool]
-
test_import_export()[source]
-
test_import_1901_histories()[source]
-
test_import_export_include_deleted()[source]
-
test_import_export_failed_job()[source]
-
test_import_metadata_regeneration()[source]
-
test_import_export_collection()[source]
-
test_import_export_nested_collection()[source]
-
class galaxy_test.api.test_histories.ImportExportHistoryTestCase(methodName='runTest')[source]
Bases: ApiTestCase
, ImportExportTests
-
task_based: ClassVar[bool] = False
-
setUp()[source]
Hook method for setting up the test fixture before exercising it.
-
class galaxy_test.api.test_histories.SharingHistoryTestCase(methodName='runTest')[source]
Bases: ApiTestCase
, BaseHistories
, SharingApiTests
Tests specific for the particularities of sharing Histories.
-
api_name: str = 'histories'
-
create(name: str) → str[source]
Creates a shareable resource with the given name and returns it’s ID.
- Parameters
name – The name of the shareable resource to create.
- Returns
The ID of the resource.
-
setUp()[source]
Hook method for setting up the test fixture before exercising it.
-
test_sharing_with_private_datasets()[source]
-
test_sharing_without_manage_permissions()[source]
-
test_sharing_empty_not_allowed()[source]
-
test_sharing_with_duplicated_users()[source]
-
test_sharing_private_history_makes_datasets_public()[source]
galaxy_test.api.test_history_contents module
-
class galaxy_test.api.test_history_contents.HistoryContentsApiTestCase(methodName='runTest')[source]
Bases: ApiTestCase
-
setUp()[source]
Hook method for setting up the test fixture before exercising it.
-
test_index_hda_summary()[source]
-
test_make_private_and_public()[source]
-
test_set_permissions_add_admin_history_contents()[source]
-
test_set_permissions_add_admin_datasets()[source]
-
test_index_hda_all_details()[source]
-
test_index_hda_detail_by_id()[source]
-
test_index_detail_parameter_error()[source]
-
test_show_hda()[source]
-
test_hda_copy()[source]
-
test_inheritance_chain()[source]
-
test_library_copy()[source]
-
test_update()[source]
-
test_update_batch()[source]
-
test_update_batch_collections()[source]
-
test_update_type_failures()[source]
-
test_delete()[source]
-
test_delete_anon()[source]
-
test_delete_permission_denied()[source]
-
test_purge()[source]
-
test_dataset_collection_creation_on_contents()[source]
-
test_dataset_collection_creation_on_typed_contents()[source]
-
test_dataset_collection_create_from_exisiting_datasets_with_new_tags()[source]
-
test_jobs_summary_simple_hdca()[source]
-
test_jobs_summary_implicit_hdca()[source]
-
test_dataset_collection_hide_originals()[source]
-
test_update_dataset_collection()[source]
-
test_update_batch_dataset_collection()[source]
-
test_hdca_copy()[source]
-
test_hdca_copy_with_new_dbkey()[source]
-
test_hdca_copy_and_elements()[source]
-
test_hdca_from_library_datasets()[source]
-
test_hdca_from_inaccessible_library_datasets()[source]
-
test_job_state_summary_field()[source]
-
test_history_contents_near_with_update_time()[source]
-
test_history_contents_near_with_since()[source]
-
test_history_contents_near_since_with_standard_iso8601_date()[source]
-
test_history_contents_near_with_update_time_implicit_collection()[source]
-
test_history_contents_near_with_update_time_explicit_collection()[source]
-
test_index_filter_by_type()[source]
-
test_index_filter_by_name_ignores_case()[source]
-
test_elements_datatypes_field()[source]
-
class galaxy_test.api.test_history_contents.HistoryContentsApiNearTestCase(methodName='runTest')[source]
Bases: ApiTestCase
Test the /api/histories/{history_id}/contents/{direction}/{hid}/{limit} endpoint.
-
NEAR = 'near'
-
BEFORE = 'before'
-
AFTER = 'after'
-
setUp()[source]
Hook method for setting up the test fixture before exercising it.
-
test_returned_hid_sequence_in_base_case()[source]
-
test_near_even_limit()[source]
-
test_near_odd_limit()[source]
-
test_near_less_than_before_limit()[source]
-
test_near_less_than_after_limit()[source]
-
test_near_less_than_before_and_after_limit()[source]
-
test_before()[source]
-
test_before_less_than_limit()[source]
-
test_after()[source]
-
test_after_less_than_limit()[source]
-
class galaxy_test.api.test_history_contents.HistoryContentsApiBulkOperationTestCase(methodName='runTest')[source]
Bases: ApiTestCase
Test the /api/histories/{history_id}/contents/bulk endpoint and the new
count special view for /api/histories/{history_id}/contents?v=dev
-
setUp()[source]
Hook method for setting up the test fixture before exercising it.
-
test_explicit_items_selection()[source]
-
test_dynamic_query_selection()[source]
-
test_bulk_operations()[source]
-
test_purging_collection_should_purge_contents()[source]
-
test_only_owner_can_apply_bulk_operations()[source]
-
test_bulk_tag_changes()[source]
-
test_bulk_dbkey_change()[source]
-
test_bulk_dbkey_change_dataset_collection()[source]
-
test_bulk_datatype_change()[source]
-
test_bulk_datatype_change_collection()[source]
-
test_bulk_datatype_change_should_skip_set_metadata_on_deferred_data()[source]
-
test_bulk_datatype_change_errors()[source]
-
test_bulk_datatype_change_auto()[source]
-
test_index_returns_expected_total_matches()[source]
-
test_index_with_stats_fails_with_non_orm_filters()[source]
galaxy_test.api.test_history_contents_provenance module
-
class galaxy_test.api.test_history_contents_provenance.TestProvenance(methodName='runTest')[source]
Bases: ApiTestCase
-
setUp()[source]
Hook method for setting up the test fixture before exercising it.
-
test_show_prov()[source]
galaxy_test.api.test_jobs module
-
class galaxy_test.api.test_jobs.JobsApiTestCase(methodName='runTest')[source]
Bases: ApiTestCase
, TestsTools
-
setUp()[source]
Hook method for setting up the test fixture before exercising it.
-
test_index(history_id)[source]
-
test_system_details_admin_only(history_id)[source]
-
test_admin_job_list(history_id)[source]
-
test_index_state_filter(history_id)[source]
-
test_index_date_filter(history_id)[source]
-
test_index_history(history_id)[source]
-
test_index_workflow_and_invocation_filter(history_id)[source]
-
test_index_workflow_filter_implicit_jobs(history_id)[source]
-
test_index_limit_and_offset_filter(history_id)[source]
-
test_index_search_filter_tool_id(history_id)[source]
-
test_index_search_filter_email(history_id)[source]
-
test_index_user_filter()[source]
-
test_index_handler_runner_filters(history_id)[source]
-
test_index_multiple_states_filter(history_id)[source]
-
test_show(history_id)[source]
-
test_show_security(history_id)[source]
-
test_unhide_on_error()[source]
-
test_no_unhide_on_error_if_mapped_over()[source]
-
test_no_hide_on_rerun()[source]
-
test_common_problems()[source]
-
test_report_error()[source]
-
test_report_error_anon()[source]
-
test_report_error_bootstrap_admin()[source]
-
test_deleting_output_keep_running_until_all_deleted(history_id)[source]
-
test_purging_output_keep_running_until_all_purged(history_id)[source]
-
test_purging_output_cleaned_after_ok_run(history_id)[source]
-
test_resume_job(history_id)[source]
-
test_search(history_id)[source]
-
test_search_handle_identifiers(history_id)[source]
-
test_search_delete_outputs(history_id)[source]
-
test_search_with_hdca_list_input(history_id)[source]
-
test_search_delete_hdca_output(history_id)[source]
-
test_search_with_hdca_pair_input(history_id)[source]
-
test_search_with_hdca_list_pair_input(history_id)[source]
-
test_search_with_hdca_list_pair_collection_mapped_over_pair_input(history_id)[source]
-
test_job_build_for_rerun(history_id)[source]
-
test_dce_submission_security(history_id)[source]
-
test_job_build_for_rerun_list_list(history_id)[source]
galaxy_test.api.test_libraries module
-
class galaxy_test.api.test_libraries.LibrariesApiTestCase(methodName='runTest')[source]
Bases: ApiTestCase
-
setUp()[source]
Hook method for setting up the test fixture before exercising it.
-
test_create()[source]
-
test_create_from_store()[source]
-
test_delete()[source]
-
test_nonadmin()[source]
-
test_update()[source]
-
test_update_non_admins_with_permission()[source]
-
test_create_private_library_legacy_permissions()[source]
-
test_create_private_library_permissions()[source]
-
test_get_library_current_permissions()[source]
-
test_get_library_available_permissions()[source]
-
test_get_library_available_permissions_with_query()[source]
-
test_create_library_dataset_bootstrap_user(library_name='private_dataset', wait=True)[source]
-
test_create_dataset_denied()[source]
-
test_create_dataset_bootstrap_admin_user()[source]
-
test_show_private_dataset_permissions()[source]
-
test_create_dataset()[source]
-
test_fetch_upload_to_folder()[source]
-
test_fetch_zip_to_folder()[source]
-
test_fetch_single_url_to_folder()[source]
-
test_fetch_single_url_with_invalid_datatype()[source]
-
test_legacy_upload_unknown_datatype()[source]
-
test_fetch_failed_validation()[source]
-
test_fetch_url_archive_to_folder()[source]
-
test_fetch_bagit_archive_to_folder()[source]
-
test_create_dataset_in_folder()[source]
-
test_create_dataset_in_subfolder()[source]
-
test_update_dataset_in_folder()[source]
-
test_update_dataset_tags()[source]
-
test_invalid_update_dataset_in_folder()[source]
-
test_detect_datatype_of_dataset_in_folder()[source]
-
test_ldda_collection_import_to_history()[source]
-
test_ldda_collection_import_to_history_hide_source()[source]
-
test_import_paired_collection()[source]
-
test_create_datasets_in_library_from_collection()[source]
-
test_create_datasets_in_folder_from_collection()[source]
galaxy_test.api.test_licenses module
-
class galaxy_test.api.test_licenses.LicensesApiTestCase(methodName='runTest')[source]
Bases: ApiTestCase
-
test_index()[source]
-
test_get_license()[source]
-
test_404_on_unknown_license()[source]
galaxy_test.api.test_page_revisions module
Bases: BasePageApiTestCase
galaxy_test.api.test_pages module
-
class galaxy_test.api.test_pages.BasePageApiTestCase(methodName='runTest')[source]
Bases: ApiTestCase
-
setUp()[source]
Hook method for setting up the test fixture before exercising it.
-
class galaxy_test.api.test_pages.PageApiTestCase(methodName='runTest')[source]
Bases: BasePageApiTestCase
, SharingApiTests
-
api_name: str = 'pages'
-
create(name: str) → str[source]
Creates a shareable resource with the given name and returns it’s ID.
- Parameters
name – The name of the shareable resource to create.
- Returns
The ID of the resource.
-
test_create()[source]
-
test_create_from_report()[source]
-
test_index()[source]
-
test_index_deleted()[source]
-
test_index_user_id_security()[source]
-
test_index_user_published()[source]
-
test_index_show_published()[source]
-
test_index_show_shared_with_me()[source]
-
test_index_show_shared_with_me_deleted()[source]
-
test_index_ordering()[source]
-
test_limit_offset()[source]
-
test_index_does_not_show_unavailable_pages()[source]
-
test_cannot_create_pages_with_same_slug()[source]
-
test_cannot_create_pages_with_invalid_slug()[source]
-
test_cannot_create_page_with_invalid_content_format()[source]
-
test_page_requires_name()[source]
-
test_page_requires_slug()[source]
-
test_delete()[source]
-
test_400_on_delete_invalid_page_id()[source]
-
test_403_on_delete_unowned_page()[source]
-
test_400_on_invalid_id_encoding()[source]
-
test_400_on_invalid_id_encoding_markdown()[source]
-
test_400_on_invalid_embedded_content()[source]
-
test_400_on_invalid_markdown_call()[source]
-
test_show()[source]
-
test_403_on_unowner_show()[source]
-
test_501_on_download_pdf_when_service_unavailable()[source]
-
test_pdf_when_service_available()[source]
-
test_400_on_download_pdf_when_unsupported_content_format()[source]
galaxy_test.api.test_roles module
-
class galaxy_test.api.test_roles.RolesApiTestCase(methodName='runTest')[source]
Bases: ApiTestCase
-
setUp()[source]
Hook method for setting up the test fixture before exercising it.
-
test_list_and_show()[source]
-
test_create_invalid_params()[source]
-
test_create_valid()[source]
-
test_show_error_codes()[source]
-
test_create_only_admin()[source]
-
static check_role_dict(role_dict, assert_id=None)[source]
galaxy_test.api.test_search module
-
class galaxy_test.api.test_search.SearchApiTestCase(methodName='runTest')[source]
Bases: ApiTestCase
-
test_search_workflows()[source]
galaxy_test.api.test_tours module
-
class galaxy_test.api.test_tours.TourApiTestCase(methodName='runTest')[source]
Bases: ApiTestCase
-
test_index()[source]
-
test_show()[source]
-
test_update()[source]
galaxy_test.api.test_users module
-
class galaxy_test.api.test_users.UsersApiTestCase(methodName='runTest')[source]
Bases: ApiTestCase
-
test_index()[source]
-
test_index_only_self_for_nonadmins()[source]
-
test_show()[source]
-
test_update()[source]
-
test_admin_update()[source]
-
test_delete_user()[source]
-
test_purge_user()[source]
Delete user and then purge them.
-
test_undelete_user()[source]
Delete user and then undelete them.
-
test_information()[source]
-
test_create_api_key()[source]
-
test_favorites()[source]
-
test_search_favorites()[source]
galaxy_test.api.test_visualizations module
-
class galaxy_test.api.test_visualizations.VisualizationsApiTestCase(methodName='runTest')[source]
Bases: ApiTestCase
, SharingApiTests
-
api_name: str = 'visualizations'
-
create(_: str) → str[source]
Creates a shareable resource with the given name and returns it’s ID.
- Parameters
name – The name of the shareable resource to create.
- Returns
The ID of the resource.
-
test_index_and_show()[source]
-
test_create()[source]
-
test_create_fails_without_title()[source]
-
test_create_fails_with_bad_slug()[source]
-
test_create_fails_with_invalid_config()[source]
-
test_sharing()[source]
-
test_update_title()[source]
galaxy_test.api.test_webhooks module
-
class galaxy_test.api.test_webhooks.WebhooksApiTestCase(methodName='runTest')[source]
Bases: ApiTestCase
-
setUp()[source]
Hook method for setting up the test fixture before exercising it.
-
test_get_all()[source]
-
test_get_data()[source]
galaxy_test.api.test_workflows module
-
class galaxy_test.api.test_workflows.RunsWorkflowFixtures[source]
Bases: object
-
workflow_populator: WorkflowPopulator
-
class galaxy_test.api.test_workflows.BaseWorkflowsApiTestCase(methodName='runTest')[source]
Bases: ApiTestCase
, RunsWorkflowFixtures
-
setUp()[source]
Hook method for setting up the test fixture before exercising it.
-
import_workflow(workflow, **kwds)[source]
-
class galaxy_test.api.test_workflows.ChangeDatatypeTestCase[source]
Bases: object
-
dataset_populator: DatasetPopulator
-
workflow_populator: WorkflowPopulator
-
test_assign_column_pja()[source]
-
class galaxy_test.api.test_workflows.WorkflowsSharingApiTestCase(methodName='runTest')[source]
Bases: ApiTestCase
, SharingApiTests
-
api_name: str = 'workflows'
-
create(name: str) → str[source]
Creates a shareable resource with the given name and returns it’s ID.
- Parameters
name – The name of the shareable resource to create.
- Returns
The ID of the resource.
-
setUp()[source]
Hook method for setting up the test fixture before exercising it.
-
class galaxy_test.api.test_workflows.WorkflowsApiTestCase(methodName='runTest')[source]
Bases: BaseWorkflowsApiTestCase
, ChangeDatatypeTestCase
-
test_show_valid()[source]
-
test_show_invalid_key_is_400()[source]
-
test_cannot_show_private_workflow()[source]
-
test_cannot_download_private_workflow()[source]
-
test_anon_can_download_importable_workflow()[source]
-
test_anon_can_download_public_workflow()[source]
-
test_delete()[source]
-
test_other_cannot_delete()[source]
-
test_index()[source]
-
test_index_deleted()[source]
-
test_index_hidden()[source]
-
test_index_ordering()[source]
-
test_index_sort_by()[source]
-
test_index_limit_and_offset()[source]
-
test_index_show_shared()[source]
-
test_index_skip_step_counts()[source]
-
test_index_search()[source]
-
test_index_search_name()[source]
-
test_index_search_name_exact_vs_inexact()[source]
-
test_index_search_tags()[source]
-
test_index_search_tags_multiple()[source]
-
test_search_casing()[source]
-
test_index_search_tags_exact()[source]
-
test_index_published()[source]
-
test_index_search_is_tags()[source]
-
test_index_owner()[source]
-
test_index_parameter_invalid_combinations()[source]
-
test_upload()[source]
-
test_upload_deprecated()[source]
-
test_import_tools_requires_admin()[source]
-
test_get_tool_predictions()[source]
-
test_update()[source]
-
test_update_tags()[source]
-
test_update_name()[source]
-
test_refactor()[source]
-
test_update_no_tool_id()[source]
-
test_update_missing_tool()[source]
-
test_require_unique_step_uuids()[source]
-
test_require_unique_step_labels()[source]
-
test_import_deprecated()[source]
-
test_import_export_dynamic()[source]
-
test_import_annotations()[source]
-
test_import_subworkflows()[source]
-
test_subworkflow_inputs_optional_editor()[source]
-
test_not_importable_prevents_import()[source]
-
test_url_import()[source]
-
test_base64_import()[source]
-
test_trs_import()[source]
-
test_anonymous_published()[source]
-
test_import_published()[source]
-
test_export()[source]
-
test_export_format2()[source]
-
test_export_editor()[source]
-
test_export_editor_filtered_outputs()[source]
-
test_export_editor_filtered_outputs_exception_handling()[source]
-
test_export_editor_collection_type_source()[source]
-
test_export_editor_subworkflow_collection_type_source()[source]
-
test_import_missing_tool()[source]
-
test_import_no_tool_id()[source]
-
test_import_export_with_runtime_inputs()[source]
-
test_run_workflow_by_index()[source]
-
test_run_workflow_by_uuid()[source]
-
test_run_workflow_by_uuid_implicitly()[source]
-
test_run_workflow_by_name()[source]
-
test_run_workflow()[source]
-
test_run_versioned_tools()[source]
-
test_workflow_run_output_collections() → None[source]
-
test_workflow_resume_from_failed_step()[source]
-
test_workflow_resume_from_failed_step_with_hdca_input()[source]
-
test_workflow_resume_with_mapped_over_input()[source]
-
test_workflow_resume_with_mapped_over_collection_input()[source]
-
test_workflow_list_list_multi_data_map_over()[source]
-
test_workflow_run_output_collection_mapping()[source]
-
test_workflow_run_dynamic_output_collections()[source]
-
test_workflow_run_dynamic_output_collections_2()[source]
-
test_workflow_run_dynamic_output_collections_3()[source]
-
test_workflow_input_tags()[source]
-
test_empty_file_data_column_specified()[source]
-
test_comma_separated_columns()[source]
-
test_runtime_data_column_parameter()[source]
-
test_workflow_metadata_validation_0()[source]
-
test_run_subworkflow_simple() → None[source]
-
test_run_subworkflow_runtime_parameters()[source]
-
test_run_subworkflow_replacement_parameters()[source]
-
test_placements_from_text_inputs()[source]
-
test_run_runtime_parameters_after_pause()[source]
-
test_run_subworkflow_auto_labels()[source]
-
test_workflow_run_zip_collections()[source]
-
test_workflow_flatten()[source]
-
test_workflow_flatten_with_mapped_over_execution()[source]
-
test_workflow_invocation_report_1()[source]
-
test_workflow_invocation_report_custom()[source]
-
test_export_invocation_bco()[source]
-
test_workflow_run_apply_rules()[source]
-
test_filter_failed_mapping()[source]
-
test_workflow_request()[source]
-
test_workflow_new_autocreated_history()[source]
-
test_workflow_output_dataset()[source]
-
test_workflow_output_dataset_collection()[source]
-
test_workflow_input_as_output()[source]
-
test_subworkflow_output_as_output()[source]
-
test_workflow_input_mapping()[source]
-
test_workflow_run_input_mapping_with_output_collections()[source]
-
test_workflow_run_input_mapping_with_subworkflows()[source]
-
test_subworkflow_recover_mapping_1()[source]
-
test_subworkflow_recover_mapping_2()[source]
-
test_recover_mapping_in_subworkflow()[source]
-
test_empty_list_mapping()[source]
-
test_change_datatype_collection_map_over()[source]
-
test_mapping_and_subcollection_mapping()[source]
-
test_empty_list_reduction()[source]
-
test_cancel_new_workflow_when_history_deleted()[source]
-
test_cancel_ready_workflow_when_history_deleted()[source]
-
test_workflow_pause()[source]
-
test_workflow_pause_cancel()[source]
-
test_workflow_map_reduce_pause()[source]
-
test_cancel_workflow_invocation()[source]
-
test_pause_outputs_with_deleted_inputs()[source]
-
test_error_outputs_with_purged_inputs()[source]
-
test_run_with_implicit_connection()[source]
-
test_run_with_optional_data_specified_to_multi_data()[source]
-
test_run_with_optional_data_unspecified_to_multi_data()[source]
-
test_run_with_non_optional_data_unspecified_fails_invocation()[source]
-
test_run_with_optional_collection_specified()[source]
-
test_run_with_optional_collection_unspecified()[source]
-
test_run_with_non_optional_collection_unspecified_fails_invocation()[source]
-
test_run_with_validated_parameter_connection_optional()[source]
-
test_run_with_int_parameter()[source]
-
test_run_with_int_parameter_nested()[source]
-
test_run_with_validated_parameter_connection_default_values()[source]
-
test_run_with_validated_parameter_connection_invalid()[source]
-
test_run_with_text_input_connection()[source]
-
test_run_with_numeric_input_connection()[source]
-
test_expression_tool_map_over()[source]
-
test_workflow_optional_input_text_parameter_reevaluation()[source]
-
test_workflow_rerun_with_use_cached_job()[source]
-
test_nested_workflow_rerun_with_use_cached_job()[source]
-
test_cannot_run_inaccessible_workflow()[source]
-
test_400_on_invalid_workflow_id()[source]
-
test_cannot_run_against_other_users_history()[source]
-
test_cannot_run_bootstrap_admin_workflow()[source]
-
test_workflow_run_with_matching_lists()[source]
-
test_workflow_stability()[source]
-
test_empty_create()[source]
-
test_invalid_create_multiple_types()[source]
-
test_run_with_pja()[source]
-
test_hidden_param_in_workflow()[source]
-
test_optional_workflow_output()[source]
-
test_workflow_optional_input_filtering()[source]
-
test_run_rename_on_mapped_over_collection()[source]
-
test_run_rename_based_on_inputs_on_mapped_over_collection()[source]
-
test_run_rename_collection_output()[source]
-
test_run_build_list_hide_collection_output()[source]
-
test_run_build_list_delete_intermediate_collection_output()[source]
-
test_run_build_list_change_datatype_collection_output()[source]
-
test_run_build_list_rename_collection_output()[source]
-
test_run_rename_multiple_outputs()[source]
-
test_run_rename_based_on_input()[source]
-
test_run_rename_when_resuming_jobs()[source]
-
test_run_rename_based_on_input_recursive()[source]
-
test_run_rename_based_on_input_repeat()[source]
-
test_run_rename_based_on_input_conditional()[source]
-
test_run_rename_based_on_input_collection()[source]
-
test_run_hide_on_collection_output()[source]
-
test_run_hide_on_mapped_over_collection()[source]
-
test_tag_auto_propagation()[source]
-
test_run_add_tag_on_collection_output()[source]
-
test_run_add_tag_on_mapped_over_collection()[source]
-
test_run_remove_tag_on_collection_output()[source]
-
test_run_with_runtime_pja()[source]
-
test_run_with_delayed_runtime_pja()[source]
-
test_delete_intermediate_datasets_pja_1()[source]
-
test_validated_post_job_action_validated()[source]
-
test_validated_post_job_action_unvalidated_default()[source]
-
test_validated_post_job_action_invalid()[source]
-
test_value_restriction_with_select_and_text_param()[source]
-
test_run_replace_params_by_tool()[source]
-
test_run_replace_params_by_uuid()[source]
-
test_run_batch()[source]
-
test_run_batch_inputs()[source]
-
test_parameter_substitution_sanitization()[source]
-
test_parameter_substitution_validation_value_errors_0()[source]
-
test_parameter_substitution_validation_value_errors_1()[source]
-
test_workflow_import_state_validation_1()[source]
-
test_run_replace_params_by_steps()[source]
-
test_run_replace_params_nested()[source]
-
test_run_replace_params_nested_normalized()[source]
-
test_run_replace_params_over_default()[source]
-
test_defaults_editor()[source]
-
test_run_replace_params_over_default_delayed()[source]
-
test_pja_import_export()[source]
-
test_invocation_filtering()[source]
-
test_only_own_invocations_indexed_and_accessible()[source]
-
test_invocation_usage()[source]
-
test_invocation_with_collection_mapping()[source]
-
test_invocations_accessible_imported_workflow()[source]
-
test_invocations_accessible_published_workflow()[source]
-
test_invocations_not_accessible_by_different_user_for_published_workflow()[source]
-
test_workflow_publishing()[source]
-
test_workflow_from_path_requires_admin()[source]
-
class galaxy_test.api.test_workflows.AdminWorkflowsApiTestCase(methodName='runTest')[source]
Bases: BaseWorkflowsApiTestCase
-
require_admin_user = True
-
test_import_export_dynamic_tools()[source]