From 5aab1215237ad8e910001de54e6f705b347960ac Mon Sep 17 00:00:00 2001 From: pvandyken <87136354+pvandyken@users.noreply.github.com> Date: Tue, 30 Jul 2024 03:37:21 +0000 Subject: [PATCH] Update test timings file --- .test_durations | 814 ++++++++++++++++++++++++------------------------ 1 file changed, 414 insertions(+), 400 deletions(-) diff --git a/.test_durations b/.test_durations index 8694bc81..8c635efa 100644 --- a/.test_durations +++ b/.test_durations @@ -1,402 +1,416 @@ { - "snakebids/core/filtering.py::snakebids.core.filtering.filter_list": 0.03146024999995234, - "snakebids/core/filtering.py::snakebids.core.filtering.get_filtered_ziplist_index": 0.0012914410000348653, - "snakebids/tests/test_admin.py::TestCreateCommand::test_boutiques_succeeds": 0.0017177829999468486, - "snakebids/tests/test_admin.py::TestCreateCommand::test_create_calls_copier_correctly": 0.5830166469999654, - "snakebids/tests/test_admin.py::TestCreateCommand::test_create_fails_missing_parent_dir": 0.28942467899997837, - "snakebids/tests/test_admin.py::TestCreateCommand::test_create_fails_when_get_spec_has_at_sign": 0.00190704800002095, - "snakebids/tests/test_admin.py::TestCreateCommand::test_create_fails_when_markers_in_snakebids_version": 0.002025741000011294, - "snakebids/tests/test_admin.py::TestCreateCommand::test_create_fails_when_snakebids_version_specifies_extras": 0.0019201019999854907, - "snakebids/tests/test_admin.py::TestCreateCommand::test_create_fails_with_invalid_filename": 1.7515523359999747, - "snakebids/tests/test_admin.py::TestCreateCommand::test_create_succeeds": 0.001705366999999569, - "snakebids/tests/test_admin.py::test_boutiques_descriptor": 0.0006416030000764295, - "snakebids/tests/test_admin.py::test_fails_if_invalid_subcommand": 0.0020225330000016584, - "snakebids/tests/test_admin.py::test_fails_if_no_subcommand": 0.0026378969999996116, - "snakebids/tests/test_app.py::TestDeprecations::test_args_deprecated": 0.0006431360000078712, - "snakebids/tests/test_app.py::TestDeprecations::test_config_deprecated": 0.0009330510000040704, - "snakebids/tests/test_app.py::TestDeprecations::test_parser_deprecated": 0.0009285020000220356, - "snakebids/tests/test_app.py::TestDeprecations::test_version_deprecated": 0.0006478640000864289, - "snakebids/tests/test_app.py::TestGenBoutiques::test_boutiques_descriptor": 0.003952943999991021, - "snakebids/tests/test_app.py::test_add_dynamic_args_raises_warning": 0.33796392099992545, - "snakebids/tests/test_app.py::test_arguments_carried_forward": 0.004686459999959425, - "snakebids/tests/test_app.py::test_config_can_be_directly_accessed": 0.00261852099998805, - "snakebids/tests/test_app.py::test_parser_can_be_directly_accessed": 0.002874632999919413, - "snakebids/tests/test_app.py::test_plugins_carried_forward": 0.003913921999981085, - "snakebids/tests/test_app.py::test_str_converted_to_path": 0.0034982109999646127, - "snakebids/tests/test_bidsapp.py::TestArgumentGroups::test_argument_groups_visible_to_add_arg_hook": 0.001274480000006406, - "snakebids/tests/test_bidsapp.py::TestDependencies::test_dependences_registered_after": 0.0014535260000343442, - "snakebids/tests/test_bidsapp.py::TestDependencies::test_dependencies_are_added": 0.0012073439999653601, - "snakebids/tests/test_bidsapp.py::TestDependencies::test_dependencies_wont_register_twice": 0.0013913790000401605, - "snakebids/tests/test_bidsapp.py::TestDependencyDeduplication::test_duplicate_normally_caught": 0.0017247449999331366, - "snakebids/tests/test_bidsapp.py::TestDependencyDeduplication::test_no_duplicate_plugins_added_when_dependencies": 0.0016730489999190468, - "snakebids/tests/test_bidsapp.py::TestNoArgvHook::test_with_mocked_args": 0.0012724869999942712, - "snakebids/tests/test_bidsapp.py::TestNoArgvHook::test_with_provided_args": 0.0010763680000422937, - "snakebids/tests/test_bidsapp.py::TestRunner::test_build_parser": 0.0014641969999615867, - "snakebids/tests/test_bidsapp.py::TestRunner::test_parse_args": 0.0014885620000200106, - "snakebids/tests/test_bidsapp.py::TestRunner::test_run": 0.001720027000033042, - "snakebids/tests/test_datasets.py::TestBidsComponentAliases::test_bids_component_aliases_are_correctly_set": 2.9946075030000543, - "snakebids/tests/test_datasets.py::TestBidsComponentAliases::test_bids_dataset_aliases_are_correctly_set": 2.997686245999944, - "snakebids/tests/test_datasets.py::TestBidsComponentEq::test_copies_are_equal": 3.182742649999966, - "snakebids/tests/test_datasets.py::TestBidsComponentEq::test_empty_bidsinput_are_equal": 0.0006934720000231209, - "snakebids/tests/test_datasets.py::TestBidsComponentEq::test_extra_entities_makes_unequal": 3.17706927800009, - "snakebids/tests/test_datasets.py::TestBidsComponentEq::test_mutation_makes_unequal": 3.1340631799999414, - "snakebids/tests/test_datasets.py::TestBidsComponentEq::test_order_doesnt_affect_equality": 3.129725251000025, - "snakebids/tests/test_datasets.py::TestBidsComponentEq::test_other_types_are_unequal": 3.449892320999993, - "snakebids/tests/test_datasets.py::TestBidsComponentEq::test_paths_must_be_identical": 2.8765054340000233, - "snakebids/tests/test_datasets.py::TestBidsComponentExpand::test_expand_with_no_args_returns_initial_paths": 2.5282514749999905, - "snakebids/tests/test_datasets.py::TestBidsComponentExpand::test_not_expand_over_internal_path_when_novel_given": 2.7585836169999425, - "snakebids/tests/test_datasets.py::TestBidsComponentIndexing::test_all_requested_items_received_and_no_others": 2.610931279000056, - "snakebids/tests/test_datasets.py::TestBidsComponentIndexing::test_multiple_missing_key_raises_error": 2.8047837419999837, - "snakebids/tests/test_datasets.py::TestBidsComponentIndexing::test_multiple_selection_returns_bidspartialcomponent": 2.3958338629998934, - "snakebids/tests/test_datasets.py::TestBidsComponentIndexing::test_order_of_selectors_is_preserved": 2.448231751999913, - "snakebids/tests/test_datasets.py::TestBidsComponentIndexing::test_selected_items_in_original": 2.4440430850000325, - "snakebids/tests/test_datasets.py::TestBidsComponentIndexing::test_single_missing_key_raises_error": 2.592838846999996, - "snakebids/tests/test_datasets.py::TestBidsComponentIndexing::test_single_selection_returns_bidscomponentrow": 2.3816104930000392, - "snakebids/tests/test_datasets.py::TestBidsComponentProperties::test_input_lists_derives_from_zip_lists": 2.9513327750000258, - "snakebids/tests/test_datasets.py::TestBidsComponentProperties::test_input_wildcards_derives_from_zip_lists": 1.1191995939999515, - "snakebids/tests/test_datasets.py::TestBidsComponentValidation::test_path_cannot_have_extra_entities": 1.8045774720000054, - "snakebids/tests/test_datasets.py::TestBidsComponentValidation::test_path_cannot_have_missing_entities": 2.1606786020000186, - "snakebids/tests/test_datasets.py::TestBidsComponentValidation::test_zip_lists_must_be_same_length": 2.454534334000016, - "snakebids/tests/test_datasets.py::TestBidsDatasetLegacyAccess::test_accessing_legacy_names_leads_to_informative_error": 6.847401291999972, - "snakebids/tests/test_datasets.py::TestBidsDatasetLegacyAccess::test_accessing_ordinary_missing_names_leads_to_regular_error": 5.771622702000002, - "snakebids/tests/test_datasets.py::TestBidsDatasetLegacyAccess::test_legacy_names_can_be_accessed_if_component_name": 2.906408398999986, - "snakebids/tests/test_datasets.py::TestExpandables::test_expand_deduplicates_paths": 1.2120655609999744, - "snakebids/tests/test_datasets.py::TestExpandables::test_expand_over_multiple_paths": 1.0969994289999931, - "snakebids/tests/test_datasets.py::TestExpandables::test_expand_preserves_entry_order": 1.6527091869999708, - "snakebids/tests/test_datasets.py::TestExpandables::test_expand_with_extra_args_returns_all_paths": 2.2519472289999385, - "snakebids/tests/test_datasets.py::TestExpandables::test_expandable_with_no_entries_returns_empty_list": 1.6002026940000746, - "snakebids/tests/test_datasets.py::TestExpandables::test_expandable_with_no_wildcards_returns_path_unaltered": 0.11629579099997045, - "snakebids/tests/test_datasets.py::TestExpandables::test_partial_expansion": 1.6986281149999627, - "snakebids/tests/test_datasets.py::TestExpandables::test_prevent_partial_expansion": 1.5647474010000337, - "snakebids/tests/test_datasets.py::TestFiltering::test_all_columns_found_in_original_zip_list": 1.5657675500000323, - "snakebids/tests/test_datasets.py::TestFiltering::test_all_entities_remain_after_filtering": 1.4445072209999807, - "snakebids/tests/test_datasets.py::TestFiltering::test_no_columns_that_should_be_present_are_missing": 2.3199617299999886, - "snakebids/tests/test_datasets.py::TestFiltering::test_only_filter_values_in_output": 4.05011248400001, - "snakebids/tests/test_datasets.py::TestFiltering::test_zip_lists_rows_remain_of_equal_length": 2.0001329300000634, - "snakebids/tests/test_datasets.py::TestFilteringBidsComponentRowWithSpec::test_all_columns_found_in_original_zip_list": 1.0768464989999416, - "snakebids/tests/test_datasets.py::TestFilteringBidsComponentRowWithSpec::test_all_entities_remain_after_filtering": 1.164350951000074, - "snakebids/tests/test_datasets.py::TestFilteringBidsComponentRowWithSpec::test_all_valid_values_in_spec_in_result": 0.9382318230000237, - "snakebids/tests/test_datasets.py::TestFilteringBidsComponentRowWithSpec::test_only_filter_values_in_output": 0.9539912890000437, - "snakebids/tests/test_datasets.py::TestFilteringBidsComponentRowWithSpec::test_providing_both_spec_and_filters_gives_error": 1.0975357759999724, - "snakebids/tests/test_datasets.py::test_multiple_components_cannot_have_same_name": 0.0005671339999935299, - "snakebids/tests/test_filtering.py::test_filter_list[zip_list0-filters0-output0]": 0.0009179119999203067, - "snakebids/tests/test_filtering.py::test_filter_list[zip_list1-filters1-output1]": 0.0009262479999847528, - "snakebids/tests/test_filtering.py::test_filter_list[zip_list2-filters2-output2]": 0.0006829120000020339, - "snakebids/tests/test_filtering.py::test_filter_list[zip_list3-filters3-output3]": 0.0006730119999929229, - "snakebids/tests/test_filtering.py::test_filter_list[zip_list4-filters4-output4]": 0.0007518700000446188, - "snakebids/tests/test_filtering.py::test_filter_list[zip_list5-filters5-output5]": 0.0006687540000029912, - "snakebids/tests/test_generate_inputs.py::TestAbsentConfigEntries::test_missing_filters": 0.052920012999948085, - "snakebids/tests/test_generate_inputs.py::TestAbsentConfigEntries::test_missing_wildcards": 0.052181217999986984, - "snakebids/tests/test_generate_inputs.py::TestCustomPaths::test_benchmark_test_custom_paths": 0.002700965000144606, - "snakebids/tests/test_generate_inputs.py::TestCustomPaths::test_collect_all_but_filters_when_exclusion_filters_used": 1.5074709819998589, - "snakebids/tests/test_generate_inputs.py::TestCustomPaths::test_collects_all_paths_when_no_filters": 1.6669528720000244, - "snakebids/tests/test_generate_inputs.py::TestCustomPaths::test_collects_only_filtered_entities": 2.266002220000132, - "snakebids/tests/test_generate_inputs.py::TestCustomPaths::test_errors_when_bools_given_as_filters": 2.022413022999899, - "snakebids/tests/test_generate_inputs.py::TestDB::test_pybidsdb_dir_absolute": 0.2747087040000906, - "snakebids/tests/test_generate_inputs.py::TestDB::test_pybidsdb_dir_blank": 0.052556228000071314, - "snakebids/tests/test_generate_inputs.py::TestDB::test_pybidsdb_dir_relative": 0.05148488800011819, - "snakebids/tests/test_generate_inputs.py::TestFilterBools::test_ambiguous_paths_with_extra_entities_leads_to_error": 12.570601498999963, - "snakebids/tests/test_generate_inputs.py::TestFilterBools::test_ambiguous_paths_with_missing_entity_leads_to_error": 11.908459650000054, - "snakebids/tests/test_generate_inputs.py::TestFilterBools::test_entity_excluded_when_filter_false": 13.054205476999982, - "snakebids/tests/test_generate_inputs.py::TestFilterBools::test_entity_excluded_when_filter_true": 13.28974154399998, - "snakebids/tests/test_generate_inputs.py::TestFilterBools::test_filter_false_in_list_selects_paths": 9.797964700000023, - "snakebids/tests/test_generate_inputs.py::TestFilterBools::test_text_filter_selects_paths_when_in_list_with_false": 10.82778166899999, - "snakebids/tests/test_generate_inputs.py::TestFilterMethods::test_combining_match_and_get_selects_correct_paths": 9.458987360000037, - "snakebids/tests/test_generate_inputs.py::TestFilterMethods::test_filter_with_invalid_method_raises_error": 5.573206771000059, - "snakebids/tests/test_generate_inputs.py::TestFilterMethods::test_filter_with_multiple_methods_raises_error": 0.6283832909999774, - "snakebids/tests/test_generate_inputs.py::TestFilterMethods::test_filter_with_no_methods_raises_error": 0.050144458999966446, - "snakebids/tests/test_generate_inputs.py::TestFilterMethods::test_get_method_selects_via_direct_matching": 9.962467959000037, - "snakebids/tests/test_generate_inputs.py::TestFilterMethods::test_regex_match_selects_paths": 10.382093902999884, - "snakebids/tests/test_generate_inputs.py::TestFilterMethods::test_regex_search_selects_paths": 9.881335199000091, - "snakebids/tests/test_generate_inputs.py::TestGenBidsLayout::test_gen_layout_returns_valid_dataset": 0.16325908099997832, - "snakebids/tests/test_generate_inputs.py::TestGenBidsLayout::test_invalid_path_raises_error": 0.00688870900000893, - "snakebids/tests/test_generate_inputs.py::TestNormalizeDatabaseArgs::test_deprecated_dir_raises_warning": 0.11774640199996611, - "snakebids/tests/test_generate_inputs.py::TestNormalizeDatabaseArgs::test_deprecated_reset_raises_warning": 0.10534818499996845, - "snakebids/tests/test_generate_inputs.py::TestNormalizeDatabaseArgs::test_non_deprecated_text_in_reset_raises_error": 0.1183863429999974, - "snakebids/tests/test_generate_inputs.py::TestNormalizeDatabaseArgs::test_normal_calls_give_no_warnings": 0.15067640900002743, - "snakebids/tests/test_generate_inputs.py::TestNormalizeDatabaseArgs::test_old_dir_param_gives_warning": 0.18331517100011752, - "snakebids/tests/test_generate_inputs.py::TestNormalizeDatabaseArgs::test_old_params_passed_on_to_new": 0.12625691499999903, - "snakebids/tests/test_generate_inputs.py::TestNormalizeDatabaseArgs::test_old_reset_param_gives_warning": 0.16267444400000386, - "snakebids/tests/test_generate_inputs.py::TestNormalizeDatabaseArgs::test_second_return_never_none": 0.013389906000043084, - "snakebids/tests/test_generate_inputs.py::TestParseBidsPath::test_missing_match_leads_to_error": 2.2061541819999775, - "snakebids/tests/test_generate_inputs.py::TestParseBidsPath::test_one_match_found_for_each_entity": 2.7820293670000638, - "snakebids/tests/test_generate_inputs.py::TestParseBidsPath::test_splits_wildcards_from_path": 2.348087029999988, - "snakebids/tests/test_generate_inputs.py::TestParticipantFiltering::test_exclude_and_participant_label_filter_correctly": 11.701800464999906, - "snakebids/tests/test_generate_inputs.py::TestParticipantFiltering::test_exclude_participant_does_not_make_all_other_filters_regex": 12.62126784599991, - "snakebids/tests/test_generate_inputs.py::TestParticipantFiltering::test_participant_label_doesnt_filter_comps_when_subject_has_filter[exclude]": 11.921658788000059, - "snakebids/tests/test_generate_inputs.py::TestParticipantFiltering::test_participant_label_doesnt_filter_comps_when_subject_has_filter[include]": 12.546848840000052, - "snakebids/tests/test_generate_inputs.py::TestParticipantFiltering::test_participant_label_doesnt_filter_comps_when_subject_has_filter_no_wcard[exclude]": 11.720434737999994, - "snakebids/tests/test_generate_inputs.py::TestParticipantFiltering::test_participant_label_doesnt_filter_comps_when_subject_has_filter_no_wcard[include]": 12.899263661000191, - "snakebids/tests/test_generate_inputs.py::TestParticipantFiltering::test_participant_label_doesnt_filter_comps_without_subject[exclude]": 10.356186782999998, - "snakebids/tests/test_generate_inputs.py::TestParticipantFiltering::test_participant_label_doesnt_filter_comps_without_subject[include]": 11.77671025799998, - "snakebids/tests/test_generate_inputs.py::TestPostfilter::test_exclude_gives_regex_that_matches_anything_except_exclude": 1.0077505059999794, - "snakebids/tests/test_generate_inputs.py::TestPostfilter::test_returns_participant_label_as_dict": 0.42023727499997676, - "snakebids/tests/test_generate_inputs.py::test_all_custom_paths[0]": 0.0007121159999314841, - "snakebids/tests/test_generate_inputs.py::test_all_custom_paths[1]": 0.0006741860000829547, - "snakebids/tests/test_generate_inputs.py::test_all_custom_paths[2]": 0.0006804649999594403, - "snakebids/tests/test_generate_inputs.py::test_all_custom_paths[3]": 0.0006778209999538376, - "snakebids/tests/test_generate_inputs.py::test_all_custom_paths[4]": 0.0007018460000836058, - "snakebids/tests/test_generate_inputs.py::test_all_custom_paths[5]": 0.0006693850000374368, - "snakebids/tests/test_generate_inputs.py::test_attribute_errors_from_pybids_qualified_and_raised": 0.0008046599999715909, - "snakebids/tests/test_generate_inputs.py::test_custom_pybids_config": 0.05745423599989863, - "snakebids/tests/test_generate_inputs.py::test_generate_inputs": 14.288141167000049, - "snakebids/tests/test_generate_inputs.py::test_get_lists_from_bids": 0.0706483809999554, - "snakebids/tests/test_generate_inputs.py::test_get_lists_from_bids_raises_run_error": 0.0006715090000852797, - "snakebids/tests/test_generate_inputs.py::test_get_matching_files_skips_get_when_empty_prefilter": 1.1047309900000073, - "snakebids/tests/test_generate_inputs.py::test_index_metadata": 0.002052870000056828, - "snakebids/tests/test_generate_inputs.py::test_nonstandard_custom_pybids_config": 0.05161150700007511, - "snakebids/tests/test_generate_inputs.py::test_regex_search_removed_from_filters": 0.0005303439999693182, - "snakebids/tests/test_generate_inputs.py::test_t1w": 0.2337250990000257, - "snakebids/tests/test_generate_inputs.py::test_t1w_with_dict": 0.11466068900006121, - "snakebids/tests/test_generate_inputs.py::test_when_all_custom_paths_no_layout_indexed": 0.09717914599991673, - "snakebids/tests/test_output.py::TestGetSnakebidsFile::test_raises_error_if_contents_but_no_snakebids_file": 0.001231479999887597, - "snakebids/tests/test_output.py::TestGetSnakebidsFile::test_raises_error_if_malformed_snakebids_file_found": 0.0012078650000830748, - "snakebids/tests/test_output.py::TestGetSnakebidsFile::test_returns_contents_of_snakebids_file_if_valid": 0.001337379000005967, - "snakebids/tests/test_output.py::TestGetSnakebidsFile::test_returns_none_if_directory_empty": 0.0009673339999380914, - "snakebids/tests/test_output.py::TestGetSnakebidsFile::test_returns_none_if_directory_nonexistant": 0.0010377770001923636, - "snakebids/tests/test_output.py::TestPrepareBidsappOutput::test_creates_new_empty_bidsapp": 0.0020892699999421893, - "snakebids/tests/test_output.py::TestPrepareBidsappOutput::test_fails_when_directory_has_contents": 0.0021605410000802294, - "snakebids/tests/test_output.py::TestPrepareBidsappOutput::test_success_on_directory_with_contents_when_forced": 0.0022870410000450647, - "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_beginning_of_name_always_prefix": 1.3412929030000669, - "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_beginning_of_path_always_root": 1.5287302140000065, - "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_bids_with_no_args_gives_empty_path": 0.0005483779999622129, - "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_bottom_directory_always_datatype": 1.77537681900003, - "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_datatype_not_in_path_name": 1.6947602939999342, - "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_dir_entities_each_own_dir": 0.5449129560000756, - "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_directories_in_correct_order": 0.7954283830001714, - "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_end_of_path_always_suffix_extension": 1.5199503630000208, - "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_entities_all_in_path_as_tags": 1.6376230189999887, - "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_entities_found_in_name_in_correct_order": 3.108697658999972, - "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_full_entity_names_not_in_path": 0.6565544250000812, - "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_long_and_short_names_cannot_be_used_simultaneously": 0.6458819450001556, - "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_missing_essential_entities_gives_error": 0.33640896800000064, - "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_no_underscore_at_beginning_if_only_suffix": 1.6552142450000247, - "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_no_underscore_at_end_if_no_suffix": 1.4245225739999796, - "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_nondir_entities_dont_have_dirs": 1.486154097999929, - "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_number_of_dashes_corresponds_to_number_entities": 1.2888045909999164, - "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_number_of_underscore_corresponds_to_number_entities": 1.3647107460000143, - "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_underscore_does_not_precede_extension": 1.2888639730000477, - "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_underscore_precedes_suffix": 1.4828059949999215, - "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_values_paired_with_entities": 1.4895050640000136, - "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_beginning_of_name_always_prefix": 1.4190093819998992, - "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_beginning_of_path_always_root": 1.3667908539999871, - "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_bids_with_no_args_gives_empty_path": 0.0006464319999395229, - "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_bottom_directory_always_datatype": 1.325722257999928, - "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_datatype_not_in_path_name": 1.7045246159999579, - "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_dir_entities_each_own_dir": 0.5918952619998663, - "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_directories_in_correct_order": 0.7924265280000782, - "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_end_of_path_always_suffix_extension": 1.0643223589999025, - "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_entities_all_in_path_as_tags": 1.803641667999841, - "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_entities_found_in_name_in_correct_order": 2.840162304000046, - "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_full_entity_names_not_in_path": 0.7893823679999059, - "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_long_and_short_names_cannot_be_used_simultaneously": 0.9135390909998478, - "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_missing_essential_entities_gives_error": 0.8653679179999472, - "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_no_underscore_at_beginning_if_only_suffix": 1.3741192669998554, - "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_no_underscore_at_end_if_no_suffix": 1.0706307639999295, - "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_nondir_entities_dont_have_dirs": 1.6584566829999403, - "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_number_of_dashes_corresponds_to_number_entities": 1.6764926290001085, - "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_number_of_underscore_corresponds_to_number_entities": 1.2156001680002646, - "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_underscore_does_not_precede_extension": 1.4975087200000416, - "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_underscore_precedes_suffix": 1.3477389879999464, - "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_values_paired_with_entities": 1.1848036509999247, - "snakebids/tests/test_paths/test_bids.py::test_benchmark_bids": 0.0008165519999465687, - "snakebids/tests/test_paths/test_specs.py::TestCustomEntityWarnings::test_no_warning_in_interactive_mode": 0.008653853000055278, - "snakebids/tests/test_paths/test_specs.py::TestCustomEntityWarnings::test_no_warning_when_bids_explicitly_generated": 0.01537725299988324, - "snakebids/tests/test_paths/test_specs.py::TestCustomEntityWarnings::test_no_warning_when_spec_declared": 0.015491707999899518, - "snakebids/tests/test_paths/test_specs.py::TestCustomEntityWarnings::test_using_custom_entities_with_default_bids_raises_warning": 0.011937600999999631, - "snakebids/tests/test_paths/test_specs.py::TestSpecDocstrings::test_all_specs_have_docstrings": 0.031640133999985665, - "snakebids/tests/test_paths/test_specs.py::TestSpecDocstrings::test_all_specs_have_format_example": 0.031700567999905616, - "snakebids/tests/test_paths/test_specs.py::TestSpecDocstrings::test_no_format_example_when_no_docstring_parser": 0.037615672000015365, - "snakebids/tests/test_paths/test_specs.py::TestSpecDocstrings::test_spec_has_correct_docstring": 0.021711130999847228, - "snakebids/tests/test_paths/test_specs.py::TestSpecDocstrings::test_spec_with_description_gets_default_docstring": 0.01604889100008222, - "snakebids/tests/test_paths/test_specs.py::test_all_entries_define_entity": 0.008157048999919425, - "snakebids/tests/test_paths/test_specs.py::test_include_subject_dir_can_remove_dir": 0.00819319699985499, - "snakebids/tests/test_paths/test_specs.py::test_reset_bids_spec_clears_cache": 0.03494333900005131, - "snakebids/tests/test_paths/test_specs.py::test_session_dir_can_be_excluded": 0.007867575999966903, - "snakebids/tests/test_paths/test_specs.py::test_spec_can_be_set_with_obj": 0.031559118000018316, - "snakebids/tests/test_paths/test_specs.py::test_spec_can_be_set_with_str": 0.03161397499991381, - "snakebids/tests/test_paths/test_specs.py::test_subject_dir_can_be_excluded": 0.007935455000051661, - "snakebids/tests/test_paths/test_specs.py::test_using_include_subject_dir_raises_warning": 0.008335744000078193, - "snakebids/tests/test_plugins/test_bidsargs.py::TestAddCliArguments::test_analysis_level_attributes_are_mutually_exclusive": 0.2067971229998875, - "snakebids/tests/test_plugins/test_bidsargs.py::TestAddCliArguments::test_analysis_levels_can_be_defined_in_config": 0.24505299600002672, - "snakebids/tests/test_plugins/test_bidsargs.py::TestAddCliArguments::test_analysis_levels_can_be_directly_defined": 0.1897051419999798, - "snakebids/tests/test_plugins/test_bidsargs.py::TestAddCliArguments::test_derivatives_converted_to_paths": 0.5148830010001575, - "snakebids/tests/test_plugins/test_bidsargs.py::TestAddCliArguments::test_derivatives_false_by_default": 0.000995608000039283, - "snakebids/tests/test_plugins/test_bidsargs.py::TestAddCliArguments::test_derivatives_true_if_no_paths_given": 0.0010579549999647497, - "snakebids/tests/test_plugins/test_cli_config.py::TestMakesUnderscoreDashAliases::test_fails_if_undefined_type_given": 0.0010556509998878028, - "snakebids/tests/test_plugins/test_cli_config.py::TestMakesUnderscoreDashAliases::test_positional_args_added_without_conversion": 0.5917425000000094, - "snakebids/tests/test_plugins/test_cli_config.py::TestMakesUnderscoreDashAliases::test_underscores_to_dashes[hot0]": 2.7848330610000858, - "snakebids/tests/test_plugins/test_cli_config.py::TestMakesUnderscoreDashAliases::test_underscores_to_dashes[hot1]": 2.5793546099999958, - "snakebids/tests/test_plugins/test_cli_config.py::test_convert_arg_to_builtin": 0.0011682919999884689, - "snakebids/tests/test_plugins/test_cli_config.py::test_non_serialiable_type_raises_error": 0.001101585000014893, - "snakebids/tests/test_plugins/test_cli_config.py::test_path_works_as_builtin": 0.0009047260000443202, - "snakebids/tests/test_plugins/test_cli_config.py::test_using_class_method_as_type_gives_error": 0.0008637600000156453, - "snakebids/tests/test_plugins/test_cli_config.py::test_using_module_as_type_gives_error": 0.0009372289999873828, - "snakebids/tests/test_plugins/test_cli_config.py::test_works_when_key_not_present": 0.0008480520001512559, - "snakebids/tests/test_plugins/test_component_edit.py::TestAddArguments::test_boolean_filter_with_value_errors": 2.562950849999879, - "snakebids/tests/test_plugins/test_component_edit.py::TestAddArguments::test_config_key_can_be_set": 0.15890906999993604, - "snakebids/tests/test_plugins/test_component_edit.py::TestAddArguments::test_dynamic_inputs": 3.1092568650000203, - "snakebids/tests/test_plugins/test_component_edit.py::TestAddArguments::test_filter_with_invalid_spec": 1.398596601000122, - "snakebids/tests/test_plugins/test_component_edit.py::TestAddArguments::test_filter_with_missing_value_errors": 1.3696977629999765, - "snakebids/tests/test_plugins/test_component_edit.py::TestAddArguments::test_filters_with_only_key_errors": 0.9784840270001496, - "snakebids/tests/test_plugins/test_component_edit.py::TestAddArguments::test_none_filters": 4.1512680470000305, - "snakebids/tests/test_plugins/test_component_edit.py::TestAddArguments::test_optional_filters": 2.046649567000145, - "snakebids/tests/test_plugins/test_component_edit.py::TestAddArguments::test_regex_filter": 2.051551583000105, - "snakebids/tests/test_plugins/test_component_edit.py::TestAddArguments::test_required_filters": 2.8809482880000132, - "snakebids/tests/test_plugins/test_component_edit.py::TestAddArguments::test_works_when_key_not_present": 0.1505568540000013, - "snakebids/tests/test_plugins/test_component_edit.py::TestUpdateNamespace::test_filters_are_joined_with_preference_to_namespace": 5.728988005000019, - "snakebids/tests/test_plugins/test_component_edit.py::TestUpdateNamespace::test_namespace_is_cleared": 6.603259112000046, - "snakebids/tests/test_plugins/test_component_edit.py::TestUpdateNamespace::test_optional_filter_removes_filters": 3.245153625000057, - "snakebids/tests/test_plugins/test_component_edit.py::TestUpdateNamespace::test_original_filters_remain_intact": 5.64038346399991, - "snakebids/tests/test_plugins/test_component_edit.py::TestUpdateNamespace::test_path_is_overwritten_and_resolved": 1.2039885990001267, - "snakebids/tests/test_plugins/test_component_edit.py::TestUpdateNamespace::test_wildcards_are_appended": 1.5256834980000349, - "snakebids/tests/test_plugins/test_component_edit.py::TestUpdateNamespace::test_works_when_key_not_present": 0.0007252509998352252, - "snakebids/tests/test_plugins/test_pybidsdb.py::TestAddArguments::test_args_not_added_if_already_present": 0.0011259919999702106, - "snakebids/tests/test_plugins/test_pybidsdb.py::TestAddArguments::test_args_put_in_specified_group": 0.16931163200013088, - "snakebids/tests/test_plugins/test_pybidsdb.py::TestUpdateNamespace::test_namespace_cleared[False]": 0.0007031970000070942, - "snakebids/tests/test_plugins/test_pybidsdb.py::TestUpdateNamespace::test_namespace_cleared[True]": 0.0006272270001090874, - "snakebids/tests/test_plugins/test_pybidsdb.py::TestUpdateNamespace::test_old_config_keys_deprecated[False]": 0.5197376969998686, - "snakebids/tests/test_plugins/test_pybidsdb.py::TestUpdateNamespace::test_old_config_keys_deprecated[True]": 0.5549971620000633, - "snakebids/tests/test_plugins/test_pybidsdb.py::TestUpdateNamespace::test_old_key_not_set_if_pybidsdb_not_set": 0.0005560440000635936, - "snakebids/tests/test_plugins/test_pybidsdb.py::TestUpdateNamespace::test_pybidsdb_path_resolved": 0.5698677489999682, - "snakebids/tests/test_plugins/test_pybidsdb.py::TestUpdateNamespace::test_pybidsdb_reset_and_reset_db_both_work[False]": 0.0008129850000386796, - "snakebids/tests/test_plugins/test_pybidsdb.py::TestUpdateNamespace::test_pybidsdb_reset_and_reset_db_both_work[True]": 0.0007258120001552015, - "snakebids/tests/test_plugins/test_pybidsdb.py::TestUpdateNamespace::test_warning_issued_for_reset_db": 0.0008393650000471098, - "snakebids/tests/test_plugins/test_snakemake.py::TestAddCliArguments::test_snakemake_help_arg_added": 0.00201187300001493, - "snakebids/tests/test_plugins/test_snakemake.py::TestFinalizeConfig::test_exits_on_run_error": 0.759581087000015, - "snakebids/tests/test_plugins/test_snakemake.py::TestFinalizeConfig::test_non_relative_configfile_is_preserved": 1.5204184310000528, - "snakebids/tests/test_plugins/test_snakemake.py::TestFinalizeConfig::test_normally_preserves_paths": 1.429876553999975, - "snakebids/tests/test_plugins/test_snakemake.py::TestFinalizeConfig::test_output_in_app_triggers_workflow_mode[path0]": 0.0058954180001364875, - "snakebids/tests/test_plugins/test_snakemake.py::TestFinalizeConfig::test_output_in_app_triggers_workflow_mode[path1]": 0.0068204140000034386, - "snakebids/tests/test_plugins/test_snakemake.py::TestFinalizeConfig::test_output_under_results_triggers_workflow_mode": 1.1130040779999035, - "snakebids/tests/test_plugins/test_snakemake.py::TestFinalizeConfig::test_relative_configfile_gets_transferred": 1.761099035000143, - "snakebids/tests/test_plugins/test_snakemake.py::TestFinalizeConfig::test_specified_configfile_output_always_preserved": 2.014781360999905, - "snakebids/tests/test_plugins/test_snakemake.py::TestFindSnakefileConfig::test_errors_if_no_configfile_found": 0.005781513999863819, - "snakebids/tests/test_plugins/test_snakemake.py::TestFindSnakefileConfig::test_errors_if_no_snakefile_found": 0.0049837880002314705, - "snakebids/tests/test_plugins/test_snakemake.py::TestFindSnakefileConfig::test_finds_config_file": 0.03581619800002045, - "snakebids/tests/test_plugins/test_snakemake.py::TestFindSnakefileConfig::test_finds_snakefile": 0.016418571999906817, - "snakebids/tests/test_plugins/test_snakemake.py::TestResolvePath::test_does_not_change_dict_without_paths": 0.0006425650000210226, - "snakebids/tests/test_plugins/test_snakemake.py::TestResolvePath::test_filter_dict": 0.0006601489999411569, - "snakebids/tests/test_plugins/test_snakemake.py::TestResolvePath::test_resolves_all_paths": 0.0010409520000393968, - "snakebids/tests/test_plugins/test_snakemake.py::TestUpdateNamespace::test_force_output_is_set": 0.0037304770000901044, - "snakebids/tests/test_plugins/test_snakemake.py::TestUpdateNamespace::test_resolves_paths": 0.9448582030001944, - "snakebids/tests/test_plugins/test_snakemake.py::TestUpdateNamespace::test_target_gets_set": 0.985352768000098, - "snakebids/tests/test_plugins/test_snakemake.py::TestVersion::test_get_app_version_no_package": 0.007225513999969735, - "snakebids/tests/test_plugins/test_snakemake.py::TestVersion::test_missing_version_changed_to_unknown": 0.005657040999949459, - "snakebids/tests/test_plugins/test_snakemake.py::test_integration[/absolute/path]": 0.39994128800003637, - "snakebids/tests/test_plugins/test_snakemake.py::test_integration[app/results]": 0.008647220000057132, - "snakebids/tests/test_plugins/test_snakemake.py::test_integration[app]": 0.010385330000076465, - "snakebids/tests/test_plugins/test_snakemake.py::test_integration[foo/bar/lo]": 0.009601098000189268, - "snakebids/tests/test_plugins/test_validate_plugin.py::TestFinalizeConfig::test_ignore_validation_error": 0.001504080999893631, - "snakebids/tests/test_plugins/test_validate_plugin.py::TestFinalizeConfig::test_missing_bids_validator": 0.0016532199999801378, - "snakebids/tests/test_plugins/test_validate_plugin.py::TestFinalizeConfig::test_raise_validation_error": 0.001391790000070614, - "snakebids/tests/test_plugins/test_validate_plugin.py::TestFinalizeConfig::test_skip_validation": 0.0006142629998748816, - "snakebids/tests/test_plugins/test_validate_plugin.py::TestFinalizeConfig::test_validation_successful": 0.0016540019998956268, - "snakebids/tests/test_plugins/test_validate_plugin.py::test_skip_validation": 0.0009700990000283127, - "snakebids/tests/test_plugins/test_version.py::test_distribution_is_retrieved": 0.22308490500006428, - "snakebids/tests/test_plugins/test_version.py::test_explicit_version_used_directly": 0.11544208199995865, - "snakebids/tests/test_plugins/test_version.py::test_one_of_version_and_distribution_must_be_provided": 0.0008493619999399016, - "snakebids/tests/test_plugins/test_version.py::test_uninstalled_distribution_results_in_unknown": 0.18958338699997057, - "snakebids/tests/test_plugins/test_version.py::test_version_and_distribution_cannot_both_be_provided": 0.16051619600000322, - "snakebids/tests/test_printing.py::TestCorrectNumberOfLinesCreated::test_in_component": 2.6737928179999244, - "snakebids/tests/test_printing.py::TestCorrectNumberOfLinesCreated::test_in_dataset": 5.817153177000023, - "snakebids/tests/test_printing.py::TestCorrectNumberOfLinesCreated::test_in_zip_list": 0.9368729679999888, - "snakebids/tests/test_printing.py::TestIndentLengthMultipleOfTabStop::test_in_component": 3.0439653339999495, - "snakebids/tests/test_printing.py::TestIndentLengthMultipleOfTabStop::test_in_dataset": 6.017583832000128, - "snakebids/tests/test_printing.py::TestIndentLengthMultipleOfTabStop::test_in_zip_list": 2.2985514009999406, - "snakebids/tests/test_printing.py::TestIsValidPython::test_in_component": 3.1361265780000167, - "snakebids/tests/test_printing.py::TestIsValidPython::test_in_dataset": 5.805229375000067, - "snakebids/tests/test_printing.py::TestIsValidPython::test_in_zip_list": 1.5651301839999405, - "snakebids/tests/test_printing.py::TestMultipleLevelsOfIndentationUsed::test_in_component": 2.613148332000037, - "snakebids/tests/test_printing.py::TestMultipleLevelsOfIndentationUsed::test_in_dataset": 5.859390937000057, - "snakebids/tests/test_printing.py::test_ellipses_appears_when_maxwidth_too_short": 1.23586947900003, - "snakebids/tests/test_printing.py::test_line_never_longer_than_max_width": 1.9335363199999165, - "snakebids/tests/test_printing.py::test_no_ellipses_appears_when_ziplist_empty": 0.1030724800000371, - "snakebids/tests/test_printing.py::test_no_ellipses_when_max_width_long_enouth": 1.577839752999921, - "snakebids/tests/test_printing.py::test_no_ellipses_when_no_max_width": 1.2653172229998972, - "snakebids/tests/test_printing.py::test_values_balanced_around_elision_correctly": 2.2581560640001044, - "snakebids/tests/test_snakemake_io.py::test_glob_wildcards": 0.0015134579999767084, - "snakebids/tests/test_template.py::test_correct_build_system_used[flit-flit_core.buildapi]": 0.1691671609999048, - "snakebids/tests/test_template.py::test_correct_build_system_used[hatch-hatchling.build]": 0.169662315000096, - "snakebids/tests/test_template.py::test_correct_build_system_used[poetry-poetry.core.masonry.api]": 0.18606396799998492, - "snakebids/tests/test_template.py::test_correct_build_system_used[setuptools-setuptools.build_meta]": 0.1693788439998798, - "snakebids/tests/test_template.py::test_format_poetry[git]": 0.1549893390000534, - "snakebids/tests/test_template.py::test_format_poetry[path]": 0.1377242630001092, - "snakebids/tests/test_template.py::test_format_poetry[url]": 0.1579688100000567, - "snakebids/tests/test_template.py::test_format_poetry[version]": 0.12980309499994291, - "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1-200-2.2.2-1.1.1-flit]": 0.16091194499995254, - "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1-200-2.2.2-1.1.1-hatch]": 0.15982121899992308, - "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1-200-2.2.2-1.1.1-poetry]": 0.16014388399992185, - "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1-200-2.2.2-1.1.1-setuptools]": 0.2319835849999663, - "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1-400-2.2.2-2.2.2-flit]": 0.15984223700002076, - "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1-400-2.2.2-2.2.2-hatch]": 0.16035646599993925, - "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1-400-2.2.2-2.2.2-poetry]": 0.16243141699987973, - "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1-400-2.2.2-2.2.2-setuptools]": 0.1609242310000809, - "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1.dev1-200-0.0.0-0.12.0-flit]": 0.16622712700007014, - "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1.dev1-200-0.0.0-0.12.0-hatch]": 0.1609951870001396, - "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1.dev1-200-0.0.0-0.12.0-poetry]": 0.15690040399999816, - "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1.dev1-200-0.0.0-0.12.0-setuptools]": 0.15950938499997847, - "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1.dev1-200-2.2.2-2.2.2-flit]": 0.16278155899999547, - "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1.dev1-200-2.2.2-2.2.2-hatch]": 0.16104252200011615, - "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1.dev1-200-2.2.2-2.2.2-poetry]": 0.1599383590000798, - "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1.dev1-200-2.2.2-2.2.2-setuptools]": 0.1612651079999523, - "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1.dev1-200-2.2.2.dev1-0.12.0-flit]": 0.1592121109998743, - "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1.dev1-200-2.2.2.dev1-0.12.0-hatch]": 0.15969969399998263, - "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1.dev1-200-2.2.2.dev1-0.12.0-poetry]": 0.15906891399993128, - "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1.dev1-200-2.2.2.dev1-0.12.0-setuptools]": 0.16052812699990682, - "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[True-200-2.2.2-2.2.2-flit]": 0.16166269300003933, - "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[True-200-2.2.2-2.2.2-hatch]": 0.1707358150000573, - "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[True-200-2.2.2-2.2.2-poetry]": 0.1653277899999921, - "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[True-200-2.2.2-2.2.2-setuptools]": 0.19849981099991965, - "snakebids/tests/test_template.py::test_invalid_app_name_raises_error": 7.634039305999863, - "snakebids/tests/test_template.py::test_invalid_email_raises_error": 1.6083094009999286, - "snakebids/tests/test_template.py::test_pyproject_correctly_formatted[flit]": 20.114386480999997, - "snakebids/tests/test_template.py::test_pyproject_correctly_formatted[hatch]": 19.798454160000006, - "snakebids/tests/test_template.py::test_pyproject_correctly_formatted[poetry]": 19.35234072900016, - "snakebids/tests/test_template.py::test_pyproject_correctly_formatted[setuptools]": 20.801752325000052, - "snakebids/tests/test_template.py::test_template_docs_build": 43.00250892199995, - "snakebids/tests/test_template.py::test_template_dry_runs_successfully[flit-setuptools]": 36.95198273199992, - "snakebids/tests/test_template.py::test_template_dry_runs_successfully[hatch-hatch]": 35.82612141300001, - "snakebids/tests/test_template.py::test_template_dry_runs_successfully[poetry-poetry]": 55.39430185700007, - "snakebids/tests/test_template.py::test_template_dry_runs_successfully[setuptools-setuptools]": 38.65195869799982, - "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_bool": 0.5224151380000421, - "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_cannot_be_mutated": 0.4708484989999988, - "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_contains_items": 1.1678393110000798, - "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_equal_items_are_equal": 2.408964133999916, - "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_has_length": 1.1791701990000547, - "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_is_hashable": 0.43297773300002973, - "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_is_iterable": 0.5153438469999401, - "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_is_reversable": 0.5922994359998484, - "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_repr": 0.4864741519999143, - "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_supports_addition": 0.5882531680000511, - "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_supports_comparisons": 0.4236800259999427, - "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_supports_count": 0.8840298359998542, - "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_supports_equality": 1.4919423600000528, - "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_supports_getting": 0.8346144049999111, - "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_supports_index": 1.8497202070000185, - "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_supports_multiplication": 0.9127379520000432, - "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_supports_slicing": 1.2339918730000363, - "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_they_are_not_tuples": 1.1104894549999926, - "snakebids/tests/test_utils.py::TestMatchesAny::test_with_email": 1.2079951580001307, - "snakebids/tests/test_utils.py::TestMatchesAny::test_with_eq_operator": 0.4743992009999829, - "snakebids/tests/test_utils.py::TestMatchesAny::test_with_re_match": 1.1433680189998086, - "snakebids/tests/test_utils.py::TestMultiselectDict::test_all_requested_items_received_and_no_others": 1.3829646750000393, - "snakebids/tests/test_utils.py::TestMultiselectDict::test_multiple_missing_key_raises_error": 1.19194792899998, - "snakebids/tests/test_utils.py::TestMultiselectDict::test_multiple_selection_returns_same_type": 1.4561216380000133, - "snakebids/tests/test_utils.py::TestMultiselectDict::test_order_of_selectors_is_preserved": 1.2454113769999822, - "snakebids/tests/test_utils.py::TestMultiselectDict::test_selected_items_in_original": 1.4049222989999635, - "snakebids/tests/test_utils.py::TestMultiselectDict::test_single_key_gives_single_item": 1.4589436890000798, - "snakebids/tests/test_utils.py::TestMultiselectDict::test_single_missing_key_raises_error": 1.4056791089998342, - "snakebids/tests/test_utils.py::TestRegexContainer::test_bytes_matching_regex_are_contained": 0.205530754999927, - "snakebids/tests/test_utils.py::TestRegexContainer::test_container_specific_to_type": 0.21473187999993115, - "snakebids/tests/test_utils.py::TestRegexContainer::test_str_matching_regex_are_contained": 0.48765124900000956, - "snakebids/tests/test_utils.py::TestRegexContainer::test_str_not_matching_regex_excluded": 0.4352834910000638, - "snakebids/tests/test_utils.py::test_get_wildcard_dict": 1.4169429259998196, - "snakebids/tests/test_yaml.py::TestWriteConfig::test_doesnt_overwrite_file": 0.24084282499973142, - "snakebids/tests/test_yaml.py::TestWriteConfig::test_ordered_dict_roundtrips_as_dict": 6.435035300999971, - "snakebids/tests/test_yaml.py::TestWriteConfig::test_overwrites_file_if_forced": 1.0860151559999167, - "snakebids/tests/test_yaml.py::TestWriteConfig::test_writes_correct_format": 0.6537269609999612, - "snakebids/tests/test_yaml.py::test_paths_formatted_as_str": 0.2542279559999088, - "snakebids/utils/containers.py::snakebids.utils.containers.MultiSelectDict": 0.0018321270000569712, - "snakebids/utils/sb_itertools.py::snakebids.utils.sb_itertools.drop": 0.0021361080000588117 + "snakebids/core/filtering.py::snakebids.core.filtering.filter_list": 0.05721713000002637, + "snakebids/core/filtering.py::snakebids.core.filtering.get_filtered_ziplist_index": 0.0012022089999845775, + "snakebids/tests/test_admin.py::TestCreateCommand::test_boutiques_succeeds": 0.0018766910000067583, + "snakebids/tests/test_admin.py::TestCreateCommand::test_create_calls_copier_correctly": 0.615100147999982, + "snakebids/tests/test_admin.py::TestCreateCommand::test_create_fails_missing_parent_dir": 0.3006162680000273, + "snakebids/tests/test_admin.py::TestCreateCommand::test_create_fails_when_get_spec_has_at_sign": 0.001978202000003648, + "snakebids/tests/test_admin.py::TestCreateCommand::test_create_fails_when_markers_in_snakebids_version": 0.0021539309999809575, + "snakebids/tests/test_admin.py::TestCreateCommand::test_create_fails_when_snakebids_version_specifies_extras": 0.0019163460000299892, + "snakebids/tests/test_admin.py::TestCreateCommand::test_create_fails_with_invalid_filename": 1.7780872670000178, + "snakebids/tests/test_admin.py::TestCreateCommand::test_create_succeeds": 0.001754354000041758, + "snakebids/tests/test_admin.py::test_boutiques_descriptor": 0.0006664470000146139, + "snakebids/tests/test_admin.py::test_fails_if_invalid_subcommand": 0.0020047319999889623, + "snakebids/tests/test_admin.py::test_fails_if_no_subcommand": 0.0025810910000245713, + "snakebids/tests/test_app.py::TestDeprecations::test_args_deprecated": 0.0007583199999885437, + "snakebids/tests/test_app.py::TestDeprecations::test_config_deprecated": 0.0007780070000080741, + "snakebids/tests/test_app.py::TestDeprecations::test_parser_deprecated": 0.0013012860000003457, + "snakebids/tests/test_app.py::TestDeprecations::test_version_deprecated": 0.0007668549999948482, + "snakebids/tests/test_app.py::TestGenBoutiques::test_boutiques_descriptor": 0.0038683190000199374, + "snakebids/tests/test_app.py::test_add_dynamic_args_raises_warning": 0.284926138000003, + "snakebids/tests/test_app.py::test_arguments_carried_forward": 0.005002802000007023, + "snakebids/tests/test_app.py::test_config_can_be_directly_accessed": 0.0026837120000209325, + "snakebids/tests/test_app.py::test_parser_can_be_directly_accessed": 0.002874937999990834, + "snakebids/tests/test_app.py::test_plugins_carried_forward": 0.003952316000038536, + "snakebids/tests/test_app.py::test_str_converted_to_path": 0.0036212960000057137, + "snakebids/tests/test_bidsapp.py::TestArgumentGroups::test_argument_groups_visible_to_add_arg_hook": 0.00127959400001032, + "snakebids/tests/test_bidsapp.py::TestDependencies::test_dependences_registered_after": 0.0015227300000049127, + "snakebids/tests/test_bidsapp.py::TestDependencies::test_dependencies_are_added": 0.0014097879999894758, + "snakebids/tests/test_bidsapp.py::TestDependencies::test_dependencies_wont_register_twice": 0.001465502999991486, + "snakebids/tests/test_bidsapp.py::TestDependencyDeduplication::test_duplicate_normally_caught": 0.0018707710000001043, + "snakebids/tests/test_bidsapp.py::TestDependencyDeduplication::test_no_duplicate_plugins_added_when_dependencies": 0.0017590420000033191, + "snakebids/tests/test_bidsapp.py::TestNoArgvHook::test_with_mocked_args": 0.0013602959999730047, + "snakebids/tests/test_bidsapp.py::TestNoArgvHook::test_with_provided_args": 0.001152276999988544, + "snakebids/tests/test_bidsapp.py::TestRunner::test_build_parser": 0.0015518430000156513, + "snakebids/tests/test_bidsapp.py::TestRunner::test_parse_args": 0.0015456830000459831, + "snakebids/tests/test_bidsapp.py::TestRunner::test_run": 0.0017206899999848702, + "snakebids/tests/test_datasets.py::TestBidsComponentAliases::test_bids_component_aliases_are_correctly_set": 2.912037137999988, + "snakebids/tests/test_datasets.py::TestBidsComponentAliases::test_bids_dataset_aliases_are_correctly_set": 3.3604258490000234, + "snakebids/tests/test_datasets.py::TestBidsComponentEq::test_copies_are_equal": 3.2558941989999823, + "snakebids/tests/test_datasets.py::TestBidsComponentEq::test_empty_bidsinput_are_equal": 0.0006742909999957192, + "snakebids/tests/test_datasets.py::TestBidsComponentEq::test_extra_entities_makes_unequal": 3.4468820000000164, + "snakebids/tests/test_datasets.py::TestBidsComponentEq::test_mutation_makes_unequal": 3.063775981999953, + "snakebids/tests/test_datasets.py::TestBidsComponentEq::test_order_doesnt_affect_equality": 3.171246783999976, + "snakebids/tests/test_datasets.py::TestBidsComponentEq::test_other_types_are_unequal": 3.342508624000004, + "snakebids/tests/test_datasets.py::TestBidsComponentEq::test_paths_must_be_identical": 3.3186869839999815, + "snakebids/tests/test_datasets.py::TestBidsComponentExpand::test_expand_with_no_args_returns_initial_paths": 2.193228330999972, + "snakebids/tests/test_datasets.py::TestBidsComponentExpand::test_not_expand_over_internal_path_when_novel_given": 2.3258990999999867, + "snakebids/tests/test_datasets.py::TestBidsComponentIndexing::test_all_requested_items_received_and_no_others": 2.628947495999995, + "snakebids/tests/test_datasets.py::TestBidsComponentIndexing::test_multiple_missing_key_raises_error": 2.850760899000079, + "snakebids/tests/test_datasets.py::TestBidsComponentIndexing::test_multiple_selection_returns_bidspartialcomponent": 2.6116766340000197, + "snakebids/tests/test_datasets.py::TestBidsComponentIndexing::test_order_of_selectors_is_preserved": 2.3182099910000034, + "snakebids/tests/test_datasets.py::TestBidsComponentIndexing::test_selected_items_in_original": 2.8214938890000383, + "snakebids/tests/test_datasets.py::TestBidsComponentIndexing::test_single_missing_key_raises_error": 2.6456851040000515, + "snakebids/tests/test_datasets.py::TestBidsComponentIndexing::test_single_selection_returns_bidscomponentrow": 2.6430543279999767, + "snakebids/tests/test_datasets.py::TestBidsComponentProperties::test_input_lists_derives_from_zip_lists": 3.5609970039999723, + "snakebids/tests/test_datasets.py::TestBidsComponentProperties::test_input_wildcards_derives_from_zip_lists": 0.9447137920000159, + "snakebids/tests/test_datasets.py::TestBidsComponentValidation::test_path_cannot_have_extra_entities": 2.1503347090000204, + "snakebids/tests/test_datasets.py::TestBidsComponentValidation::test_path_cannot_have_missing_entities": 2.321362400999959, + "snakebids/tests/test_datasets.py::TestBidsComponentValidation::test_zip_lists_must_be_same_length": 2.5060503489999917, + "snakebids/tests/test_datasets.py::TestBidsDatasetLegacyAccess::test_accessing_legacy_names_leads_to_informative_error": 5.634741586999979, + "snakebids/tests/test_datasets.py::TestBidsDatasetLegacyAccess::test_accessing_ordinary_missing_names_leads_to_regular_error": 6.994288291999993, + "snakebids/tests/test_datasets.py::TestBidsDatasetLegacyAccess::test_legacy_names_can_be_accessed_if_component_name": 2.911947934999972, + "snakebids/tests/test_datasets.py::TestExpandables::test_expand_deduplicates_paths": 1.5811320540000224, + "snakebids/tests/test_datasets.py::TestExpandables::test_expand_over_multiple_paths": 1.7277568949999704, + "snakebids/tests/test_datasets.py::TestExpandables::test_expand_preserves_entry_order": 1.3793360649999897, + "snakebids/tests/test_datasets.py::TestExpandables::test_expand_with_extra_args_returns_all_paths": 2.3594622800000025, + "snakebids/tests/test_datasets.py::TestExpandables::test_expandable_with_no_entries_returns_empty_list": 1.468132345999976, + "snakebids/tests/test_datasets.py::TestExpandables::test_expandable_with_no_wildcards_returns_path_unaltered": 0.11596320899997181, + "snakebids/tests/test_datasets.py::TestExpandables::test_partial_expansion": 1.6528410809999912, + "snakebids/tests/test_datasets.py::TestExpandables::test_prevent_partial_expansion": 1.5706102149999879, + "snakebids/tests/test_datasets.py::TestFiltering::test_all_columns_found_in_original_zip_list": 2.2813116059999743, + "snakebids/tests/test_datasets.py::TestFiltering::test_all_entities_remain_after_filtering": 2.4047311009999817, + "snakebids/tests/test_datasets.py::TestFiltering::test_no_columns_that_should_be_present_are_missing": 1.9173140700000033, + "snakebids/tests/test_datasets.py::TestFiltering::test_only_filter_values_in_output": 3.7011553829999855, + "snakebids/tests/test_datasets.py::TestFiltering::test_zip_lists_rows_remain_of_equal_length": 1.7686281320000035, + "snakebids/tests/test_datasets.py::TestFilteringBidsComponentRowWithSpec::test_all_columns_found_in_original_zip_list": 0.9320525920000193, + "snakebids/tests/test_datasets.py::TestFilteringBidsComponentRowWithSpec::test_all_entities_remain_after_filtering": 1.173508771999991, + "snakebids/tests/test_datasets.py::TestFilteringBidsComponentRowWithSpec::test_all_valid_values_in_spec_in_result": 0.7754702960000088, + "snakebids/tests/test_datasets.py::TestFilteringBidsComponentRowWithSpec::test_only_filter_values_in_output": 1.0244006579999905, + "snakebids/tests/test_datasets.py::TestFilteringBidsComponentRowWithSpec::test_providing_both_spec_and_filters_gives_error": 0.8614496559999907, + "snakebids/tests/test_datasets.py::test_multiple_components_cannot_have_same_name": 0.000699769999982891, + "snakebids/tests/test_filtering.py::test_filter_list[zip_list0-filters0-output0]": 0.0009509709999520055, + "snakebids/tests/test_filtering.py::test_filter_list[zip_list1-filters1-output1]": 0.0009743840000169257, + "snakebids/tests/test_filtering.py::test_filter_list[zip_list2-filters2-output2]": 0.0007047790000456189, + "snakebids/tests/test_filtering.py::test_filter_list[zip_list3-filters3-output3]": 0.000715438999975504, + "snakebids/tests/test_filtering.py::test_filter_list[zip_list4-filters4-output4]": 0.0006969440000830218, + "snakebids/tests/test_filtering.py::test_filter_list[zip_list5-filters5-output5]": 0.000732971999923393, + "snakebids/tests/test_generate_inputs.py::TestAbsentConfigEntries::test_missing_filters": 0.054206288999921526, + "snakebids/tests/test_generate_inputs.py::TestAbsentConfigEntries::test_missing_wildcards": 0.053043330999969385, + "snakebids/tests/test_generate_inputs.py::TestCustomPaths::test_benchmark_test_custom_paths": 0.002834436000000551, + "snakebids/tests/test_generate_inputs.py::TestCustomPaths::test_collect_all_but_filters_when_exclusion_filters_used": 1.609958114000051, + "snakebids/tests/test_generate_inputs.py::TestCustomPaths::test_collects_all_paths_when_no_filters": 2.038106006000021, + "snakebids/tests/test_generate_inputs.py::TestCustomPaths::test_collects_only_filtered_entities": 1.975043932999995, + "snakebids/tests/test_generate_inputs.py::TestCustomPaths::test_errors_when_bools_given_as_filters": 2.700265999999999, + "snakebids/tests/test_generate_inputs.py::TestDB::test_pybidsdb_dir_absolute": 0.2761399340000139, + "snakebids/tests/test_generate_inputs.py::TestDB::test_pybidsdb_dir_blank": 0.05462600900000325, + "snakebids/tests/test_generate_inputs.py::TestDB::test_pybidsdb_dir_relative": 0.05187681700004987, + "snakebids/tests/test_generate_inputs.py::TestFilterBools::test_ambiguous_paths_with_extra_entities_leads_to_error": 12.627662326000063, + "snakebids/tests/test_generate_inputs.py::TestFilterBools::test_ambiguous_paths_with_missing_entity_leads_to_error": 11.913553935999971, + "snakebids/tests/test_generate_inputs.py::TestFilterBools::test_entity_excluded_when_filter_false": 12.871688444000029, + "snakebids/tests/test_generate_inputs.py::TestFilterBools::test_entity_excluded_when_filter_true": 13.658542980999982, + "snakebids/tests/test_generate_inputs.py::TestFilterBools::test_filter_false_in_list_selects_paths": 11.340186055000032, + "snakebids/tests/test_generate_inputs.py::TestFilterBools::test_text_filter_selects_paths_when_in_list_with_false": 10.059244362000072, + "snakebids/tests/test_generate_inputs.py::TestFilterMethods::test_combining_match_and_get_selects_correct_paths": 9.675281968999968, + "snakebids/tests/test_generate_inputs.py::TestFilterMethods::test_filter_with_invalid_method_raises_error": 5.528259975999958, + "snakebids/tests/test_generate_inputs.py::TestFilterMethods::test_filter_with_multiple_methods_raises_error": 0.6188988199999699, + "snakebids/tests/test_generate_inputs.py::TestFilterMethods::test_filter_with_no_methods_raises_error": 0.04997912600003929, + "snakebids/tests/test_generate_inputs.py::TestFilterMethods::test_get_method_selects_via_direct_matching": 9.399166800999978, + "snakebids/tests/test_generate_inputs.py::TestFilterMethods::test_regex_match_selects_paths": 9.358995111000013, + "snakebids/tests/test_generate_inputs.py::TestFilterMethods::test_regex_search_selects_paths": 10.166487258000018, + "snakebids/tests/test_generate_inputs.py::TestGenBidsLayout::test_gen_layout_returns_valid_dataset": 0.21357518100001016, + "snakebids/tests/test_generate_inputs.py::TestGenBidsLayout::test_invalid_path_raises_error": 0.007052369000064118, + "snakebids/tests/test_generate_inputs.py::TestNormalizeDatabaseArgs::test_deprecated_dir_raises_warning": 0.13051736999995, + "snakebids/tests/test_generate_inputs.py::TestNormalizeDatabaseArgs::test_deprecated_reset_raises_warning": 0.0033954360000052475, + "snakebids/tests/test_generate_inputs.py::TestNormalizeDatabaseArgs::test_non_deprecated_text_in_reset_raises_error": 0.12252323799992837, + "snakebids/tests/test_generate_inputs.py::TestNormalizeDatabaseArgs::test_normal_calls_give_no_warnings": 0.24208826800008865, + "snakebids/tests/test_generate_inputs.py::TestNormalizeDatabaseArgs::test_old_dir_param_gives_warning": 0.19603216500001963, + "snakebids/tests/test_generate_inputs.py::TestNormalizeDatabaseArgs::test_old_params_passed_on_to_new": 0.13575568499999235, + "snakebids/tests/test_generate_inputs.py::TestNormalizeDatabaseArgs::test_old_reset_param_gives_warning": 0.1743432640000151, + "snakebids/tests/test_generate_inputs.py::TestNormalizeDatabaseArgs::test_second_return_never_none": 0.012997769999969933, + "snakebids/tests/test_generate_inputs.py::TestParseBidsPath::test_missing_match_leads_to_error": 1.85190476300005, + "snakebids/tests/test_generate_inputs.py::TestParseBidsPath::test_one_match_found_for_each_entity": 3.241440213999965, + "snakebids/tests/test_generate_inputs.py::TestParseBidsPath::test_splits_wildcards_from_path": 3.2144950039999003, + "snakebids/tests/test_generate_inputs.py::TestParticipantFiltering::test_exclude_and_participant_label_filter_correctly": 12.621254268999962, + "snakebids/tests/test_generate_inputs.py::TestParticipantFiltering::test_exclude_participant_does_not_make_all_other_filters_regex": 12.023368615000038, + "snakebids/tests/test_generate_inputs.py::TestParticipantFiltering::test_participant_label_doesnt_filter_comps_when_subject_has_filter[exclude]": 11.92906434799994, + "snakebids/tests/test_generate_inputs.py::TestParticipantFiltering::test_participant_label_doesnt_filter_comps_when_subject_has_filter[include]": 11.816976567999973, + "snakebids/tests/test_generate_inputs.py::TestParticipantFiltering::test_participant_label_doesnt_filter_comps_when_subject_has_filter_no_wcard[exclude]": 12.582988608999983, + "snakebids/tests/test_generate_inputs.py::TestParticipantFiltering::test_participant_label_doesnt_filter_comps_when_subject_has_filter_no_wcard[include]": 12.280272589999981, + "snakebids/tests/test_generate_inputs.py::TestParticipantFiltering::test_participant_label_doesnt_filter_comps_without_subject[exclude]": 10.513413048000018, + "snakebids/tests/test_generate_inputs.py::TestParticipantFiltering::test_participant_label_doesnt_filter_comps_without_subject[include]": 10.799536770999964, + "snakebids/tests/test_generate_inputs.py::TestPostfilter::test_exclude_gives_regex_that_matches_anything_except_exclude": 1.131830255000125, + "snakebids/tests/test_generate_inputs.py::TestPostfilter::test_returns_participant_label_as_dict": 0.5014446099999645, + "snakebids/tests/test_generate_inputs.py::TestRecogPathSchemes::test_is_local_relative[./hello/world-RELATIVE]": 0.0006599449999953322, + "snakebids/tests/test_generate_inputs.py::TestRecogPathSchemes::test_is_local_relative[/hello/world-ABSOLUTE]": 0.0006444969999961359, + "snakebids/tests/test_generate_inputs.py::TestRecogPathSchemes::test_is_local_relative[file-RELATIVE]": 0.0006869050000659627, + "snakebids/tests/test_generate_inputs.py::TestRecogPathSchemes::test_is_local_relative[gs-RELATIVE]": 0.0006623100000524573, + "snakebids/tests/test_generate_inputs.py::TestRecogPathSchemes::test_is_local_relative[gs://some/google/cloud/bucket-NETWORK]": 0.0006639919999997801, + "snakebids/tests/test_generate_inputs.py::TestRecogPathSchemes::test_is_local_relative[hello-RELATIVE]": 0.0006485429999543157, + "snakebids/tests/test_generate_inputs.py::TestRecogPathSchemes::test_is_local_relative[hello/world-RELATIVE]": 0.0006669480000027761, + "snakebids/tests/test_generate_inputs.py::TestRecogPathSchemes::test_is_local_relative[s3://some/s3/bucket-NETWORK]": 0.0007612859999994726, + "snakebids/tests/test_generate_inputs.py::TestRecogPathSchemes::test_path_subclassing[./hello/world-RELATIVE]": 0.0002864270000486613, + "snakebids/tests/test_generate_inputs.py::TestRecogPathSchemes::test_path_subclassing[file-RELATIVE]": 0.00034768000000440225, + "snakebids/tests/test_generate_inputs.py::TestRecogPathSchemes::test_path_subclassing[gs-RELATIVE]": 0.00029738699998915763, + "snakebids/tests/test_generate_inputs.py::TestRecogPathSchemes::test_path_subclassing[hello-RELATIVE]": 0.00029777700001432095, + "snakebids/tests/test_generate_inputs.py::TestRecogPathSchemes::test_path_subclassing[hello/world-RELATIVE]": 0.00027555600001960556, + "snakebids/tests/test_generate_inputs.py::test_all_custom_paths[0]": 0.0006115949999525583, + "snakebids/tests/test_generate_inputs.py::test_all_custom_paths[1]": 0.000585756000020865, + "snakebids/tests/test_generate_inputs.py::test_all_custom_paths[2]": 0.0005743250000023181, + "snakebids/tests/test_generate_inputs.py::test_all_custom_paths[3]": 0.0005730420000418235, + "snakebids/tests/test_generate_inputs.py::test_all_custom_paths[4]": 0.0005912860000307774, + "snakebids/tests/test_generate_inputs.py::test_all_custom_paths[5]": 0.0006457489999434074, + "snakebids/tests/test_generate_inputs.py::test_attribute_errors_from_pybids_qualified_and_raised": 0.0007629579999957059, + "snakebids/tests/test_generate_inputs.py::test_custom_pybids_config": 0.059093759000006685, + "snakebids/tests/test_generate_inputs.py::test_duplicate_wildcards_does_not_create_error": 0.16244008300003543, + "snakebids/tests/test_generate_inputs.py::test_generate_inputs": 14.77898539299997, + "snakebids/tests/test_generate_inputs.py::test_get_lists_from_bids": 0.07132014199999048, + "snakebids/tests/test_generate_inputs.py::test_get_lists_from_bids_raises_run_error": 0.0006333249999670443, + "snakebids/tests/test_generate_inputs.py::test_get_matching_files_skips_get_when_empty_prefilter": 1.182530048999979, + "snakebids/tests/test_generate_inputs.py::test_index_metadata": 0.001994281999998293, + "snakebids/tests/test_generate_inputs.py::test_nonstandard_custom_pybids_config": 0.05233577899997499, + "snakebids/tests/test_generate_inputs.py::test_regex_search_removed_from_filters": 0.0006045019999874057, + "snakebids/tests/test_generate_inputs.py::test_t1w": 0.23322294500002272, + "snakebids/tests/test_generate_inputs.py::test_t1w_with_dict": 0.11382252900006051, + "snakebids/tests/test_generate_inputs.py::test_when_all_custom_paths_no_layout_indexed": 0.10432841099998313, + "snakebids/tests/test_output.py::TestGetSnakebidsFile::test_raises_error_if_contents_but_no_snakebids_file": 0.0011612460000378633, + "snakebids/tests/test_output.py::TestGetSnakebidsFile::test_raises_error_if_malformed_snakebids_file_found": 0.0011914499999647887, + "snakebids/tests/test_output.py::TestGetSnakebidsFile::test_returns_contents_of_snakebids_file_if_valid": 0.0012389580000444766, + "snakebids/tests/test_output.py::TestGetSnakebidsFile::test_returns_none_if_directory_empty": 0.0009186180000142485, + "snakebids/tests/test_output.py::TestGetSnakebidsFile::test_returns_none_if_directory_nonexistant": 0.0009911350000493258, + "snakebids/tests/test_output.py::TestPrepareBidsappOutput::test_creates_new_empty_bidsapp": 0.002271101999951952, + "snakebids/tests/test_output.py::TestPrepareBidsappOutput::test_fails_when_directory_has_contents": 0.004011538999918685, + "snakebids/tests/test_output.py::TestPrepareBidsappOutput::test_success_on_directory_with_contents_when_forced": 0.002340290000006462, + "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_beginning_of_name_always_prefix": 1.2384642140000324, + "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_beginning_of_path_always_root": 1.4435579770000118, + "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_bids_with_no_args_gives_empty_path": 0.0005965049999190342, + "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_bottom_directory_always_datatype": 2.167131063999989, + "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_datatype_not_in_path_name": 1.8475018600000226, + "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_dir_entities_each_own_dir": 1.1712900740000123, + "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_directories_in_correct_order": 0.7532188139999789, + "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_end_of_path_always_suffix_extension": 1.6085103640000398, + "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_entities_all_in_path_as_tags": 1.3125376199999437, + "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_entities_found_in_name_in_correct_order": 2.5068093279999744, + "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_full_entity_names_not_in_path": 0.6977469770000084, + "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_long_and_short_names_cannot_be_used_simultaneously": 0.7950305699999944, + "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_missing_essential_entities_gives_error": 0.46246884699996826, + "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_no_underscore_at_beginning_if_only_suffix": 1.3866526990000239, + "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_no_underscore_at_end_if_no_suffix": 1.2439535029999433, + "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_nondir_entities_dont_have_dirs": 1.6184302770000727, + "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_number_of_dashes_corresponds_to_number_entities": 1.6161979789999918, + "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_number_of_underscore_corresponds_to_number_entities": 1.2323665079999273, + "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_underscore_does_not_precede_extension": 1.7297185250000098, + "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_underscore_precedes_suffix": 1.4386405189999323, + "snakebids/tests/test_paths/test_bids.py::TestV0_0_0::test_values_paired_with_entities": 1.616181784000048, + "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_beginning_of_name_always_prefix": 1.281332816000031, + "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_beginning_of_path_always_root": 1.472305844999994, + "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_bids_with_no_args_gives_empty_path": 0.0006999809999115314, + "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_bottom_directory_always_datatype": 1.6167799859999832, + "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_datatype_not_in_path_name": 1.7230835860000298, + "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_dir_entities_each_own_dir": 0.5786008759999959, + "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_directories_in_correct_order": 0.8467472799999882, + "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_end_of_path_always_suffix_extension": 1.4843284190000645, + "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_entities_all_in_path_as_tags": 1.692519477000019, + "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_entities_found_in_name_in_correct_order": 3.0266199759999495, + "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_full_entity_names_not_in_path": 0.8563014259999591, + "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_long_and_short_names_cannot_be_used_simultaneously": 0.8566507909999928, + "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_missing_essential_entities_gives_error": 0.358861950000005, + "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_no_underscore_at_beginning_if_only_suffix": 1.2415087360000143, + "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_no_underscore_at_end_if_no_suffix": 1.1851916589999973, + "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_nondir_entities_dont_have_dirs": 1.6224163160000558, + "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_number_of_dashes_corresponds_to_number_entities": 1.1768730680000203, + "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_number_of_underscore_corresponds_to_number_entities": 1.6321271990000241, + "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_underscore_does_not_precede_extension": 1.4306324240000095, + "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_underscore_precedes_suffix": 1.1494324760000154, + "snakebids/tests/test_paths/test_bids.py::TestV0_10_1::test_values_paired_with_entities": 1.5229350080000472, + "snakebids/tests/test_paths/test_bids.py::test_benchmark_bids": 0.0009514119999494142, + "snakebids/tests/test_paths/test_specs.py::TestCustomEntityWarnings::test_no_warning_in_interactive_mode": 0.009462643999995635, + "snakebids/tests/test_paths/test_specs.py::TestCustomEntityWarnings::test_no_warning_when_bids_explicitly_generated": 0.016843079000011585, + "snakebids/tests/test_paths/test_specs.py::TestCustomEntityWarnings::test_no_warning_when_spec_declared": 0.017106822999949145, + "snakebids/tests/test_paths/test_specs.py::TestCustomEntityWarnings::test_using_custom_entities_with_default_bids_raises_warning": 0.008908435000023474, + "snakebids/tests/test_paths/test_specs.py::TestSpecDocstrings::test_all_specs_have_docstrings": 0.03532248799996296, + "snakebids/tests/test_paths/test_specs.py::TestSpecDocstrings::test_all_specs_have_format_example": 0.035302323999985674, + "snakebids/tests/test_paths/test_specs.py::TestSpecDocstrings::test_no_format_example_when_no_docstring_parser": 0.042422280000039336, + "snakebids/tests/test_paths/test_specs.py::TestSpecDocstrings::test_spec_has_correct_docstring": 0.02432525500006477, + "snakebids/tests/test_paths/test_specs.py::TestSpecDocstrings::test_spec_with_description_gets_default_docstring": 0.017577052000092408, + "snakebids/tests/test_paths/test_specs.py::test_all_entries_define_entity": 0.009004204999996546, + "snakebids/tests/test_paths/test_specs.py::test_include_subject_dir_can_remove_dir": 0.008987444000013056, + "snakebids/tests/test_paths/test_specs.py::test_reset_bids_spec_clears_cache": 0.03967348200001197, + "snakebids/tests/test_paths/test_specs.py::test_session_dir_can_be_excluded": 0.008828315000073417, + "snakebids/tests/test_paths/test_specs.py::test_spec_can_be_set_with_obj": 0.03540763199998764, + "snakebids/tests/test_paths/test_specs.py::test_spec_can_be_set_with_str": 0.035543994999954975, + "snakebids/tests/test_paths/test_specs.py::test_subject_dir_can_be_excluded": 0.008881416000008358, + "snakebids/tests/test_paths/test_specs.py::test_using_include_subject_dir_raises_warning": 0.009226281999985986, + "snakebids/tests/test_plugins/test_bidsargs.py::TestAddCliArguments::test_analysis_level_attributes_are_mutually_exclusive": 0.23123375000000124, + "snakebids/tests/test_plugins/test_bidsargs.py::TestAddCliArguments::test_analysis_levels_can_be_defined_in_config": 0.23970100199994704, + "snakebids/tests/test_plugins/test_bidsargs.py::TestAddCliArguments::test_analysis_levels_can_be_directly_defined": 0.1908611260000157, + "snakebids/tests/test_plugins/test_bidsargs.py::TestAddCliArguments::test_derivatives_converted_to_paths": 0.477390914999944, + "snakebids/tests/test_plugins/test_bidsargs.py::TestAddCliArguments::test_derivatives_false_by_default": 0.0011306060000038087, + "snakebids/tests/test_plugins/test_bidsargs.py::TestAddCliArguments::test_derivatives_true_if_no_paths_given": 0.0011431799999854775, + "snakebids/tests/test_plugins/test_cli_config.py::TestMakesUnderscoreDashAliases::test_fails_if_undefined_type_given": 0.0011035439999318442, + "snakebids/tests/test_plugins/test_cli_config.py::TestMakesUnderscoreDashAliases::test_positional_args_added_without_conversion": 0.1642699250000419, + "snakebids/tests/test_plugins/test_cli_config.py::TestMakesUnderscoreDashAliases::test_underscores_to_dashes[hot0]": 2.545155510000029, + "snakebids/tests/test_plugins/test_cli_config.py::TestMakesUnderscoreDashAliases::test_underscores_to_dashes[hot1]": 2.6825488629999654, + "snakebids/tests/test_plugins/test_cli_config.py::test_convert_arg_to_builtin": 0.0012801170000216189, + "snakebids/tests/test_plugins/test_cli_config.py::test_non_serialiable_type_raises_error": 0.0010191979999945033, + "snakebids/tests/test_plugins/test_cli_config.py::test_path_works_as_builtin": 0.0008418759999813119, + "snakebids/tests/test_plugins/test_cli_config.py::test_using_class_method_as_type_gives_error": 0.0007927049999807423, + "snakebids/tests/test_plugins/test_cli_config.py::test_using_module_as_type_gives_error": 0.0008783539999512868, + "snakebids/tests/test_plugins/test_cli_config.py::test_works_when_key_not_present": 0.0008429069999351668, + "snakebids/tests/test_plugins/test_component_edit.py::TestAddArguments::test_boolean_filter_with_value_errors": 1.525539020999986, + "snakebids/tests/test_plugins/test_component_edit.py::TestAddArguments::test_config_key_can_be_set": 0.16002194100008182, + "snakebids/tests/test_plugins/test_component_edit.py::TestAddArguments::test_dynamic_inputs": 4.06156176799999, + "snakebids/tests/test_plugins/test_component_edit.py::TestAddArguments::test_filter_with_invalid_spec": 1.086827384000003, + "snakebids/tests/test_plugins/test_component_edit.py::TestAddArguments::test_filter_with_missing_value_errors": 1.7638259720000065, + "snakebids/tests/test_plugins/test_component_edit.py::TestAddArguments::test_filters_with_only_key_errors": 1.3557136079999736, + "snakebids/tests/test_plugins/test_component_edit.py::TestAddArguments::test_none_filters": 2.792139364000036, + "snakebids/tests/test_plugins/test_component_edit.py::TestAddArguments::test_optional_filters": 2.574008021000054, + "snakebids/tests/test_plugins/test_component_edit.py::TestAddArguments::test_regex_filter": 4.166582764999987, + "snakebids/tests/test_plugins/test_component_edit.py::TestAddArguments::test_required_filters": 5.278892264000035, + "snakebids/tests/test_plugins/test_component_edit.py::TestAddArguments::test_works_when_key_not_present": 0.1461314289999791, + "snakebids/tests/test_plugins/test_component_edit.py::TestUpdateNamespace::test_filters_are_joined_with_preference_to_namespace": 4.8445825279999895, + "snakebids/tests/test_plugins/test_component_edit.py::TestUpdateNamespace::test_namespace_is_cleared": 5.088347086000056, + "snakebids/tests/test_plugins/test_component_edit.py::TestUpdateNamespace::test_optional_filter_removes_filters": 3.3391292980000458, + "snakebids/tests/test_plugins/test_component_edit.py::TestUpdateNamespace::test_original_filters_remain_intact": 5.049984809999955, + "snakebids/tests/test_plugins/test_component_edit.py::TestUpdateNamespace::test_path_is_overwritten_and_resolved": 1.0912563169999316, + "snakebids/tests/test_plugins/test_component_edit.py::TestUpdateNamespace::test_wildcards_are_appended": 1.4994917150000333, + "snakebids/tests/test_plugins/test_component_edit.py::TestUpdateNamespace::test_works_when_key_not_present": 0.0005462919999104088, + "snakebids/tests/test_plugins/test_pybidsdb.py::TestAddArguments::test_args_not_added_if_already_present": 0.001401143000009597, + "snakebids/tests/test_plugins/test_pybidsdb.py::TestAddArguments::test_args_put_in_specified_group": 0.17645030699998188, + "snakebids/tests/test_plugins/test_pybidsdb.py::TestUpdateNamespace::test_namespace_cleared[False]": 0.0008181609999837747, + "snakebids/tests/test_plugins/test_pybidsdb.py::TestUpdateNamespace::test_namespace_cleared[True]": 0.0007543320000422682, + "snakebids/tests/test_plugins/test_pybidsdb.py::TestUpdateNamespace::test_old_config_keys_deprecated[False]": 0.5696292990000416, + "snakebids/tests/test_plugins/test_pybidsdb.py::TestUpdateNamespace::test_old_config_keys_deprecated[True]": 0.602088751999986, + "snakebids/tests/test_plugins/test_pybidsdb.py::TestUpdateNamespace::test_old_key_not_set_if_pybidsdb_not_set": 0.0007521179999798733, + "snakebids/tests/test_plugins/test_pybidsdb.py::TestUpdateNamespace::test_pybidsdb_path_resolved": 0.8441846789999659, + "snakebids/tests/test_plugins/test_pybidsdb.py::TestUpdateNamespace::test_pybidsdb_reset_and_reset_db_both_work[False]": 0.0010291360000564964, + "snakebids/tests/test_plugins/test_pybidsdb.py::TestUpdateNamespace::test_pybidsdb_reset_and_reset_db_both_work[True]": 0.0008539179999615953, + "snakebids/tests/test_plugins/test_pybidsdb.py::TestUpdateNamespace::test_warning_issued_for_reset_db": 0.0009628029999930732, + "snakebids/tests/test_plugins/test_snakemake.py::TestAddCliArguments::test_snakemake_help_arg_added": 0.0030614500000183398, + "snakebids/tests/test_plugins/test_snakemake.py::TestFinalizeConfig::test_exits_on_run_error": 0.7410619529999849, + "snakebids/tests/test_plugins/test_snakemake.py::TestFinalizeConfig::test_non_relative_configfile_is_preserved": 1.3221949870000458, + "snakebids/tests/test_plugins/test_snakemake.py::TestFinalizeConfig::test_normally_preserves_paths": 1.2658763339999837, + "snakebids/tests/test_plugins/test_snakemake.py::TestFinalizeConfig::test_output_in_app_triggers_workflow_mode[path0]": 0.006075742999996692, + "snakebids/tests/test_plugins/test_snakemake.py::TestFinalizeConfig::test_output_in_app_triggers_workflow_mode[path1]": 0.007228631000032237, + "snakebids/tests/test_plugins/test_snakemake.py::TestFinalizeConfig::test_output_under_results_triggers_workflow_mode": 1.256219045000023, + "snakebids/tests/test_plugins/test_snakemake.py::TestFinalizeConfig::test_relative_configfile_gets_transferred": 1.2700531329999762, + "snakebids/tests/test_plugins/test_snakemake.py::TestFinalizeConfig::test_specified_configfile_output_always_preserved": 2.3914896599999906, + "snakebids/tests/test_plugins/test_snakemake.py::TestFindSnakefileConfig::test_errors_if_no_configfile_found": 0.005638374999989537, + "snakebids/tests/test_plugins/test_snakemake.py::TestFindSnakefileConfig::test_errors_if_no_snakefile_found": 0.005376002999980756, + "snakebids/tests/test_plugins/test_snakemake.py::TestFindSnakefileConfig::test_finds_config_file": 0.03647523899991256, + "snakebids/tests/test_plugins/test_snakemake.py::TestFindSnakefileConfig::test_finds_snakefile": 0.01654100199999675, + "snakebids/tests/test_plugins/test_snakemake.py::TestResolvePath::test_does_not_change_dict_without_paths": 0.0007326209999973798, + "snakebids/tests/test_plugins/test_snakemake.py::TestResolvePath::test_filter_dict": 0.00079647100000102, + "snakebids/tests/test_plugins/test_snakemake.py::TestResolvePath::test_resolves_all_paths": 0.0009900519999632706, + "snakebids/tests/test_plugins/test_snakemake.py::TestUpdateNamespace::test_force_output_is_set": 0.004051955999898382, + "snakebids/tests/test_plugins/test_snakemake.py::TestUpdateNamespace::test_resolves_paths": 1.061416353000027, + "snakebids/tests/test_plugins/test_snakemake.py::TestUpdateNamespace::test_target_gets_set": 1.0575627989999816, + "snakebids/tests/test_plugins/test_snakemake.py::TestVersion::test_get_app_version_no_package": 0.005801308999934918, + "snakebids/tests/test_plugins/test_snakemake.py::TestVersion::test_missing_version_changed_to_unknown": 0.223271124000064, + "snakebids/tests/test_plugins/test_snakemake.py::test_integration[/absolute/path]": 0.008688504000076591, + "snakebids/tests/test_plugins/test_snakemake.py::test_integration[app/results]": 0.009422989000029247, + "snakebids/tests/test_plugins/test_snakemake.py::test_integration[app]": 0.009055422000017188, + "snakebids/tests/test_plugins/test_snakemake.py::test_integration[foo/bar/lo]": 0.008431333000032737, + "snakebids/tests/test_plugins/test_validate_plugin.py::TestFinalizeConfig::test_ignore_validation_error": 0.0014066839999600234, + "snakebids/tests/test_plugins/test_validate_plugin.py::TestFinalizeConfig::test_missing_bids_validator": 0.0017244380000533965, + "snakebids/tests/test_plugins/test_validate_plugin.py::TestFinalizeConfig::test_raise_validation_error": 0.0014998979999631956, + "snakebids/tests/test_plugins/test_validate_plugin.py::TestFinalizeConfig::test_skip_validation": 0.0006286760000762115, + "snakebids/tests/test_plugins/test_validate_plugin.py::TestFinalizeConfig::test_validation_successful": 0.003071408000039355, + "snakebids/tests/test_plugins/test_validate_plugin.py::test_skip_validation": 0.0009267049999834853, + "snakebids/tests/test_plugins/test_version.py::test_distribution_is_retrieved": 0.2281463670000221, + "snakebids/tests/test_plugins/test_version.py::test_explicit_version_used_directly": 0.12254302299999154, + "snakebids/tests/test_plugins/test_version.py::test_one_of_version_and_distribution_must_be_provided": 0.0008016109999289256, + "snakebids/tests/test_plugins/test_version.py::test_uninstalled_distribution_results_in_unknown": 0.18144743799996377, + "snakebids/tests/test_plugins/test_version.py::test_version_and_distribution_cannot_both_be_provided": 0.17713300600001958, + "snakebids/tests/test_printing.py::TestCorrectNumberOfLinesCreated::test_in_component": 2.5526005139999484, + "snakebids/tests/test_printing.py::TestCorrectNumberOfLinesCreated::test_in_dataset": 5.753257476000044, + "snakebids/tests/test_printing.py::TestCorrectNumberOfLinesCreated::test_in_zip_list": 1.2465854300000387, + "snakebids/tests/test_printing.py::TestIndentLengthMultipleOfTabStop::test_in_component": 2.7470864680000773, + "snakebids/tests/test_printing.py::TestIndentLengthMultipleOfTabStop::test_in_dataset": 6.058859914999971, + "snakebids/tests/test_printing.py::TestIndentLengthMultipleOfTabStop::test_in_zip_list": 2.114164179999932, + "snakebids/tests/test_printing.py::TestIsValidPython::test_in_component": 3.3529542900000138, + "snakebids/tests/test_printing.py::TestIsValidPython::test_in_dataset": 5.872823976999939, + "snakebids/tests/test_printing.py::TestIsValidPython::test_in_zip_list": 1.8083758569999304, + "snakebids/tests/test_printing.py::TestMultipleLevelsOfIndentationUsed::test_in_component": 2.8469434410000076, + "snakebids/tests/test_printing.py::TestMultipleLevelsOfIndentationUsed::test_in_dataset": 5.688401537000004, + "snakebids/tests/test_printing.py::test_ellipses_appears_when_maxwidth_too_short": 1.5459821589999478, + "snakebids/tests/test_printing.py::test_line_never_longer_than_max_width": 1.7385442499999613, + "snakebids/tests/test_printing.py::test_no_ellipses_appears_when_ziplist_empty": 0.10552576899993937, + "snakebids/tests/test_printing.py::test_no_ellipses_when_max_width_long_enouth": 1.4149615750000635, + "snakebids/tests/test_printing.py::test_no_ellipses_when_no_max_width": 1.4866210779999847, + "snakebids/tests/test_printing.py::test_values_balanced_around_elision_correctly": 2.5821247479999556, + "snakebids/tests/test_snakemake_io.py::test_glob_wildcards": 0.002058052999927895, + "snakebids/tests/test_template.py::test_correct_build_system_used[flit-flit_core.buildapi]": 0.16929512100000466, + "snakebids/tests/test_template.py::test_correct_build_system_used[hatch-hatchling.build]": 0.1782320400000117, + "snakebids/tests/test_template.py::test_correct_build_system_used[poetry-poetry.core.masonry.api]": 0.18490675099997134, + "snakebids/tests/test_template.py::test_correct_build_system_used[setuptools-setuptools.build_meta]": 0.19818734500006485, + "snakebids/tests/test_template.py::test_format_poetry[git]": 0.135366731999909, + "snakebids/tests/test_template.py::test_format_poetry[path]": 0.1371443509999608, + "snakebids/tests/test_template.py::test_format_poetry[url]": 0.14030028699994546, + "snakebids/tests/test_template.py::test_format_poetry[version]": 0.15162412400002268, + "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1-200-2.2.2-1.1.1-flit]": 0.16441816599996173, + "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1-200-2.2.2-1.1.1-hatch]": 0.15640300000006846, + "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1-200-2.2.2-1.1.1-poetry]": 0.15895589000001564, + "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1-200-2.2.2-1.1.1-setuptools]": 0.15819515499998715, + "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1-400-2.2.2-2.2.2-flit]": 0.15699613200007434, + "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1-400-2.2.2-2.2.2-hatch]": 0.15847068799996578, + "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1-400-2.2.2-2.2.2-poetry]": 0.1555551939999873, + "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1-400-2.2.2-2.2.2-setuptools]": 0.15779296400006615, + "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1.dev1-200-0.0.0-0.12.0-flit]": 0.16545963099997607, + "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1.dev1-200-0.0.0-0.12.0-hatch]": 0.15766156900008355, + "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1.dev1-200-0.0.0-0.12.0-poetry]": 0.1648131050000643, + "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1.dev1-200-0.0.0-0.12.0-setuptools]": 0.19772359300003473, + "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1.dev1-200-2.2.2-2.2.2-flit]": 0.15861000300003525, + "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1.dev1-200-2.2.2-2.2.2-hatch]": 0.19364759499995898, + "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1.dev1-200-2.2.2-2.2.2-poetry]": 0.15725660799995467, + "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1.dev1-200-2.2.2-2.2.2-setuptools]": 0.18265264300009676, + "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1.dev1-200-2.2.2.dev1-0.12.0-flit]": 0.15929459400001633, + "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1.dev1-200-2.2.2.dev1-0.12.0-hatch]": 0.18394904099994847, + "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1.dev1-200-2.2.2.dev1-0.12.0-poetry]": 0.18102019000002656, + "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[1.1.1.dev1-200-2.2.2.dev1-0.12.0-setuptools]": 0.18792236699999876, + "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[True-200-2.2.2-2.2.2-flit]": 0.15612410800002863, + "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[True-200-2.2.2-2.2.2-hatch]": 0.15705481999998483, + "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[True-200-2.2.2-2.2.2-poetry]": 0.16081820499999822, + "snakebids/tests/test_template.py::test_gets_correct_snakebids_version[True-200-2.2.2-2.2.2-setuptools]": 0.15744674199999054, + "snakebids/tests/test_template.py::test_invalid_app_name_raises_error": 7.609977469000057, + "snakebids/tests/test_template.py::test_invalid_email_raises_error": 1.6458911739999849, + "snakebids/tests/test_template.py::test_pyproject_correctly_formatted[flit]": 18.762285207999923, + "snakebids/tests/test_template.py::test_pyproject_correctly_formatted[hatch]": 19.204310866000014, + "snakebids/tests/test_template.py::test_pyproject_correctly_formatted[poetry]": 19.113035024999988, + "snakebids/tests/test_template.py::test_pyproject_correctly_formatted[setuptools]": 18.721941967999896, + "snakebids/tests/test_template.py::test_template_docs_build": 40.53628010099999, + "snakebids/tests/test_template.py::test_template_dry_runs_successfully[flit-setuptools]": 34.218713186999935, + "snakebids/tests/test_template.py::test_template_dry_runs_successfully[hatch-hatch]": 34.55733975299995, + "snakebids/tests/test_template.py::test_template_dry_runs_successfully[poetry-poetry]": 52.232704764000005, + "snakebids/tests/test_template.py::test_template_dry_runs_successfully[setuptools-setuptools]": 35.43791033899993, + "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_bool": 0.6055701130000557, + "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_cannot_be_mutated": 0.5500120489999745, + "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_contains_items": 0.5592884419999677, + "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_equal_items_are_equal": 0.5920052600000076, + "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_has_length": 0.6681428370000049, + "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_is_hashable": 0.8589340330000823, + "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_is_iterable": 0.7625412819999724, + "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_is_reversable": 0.8243703610000352, + "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_repr": 0.47525243100000125, + "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_supports_addition": 0.49076528500000904, + "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_supports_comparisons": 0.26891463499998736, + "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_supports_count": 0.9971754559999795, + "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_supports_equality": 0.6787487640000336, + "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_supports_getting": 0.8290026829999988, + "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_supports_index": 1.7607123290000573, + "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_supports_multiplication": 0.7312400050000178, + "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_supports_slicing": 1.3142789630000493, + "snakebids/tests/test_utils.py::TestImmutableListsAreEquivalentToTuples::test_they_are_not_tuples": 0.6059314430000313, + "snakebids/tests/test_utils.py::TestMatchesAny::test_with_email": 1.2661688139999683, + "snakebids/tests/test_utils.py::TestMatchesAny::test_with_eq_operator": 0.49440550900010294, + "snakebids/tests/test_utils.py::TestMatchesAny::test_with_re_match": 0.6839272249999908, + "snakebids/tests/test_utils.py::TestMultiselectDict::test_all_requested_items_received_and_no_others": 1.3935030599999436, + "snakebids/tests/test_utils.py::TestMultiselectDict::test_multiple_missing_key_raises_error": 1.3384301660000233, + "snakebids/tests/test_utils.py::TestMultiselectDict::test_multiple_selection_returns_same_type": 1.7144561369999565, + "snakebids/tests/test_utils.py::TestMultiselectDict::test_order_of_selectors_is_preserved": 1.3111313860000564, + "snakebids/tests/test_utils.py::TestMultiselectDict::test_selected_items_in_original": 1.1255304599999931, + "snakebids/tests/test_utils.py::TestMultiselectDict::test_single_key_gives_single_item": 1.1257315310000422, + "snakebids/tests/test_utils.py::TestMultiselectDict::test_single_missing_key_raises_error": 1.6047125339999866, + "snakebids/tests/test_utils.py::TestRegexContainer::test_bytes_matching_regex_are_contained": 0.21956128099998296, + "snakebids/tests/test_utils.py::TestRegexContainer::test_container_specific_to_type": 0.21807532799999763, + "snakebids/tests/test_utils.py::TestRegexContainer::test_str_matching_regex_are_contained": 0.7252171210000711, + "snakebids/tests/test_utils.py::TestRegexContainer::test_str_not_matching_regex_excluded": 0.502162053999939, + "snakebids/tests/test_utils.py::test_get_wildcard_dict": 0.8689825790000896, + "snakebids/tests/test_yaml.py::TestWriteConfig::test_doesnt_overwrite_file": 0.22629092699997955, + "snakebids/tests/test_yaml.py::TestWriteConfig::test_ordered_dict_roundtrips_as_dict": 6.482007415000055, + "snakebids/tests/test_yaml.py::TestWriteConfig::test_overwrites_file_if_forced": 0.624369204000061, + "snakebids/tests/test_yaml.py::TestWriteConfig::test_writes_correct_format": 0.9308181009999998, + "snakebids/tests/test_yaml.py::test_paths_formatted_as_str": 0.25814181000004055, + "snakebids/utils/containers.py::snakebids.utils.containers.MultiSelectDict": 0.0018471569999860549, + "snakebids/utils/sb_itertools.py::snakebids.utils.sb_itertools.drop": 0.002305415000080302 } \ No newline at end of file