schema_salad.tests.test_ref_resolver ==================================== .. py:module:: schema_salad.tests.test_ref_resolver .. autoapi-nested-parse:: Test the ref_resolver module. Functions --------- .. autoapisummary:: schema_salad.tests.test_ref_resolver.is_fs_case_sensitive schema_salad.tests.test_ref_resolver.tmp_dir_fixture schema_salad.tests.test_ref_resolver.test_Loader_initialisation_for_HOME_env_var schema_salad.tests.test_ref_resolver.test_Loader_initialisation_for_TMP_env_var schema_salad.tests.test_ref_resolver.test_Loader_initialisation_with_neither_TMP_HOME_set schema_salad.tests.test_ref_resolver.test_Loader_initialisation_disable_doc_cache schema_salad.tests.test_ref_resolver.test_DefaultFetcher_urljoin_win32 schema_salad.tests.test_ref_resolver.test_DefaultFetcher_urljoin_linux schema_salad.tests.test_ref_resolver.test_import_list schema_salad.tests.test_ref_resolver.test_fetch_inject_id schema_salad.tests.test_ref_resolver.test_attachments schema_salad.tests.test_ref_resolver.test_check_exists_follows_redirects schema_salad.tests.test_ref_resolver.test_resolve_missing_step_id Module Contents --------------- .. py:function:: is_fs_case_sensitive(path) .. py:function:: tmp_dir_fixture(request) .. py:function:: test_Loader_initialisation_for_HOME_env_var(tmp_dir_fixture) .. py:function:: test_Loader_initialisation_for_TMP_env_var(tmp_dir_fixture) .. py:function:: test_Loader_initialisation_with_neither_TMP_HOME_set(tmp_dir_fixture) .. py:function:: test_Loader_initialisation_disable_doc_cache(tmp_dir_fixture) .. py:function:: test_DefaultFetcher_urljoin_win32(tmp_dir_fixture) .. py:function:: test_DefaultFetcher_urljoin_linux(tmp_dir_fixture) .. py:function:: test_import_list() .. py:function:: test_fetch_inject_id() .. py:function:: test_attachments() .. py:function:: test_check_exists_follows_redirects() .. py:function:: test_resolve_missing_step_id(caplog) From issue #cwltool/issues/1635. A Workflow with a Step without the name attribute must raise a ValidationException that contains the SourceLine data.