diff --git "a/iterative__dvc-1661/blocks_by_function_name.json" "b/iterative__dvc-1661/blocks_by_function_name.json" new file mode 100644--- /dev/null +++ "b/iterative__dvc-1661/blocks_by_function_name.json" @@ -0,0 +1,9037 @@ +{ + "_update_version_file": [ + [ + "dvc/__init__.py", + [ + "_update_version_file" + ] + ] + ], + "_remove_version_file": [ + [ + "dvc/__init__.py", + [ + "_remove_version_file" + ] + ] + ], + "load": [ + [ + "dvc/analytics.py", + [ + "Analytics", + "load" + ] + ], + [ + "dvc/config.py", + [ + "Config", + "load" + ] + ], + [ + "dvc/stage.py", + [ + "Stage", + "load" + ] + ], + [ + "dvc/state.py", + [ + "State", + "load" + ] + ] + ], + "_write_user_id": [ + [ + "dvc/analytics.py", + [ + "Analytics", + "_write_user_id" + ] + ] + ], + "_read_user_id": [ + [ + "dvc/analytics.py", + [ + "Analytics", + "_read_user_id" + ] + ] + ], + "_get_user_id": [ + [ + "dvc/analytics.py", + [ + "Analytics", + "_get_user_id" + ] + ] + ], + "_collect_windows": [ + [ + "dvc/analytics.py", + [ + "Analytics", + "_collect_windows" + ] + ] + ], + "_collect_darwin": [ + [ + "dvc/analytics.py", + [ + "Analytics", + "_collect_darwin" + ] + ] + ], + "_collect_linux": [ + [ + "dvc/analytics.py", + [ + "Analytics", + "_collect_linux" + ] + ] + ], + "_collect_system_info": [ + [ + "dvc/analytics.py", + [ + "Analytics", + "_collect_system_info" + ] + ] + ], + "collect": [ + [ + "dvc/analytics.py", + [ + "Analytics", + "collect" + ] + ], + [ + "dvc/repo/__init__.py", + [ + "Repo", + "collect" + ] + ] + ], + "collect_cmd": [ + [ + "dvc/analytics.py", + [ + "Analytics", + "collect_cmd" + ] + ] + ], + "dump": [ + [ + "dvc/analytics.py", + [ + "Analytics", + "dump" + ] + ], + [ + "dvc/stage.py", + [ + "Stage", + "dump" + ] + ], + [ + "dvc/state.py", + [ + "State", + "dump" + ] + ] + ], + "_is_enabled": [ + [ + "dvc/analytics.py", + [ + "Analytics", + "_is_enabled" + ] + ] + ], + "send_cmd": [ + [ + "dvc/analytics.py", + [ + "Analytics", + "send_cmd" + ] + ] + ], + "send": [ + [ + "dvc/analytics.py", + [ + "Analytics", + "send" + ] + ] + ], + "local": [ + [ + "dvc/cache.py", + [ + "Cache", + "local" + ] + ] + ], + "s3": [ + [ + "dvc/cache.py", + [ + "Cache", + "s3" + ] + ], + [ + "dvc/remote/s3.py", + [ + "RemoteS3", + "s3" + ] + ] + ], + "gs": [ + [ + "dvc/cache.py", + [ + "Cache", + "gs" + ] + ], + [ + "dvc/remote/gs.py", + [ + "RemoteGS", + "gs" + ] + ] + ], + "ssh": [ + [ + "dvc/cache.py", + [ + "Cache", + "ssh" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "RemoteSSH", + "ssh" + ] + ] + ], + "hdfs": [ + [ + "dvc/cache.py", + [ + "Cache", + "hdfs" + ] + ] + ], + "azure": [ + [ + "dvc/cache.py", + [ + "Cache", + "azure" + ] + ] + ], + "_get_remote": [ + [ + "dvc/cache.py", + [ + "Cache", + "_get_remote" + ] + ] + ], + "error": [ + [ + "dvc/cli.py", + [ + "DvcParser", + "error" + ] + ], + [ + "dvc/logger.py", + [ + "error" + ] + ] + ], + "__call__": [ + [ + "dvc/cli.py", + [ + "VersionAction", + "__call__" + ] + ], + [ + "dvc/remote/azure.py", + [ + "Callback", + "__call__" + ] + ], + [ + "dvc/remote/http.py", + [ + "ProgressBarCallback", + "__call__" + ] + ], + [ + "dvc/remote/s3.py", + [ + "Callback", + "__call__" + ] + ] + ], + "get_parent_parser": [ + [ + "dvc/cli.py", + [ + "get_parent_parser" + ] + ] + ], + "parse_args": [ + [ + "dvc/cli.py", + [ + "parse_args" + ] + ] + ], + "run": [ + [ + "dvc/command/add.py", + [ + "CmdAdd", + "run" + ] + ], + [ + "dvc/command/base.py", + [ + "CmdBase", + "run" + ] + ], + [ + "dvc/command/cache.py", + [ + "CmdCacheDir", + "run" + ] + ], + [ + "dvc/command/checkout.py", + [ + "CmdCheckout", + "run" + ] + ], + [ + "dvc/command/commit.py", + [ + "CmdCommit", + "run" + ] + ], + [ + "dvc/command/config.py", + [ + "CmdConfig", + "run" + ] + ], + [ + "dvc/command/daemon.py", + [ + "CmdDaemonUpdater", + "run" + ] + ], + [ + "dvc/command/daemon.py", + [ + "CmdDaemonAnalytics", + "run" + ] + ], + [ + "dvc/command/data_sync.py", + [ + "CmdDataBase", + "run" + ] + ], + [ + "dvc/command/gc.py", + [ + "CmdGC", + "run" + ] + ], + [ + "dvc/command/imp.py", + [ + "CmdImport", + "run" + ] + ], + [ + "dvc/command/lock.py", + [ + "CmdLockBase", + "run" + ] + ], + [ + "dvc/command/lock.py", + [ + "CmdLock", + "run" + ] + ], + [ + "dvc/command/lock.py", + [ + "CmdUnlock", + "run" + ] + ], + [ + "dvc/command/metrics.py", + [ + "CmdMetricsShow", + "run" + ] + ], + [ + "dvc/command/metrics.py", + [ + "CmdMetricsModify", + "run" + ] + ], + [ + "dvc/command/metrics.py", + [ + "CmdMetricsAdd", + "run" + ] + ], + [ + "dvc/command/metrics.py", + [ + "CmdMetricsRemove", + "run" + ] + ], + [ + "dvc/command/move.py", + [ + "CmdMove", + "run" + ] + ], + [ + "dvc/command/pipeline.py", + [ + "CmdPipelineShow", + "run" + ] + ], + [ + "dvc/command/pipeline.py", + [ + "CmdPipelineList", + "run" + ] + ], + [ + "dvc/command/remote.py", + [ + "CmdRemoteAdd", + "run" + ] + ], + [ + "dvc/command/remote.py", + [ + "CmdRemoteRemove", + "run" + ] + ], + [ + "dvc/command/remote.py", + [ + "CmdRemoteModify", + "run" + ] + ], + [ + "dvc/command/remote.py", + [ + "CmdRemoteDefault", + "run" + ] + ], + [ + "dvc/command/remote.py", + [ + "CmdRemoteList", + "run" + ] + ], + [ + "dvc/command/remove.py", + [ + "CmdRemove", + "run" + ] + ], + [ + "dvc/command/repro.py", + [ + "CmdRepro", + "run" + ] + ], + [ + "dvc/command/root.py", + [ + "CmdRoot", + "run" + ] + ], + [ + "dvc/command/run.py", + [ + "CmdRun", + "run" + ] + ], + [ + "dvc/command/unprotect.py", + [ + "CmdUnprotect", + "run" + ] + ], + [ + "dvc/repo/run.py", + [ + "run" + ] + ], + [ + "dvc/stage.py", + [ + "Stage", + "run" + ] + ] + ], + "add_parser": [ + [ + "dvc/command/add.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/cache.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/checkout.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/commit.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/config.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/daemon.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/data_sync.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/destroy.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/gc.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/imp.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/init.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/install.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/lock.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/metrics.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/move.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/pipeline.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/remote.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/remove.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/repro.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/root.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/run.py", + [ + "add_parser" + ] + ], + [ + "dvc/command/unprotect.py", + [ + "add_parser" + ] + ] + ], + "fix_subparsers": [ + [ + "dvc/command/base.py", + [ + "fix_subparsers" + ] + ] + ], + "default_targets": [ + [ + "dvc/command/base.py", + [ + "CmdBase", + "default_targets" + ] + ] + ], + "set_loglevel": [ + [ + "dvc/command/base.py", + [ + "CmdBase", + "set_loglevel" + ] + ] + ], + "run_cmd": [ + [ + "dvc/command/base.py", + [ + "CmdBase", + "run_cmd" + ] + ], + [ + "dvc/command/config.py", + [ + "CmdConfig", + "run_cmd" + ] + ], + [ + "dvc/command/daemon.py", + [ + "CmdDaemonBase", + "run_cmd" + ] + ], + [ + "dvc/command/destroy.py", + [ + "CmdDestroy", + "run_cmd" + ] + ], + [ + "dvc/command/init.py", + [ + "CmdInit", + "run_cmd" + ] + ], + [ + "dvc/command/install.py", + [ + "CmdInstall", + "run_cmd" + ] + ], + [ + "dvc/command/root.py", + [ + "CmdRoot", + "run_cmd" + ] + ] + ], + "_unset": [ + [ + "dvc/command/config.py", + [ + "CmdConfig", + "_unset" + ] + ] + ], + "_show": [ + [ + "dvc/command/config.py", + [ + "CmdConfig", + "_show" + ] + ], + [ + "dvc/command/metrics.py", + [ + "CmdMetricsShow", + "_show" + ] + ], + [ + "dvc/command/pipeline.py", + [ + "CmdPipelineShow", + "_show" + ] + ], + [ + "dvc/command/status.py", + [ + "CmdDataStatus", + "_show" + ] + ] + ], + "_set": [ + [ + "dvc/command/config.py", + [ + "CmdConfig", + "_set" + ] + ] + ], + "do_run": [ + [ + "dvc/command/data_sync.py", + [ + "CmdDataBase", + "do_run" + ] + ], + [ + "dvc/command/data_sync.py", + [ + "CmdDataPull", + "do_run" + ] + ], + [ + "dvc/command/data_sync.py", + [ + "CmdDataPush", + "do_run" + ] + ], + [ + "dvc/command/data_sync.py", + [ + "CmdDataFetch", + "do_run" + ] + ], + [ + "dvc/command/status.py", + [ + "CmdDataStatus", + "do_run" + ] + ] + ], + "check_up_to_date": [ + [ + "dvc/command/data_sync.py", + [ + "CmdDataBase", + "check_up_to_date" + ] + ] + ], + "shared_parent_parser": [ + [ + "dvc/command/data_sync.py", + [ + "shared_parent_parser" + ] + ] + ], + "__build_graph": [ + [ + "dvc/command/pipeline.py", + [ + "CmdPipelineShow", + "__build_graph" + ] + ] + ], + "_show_ascii": [ + [ + "dvc/command/pipeline.py", + [ + "CmdPipelineShow", + "_show_ascii" + ] + ] + ], + "__write_dot": [ + [ + "dvc/command/pipeline.py", + [ + "CmdPipelineShow", + "__write_dot" + ] + ] + ], + "resolve_path": [ + [ + "dvc/command/remote.py", + [ + "CmdRemoteAdd", + "resolve_path" + ] + ] + ], + "_remove_default": [ + [ + "dvc/command/remote.py", + [ + "CmdRemoteRemove", + "_remove_default" + ] + ] + ], + "_is_outs_only": [ + [ + "dvc/command/remove.py", + [ + "CmdRemove", + "_is_outs_only" + ] + ] + ], + "_parsed_cmd": [ + [ + "dvc/command/run.py", + [ + "CmdRun", + "_parsed_cmd" + ] + ] + ], + "_quote_argument": [ + [ + "dvc/command/run.py", + [ + "CmdRun", + "_quote_argument" + ] + ] + ], + "_normalize": [ + [ + "dvc/command/status.py", + [ + "CmdDataStatus", + "_normalize" + ] + ] + ], + "supported_cache_type": [ + [ + "dvc/config.py", + [ + "supported_cache_type" + ] + ] + ], + "supported_loglevel": [ + [ + "dvc/config.py", + [ + "supported_loglevel" + ] + ] + ], + "supported_cloud": [ + [ + "dvc/config.py", + [ + "supported_cloud" + ] + ] + ], + "is_bool": [ + [ + "dvc/config.py", + [ + "is_bool" + ] + ] + ], + "to_bool": [ + [ + "dvc/config.py", + [ + "to_bool" + ] + ] + ], + "is_whole": [ + [ + "dvc/config.py", + [ + "is_whole" + ] + ] + ], + "is_percent": [ + [ + "dvc/config.py", + [ + "is_percent" + ] + ] + ], + "get_global_config_dir": [ + [ + "dvc/config.py", + [ + "Config", + "get_global_config_dir" + ] + ] + ], + "get_system_config_dir": [ + [ + "dvc/config.py", + [ + "Config", + "get_system_config_dir" + ] + ] + ], + "init": [ + [ + "dvc/config.py", + [ + "Config", + "init" + ] + ], + [ + "dvc/repo/__init__.py", + [ + "Repo", + "init" + ] + ], + [ + "dvc/repo/init.py", + [ + "init" + ] + ] + ], + "_load": [ + [ + "dvc/config.py", + [ + "Config", + "_load" + ] + ] + ], + "_load_config": [ + [ + "dvc/config.py", + [ + "Config", + "_load_config" + ] + ] + ], + "_resolve_path": [ + [ + "dvc/config.py", + [ + "Config", + "_resolve_path" + ] + ] + ], + "_resolve_cache_path": [ + [ + "dvc/config.py", + [ + "Config", + "_resolve_cache_path" + ] + ] + ], + "_resolve_paths": [ + [ + "dvc/config.py", + [ + "Config", + "_resolve_paths" + ] + ] + ], + "_get_key": [ + [ + "dvc/config.py", + [ + "Config", + "_get_key" + ] + ] + ], + "save": [ + [ + "dvc/config.py", + [ + "Config", + "save" + ] + ], + [ + "dvc/output/base.py", + [ + "OutputBase", + "save" + ] + ], + [ + "dvc/output/local.py", + [ + "OutputLOCAL", + "save" + ] + ], + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "save" + ] + ], + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "save" + ] + ], + [ + "dvc/stage.py", + [ + "Stage", + "save" + ] + ] + ], + "unset": [ + [ + "dvc/config.py", + [ + "Config", + "unset" + ] + ] + ], + "set": [ + [ + "dvc/config.py", + [ + "Config", + "set" + ] + ] + ], + "show": [ + [ + "dvc/config.py", + [ + "Config", + "show" + ] + ], + [ + "dvc/repo/metrics/__init__.py", + [ + "Metrics", + "show" + ] + ], + [ + "dvc/repo/metrics/show.py", + [ + "show" + ] + ] + ], + "_merge": [ + [ + "dvc/config.py", + [ + "Config", + "_merge" + ] + ] + ], + "_lower": [ + [ + "dvc/config.py", + [ + "Config", + "_lower" + ] + ] + ], + "_spawn_windows": [ + [ + "dvc/daemon.py", + [ + "_spawn_windows" + ] + ] + ], + "_spawn_posix": [ + [ + "dvc/daemon.py", + [ + "_spawn_posix" + ] + ] + ], + "daemon": [ + [ + "dvc/daemon.py", + [ + "daemon" + ] + ] + ], + "h": [ + [ + "dvc/dagascii.py", + [ + "VertexViewer", + "h" + ] + ] + ], + "w": [ + [ + "dvc/dagascii.py", + [ + "VertexViewer", + "w" + ] + ] + ], + "draw": [ + [ + "dvc/dagascii.py", + [ + "AsciiCanvas", + "draw" + ] + ], + [ + "dvc/dagascii.py", + [ + "draw" + ] + ] + ], + "_do_draw": [ + [ + "dvc/dagascii.py", + [ + "AsciiCanvas", + "_do_draw" + ] + ] + ], + "point": [ + [ + "dvc/dagascii.py", + [ + "AsciiCanvas", + "point" + ] + ] + ], + "line": [ + [ + "dvc/dagascii.py", + [ + "AsciiCanvas", + "line" + ] + ] + ], + "text": [ + [ + "dvc/dagascii.py", + [ + "AsciiCanvas", + "text" + ] + ] + ], + "box": [ + [ + "dvc/dagascii.py", + [ + "AsciiCanvas", + "box" + ] + ], + [ + "dvc/logger.py", + [ + "box" + ] + ] + ], + "_build_sugiyama_layout": [ + [ + "dvc/dagascii.py", + [ + "_build_sugiyama_layout" + ] + ] + ], + "_cloud": [ + [ + "dvc/data_cloud.py", + [ + "DataCloud", + "_cloud" + ] + ] + ], + "_init_remote": [ + [ + "dvc/data_cloud.py", + [ + "DataCloud", + "_init_remote" + ] + ] + ], + "_init_compat": [ + [ + "dvc/data_cloud.py", + [ + "DataCloud", + "_init_compat" + ] + ] + ], + "_init_cloud": [ + [ + "dvc/data_cloud.py", + [ + "DataCloud", + "_init_cloud" + ] + ] + ], + "_get_cloud": [ + [ + "dvc/data_cloud.py", + [ + "DataCloud", + "_get_cloud" + ] + ] + ], + "push": [ + [ + "dvc/data_cloud.py", + [ + "DataCloud", + "push" + ] + ], + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "push" + ] + ], + [ + "dvc/repo/push.py", + [ + "push" + ] + ] + ], + "pull": [ + [ + "dvc/data_cloud.py", + [ + "DataCloud", + "pull" + ] + ], + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "pull" + ] + ], + [ + "dvc/repo/pull.py", + [ + "pull" + ] + ] + ], + "status": [ + [ + "dvc/data_cloud.py", + [ + "DataCloud", + "status" + ] + ], + [ + "dvc/output/base.py", + [ + "OutputBase", + "status" + ] + ], + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "status" + ] + ], + [ + "dvc/repo/status.py", + [ + "status" + ] + ], + [ + "dvc/stage.py", + [ + "Stage", + "status" + ] + ] + ], + "_get": [ + [ + "dvc/dependency/__init__.py", + [ + "_get" + ] + ], + [ + "dvc/output/__init__.py", + [ + "_get" + ] + ], + [ + "dvc/remote/__init__.py", + [ + "_get" + ] + ], + [ + "tests/test_dependency.py", + [ + "TestDepScheme", + "_get" + ] + ], + [ + "tests/test_output.py", + [ + "TestOutScheme", + "_get" + ] + ] + ], + "loadd_from": [ + [ + "dvc/dependency/__init__.py", + [ + "loadd_from" + ] + ], + [ + "dvc/output/__init__.py", + [ + "loadd_from" + ] + ] + ], + "loads_from": [ + [ + "dvc/dependency/__init__.py", + [ + "loads_from" + ] + ], + [ + "dvc/output/__init__.py", + [ + "loads_from" + ] + ] + ], + "_int2byte": [ + [ + "dvc/istextfile.py", + [ + "_int2byte" + ] + ] + ], + "istextfile": [ + [ + "dvc/istextfile.py", + [ + "istextfile" + ] + ] + ], + "_do_lock": [ + [ + "dvc/lock.py", + [ + "Lock", + "_do_lock" + ] + ] + ], + "lock": [ + [ + "dvc/lock.py", + [ + "Lock", + "lock" + ] + ], + [ + "dvc/repo/lock.py", + [ + "lock" + ] + ] + ], + "unlock": [ + [ + "dvc/lock.py", + [ + "Lock", + "unlock" + ] + ] + ], + "__enter__": [ + [ + "dvc/lock.py", + [ + "Lock", + "__enter__" + ] + ], + [ + "dvc/progress.py", + [ + "Progress", + "__enter__" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "__enter__" + ] + ], + [ + "dvc/state.py", + [ + "State", + "__enter__" + ] + ], + [ + "tests/utils/httpd.py", + [ + "StaticFileServer", + "__enter__" + ] + ], + [ + "tests/utils/logger.py", + [ + "MockLoggerHandlers", + "__enter__" + ] + ] + ], + "__exit__": [ + [ + "dvc/lock.py", + [ + "Lock", + "__exit__" + ] + ], + [ + "dvc/progress.py", + [ + "Progress", + "__exit__" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "__exit__" + ] + ], + [ + "dvc/state.py", + [ + "State", + "__exit__" + ] + ], + [ + "tests/utils/httpd.py", + [ + "StaticFileServer", + "__exit__" + ] + ], + [ + "tests/utils/logger.py", + [ + "MockLoggerHandlers", + "__exit__" + ] + ] + ], + "info": [ + [ + "dvc/logger.py", + [ + "info" + ] + ] + ], + "debug": [ + [ + "dvc/logger.py", + [ + "debug" + ] + ] + ], + "warning": [ + [ + "dvc/logger.py", + [ + "warning" + ] + ] + ], + "level": [ + [ + "dvc/logger.py", + [ + "level" + ] + ] + ], + "set_level": [ + [ + "dvc/logger.py", + [ + "set_level" + ] + ] + ], + "be_quiet": [ + [ + "dvc/logger.py", + [ + "be_quiet" + ] + ] + ], + "be_verbose": [ + [ + "dvc/logger.py", + [ + "be_verbose" + ] + ] + ], + "verbose": [ + [ + "dvc/logger.py", + [ + "verbose" + ] + ] + ], + "quiet": [ + [ + "dvc/logger.py", + [ + "quiet" + ] + ] + ], + "is_quiet": [ + [ + "dvc/logger.py", + [ + "is_quiet" + ] + ] + ], + "is_verbose": [ + [ + "dvc/logger.py", + [ + "is_verbose" + ] + ] + ], + "colorize": [ + [ + "dvc/logger.py", + [ + "colorize" + ] + ] + ], + "_init_colorama": [ + [ + "dvc/logger.py", + [ + "_init_colorama" + ] + ] + ], + "set_default_level": [ + [ + "dvc/logger.py", + [ + "set_default_level" + ] + ] + ], + "filter": [ + [ + "dvc/logger.py", + [ + "_add_handlers", + "_LogLevelFilter", + "filter" + ] + ] + ], + "_add_handlers": [ + [ + "dvc/logger.py", + [ + "_add_handlers" + ] + ] + ], + "_walk_exc": [ + [ + "dvc/logger.py", + [ + "_walk_exc" + ] + ] + ], + "_parse_exc": [ + [ + "dvc/logger.py", + [ + "_parse_exc" + ] + ] + ], + "_description": [ + [ + "dvc/logger.py", + [ + "_description" + ] + ] + ], + "_footer": [ + [ + "dvc/logger.py", + [ + "_footer" + ] + ] + ], + "_visual_width": [ + [ + "dvc/logger.py", + [ + "_visual_width" + ] + ] + ], + "_visual_center": [ + [ + "dvc/logger.py", + [ + "_visual_center" + ] + ] + ], + "main": [ + [ + "dvc/main.py", + [ + "main" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestDataCloudCLIBase", + "main" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestWarnOnOutdatedStage", + "main" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRecursiveSyncOperations", + "main" + ] + ] + ], + "__repr__": [ + [ + "dvc/output/base.py", + [ + "OutputBase", + "__repr__" + ] + ], + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "__repr__" + ] + ], + [ + "dvc/repo/__init__.py", + [ + "Repo", + "__repr__" + ] + ], + [ + "dvc/scm/base.py", + [ + "Base", + "__repr__" + ] + ], + [ + "dvc/stage.py", + [ + "Stage", + "__repr__" + ] + ] + ], + "__str__": [ + [ + "dvc/output/base.py", + [ + "OutputBase", + "__str__" + ] + ], + [ + "dvc/output/local.py", + [ + "OutputLOCAL", + "__str__" + ] + ] + ], + "is_local": [ + [ + "dvc/output/base.py", + [ + "OutputBase", + "is_local" + ] + ], + [ + "dvc/output/local.py", + [ + "OutputLOCAL", + "is_local" + ] + ] + ], + "match": [ + [ + "dvc/output/base.py", + [ + "OutputBase", + "match" + ] + ], + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "match" + ] + ] + ], + "group": [ + [ + "dvc/output/base.py", + [ + "OutputBase", + "group" + ] + ], + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "group" + ] + ] + ], + "supported": [ + [ + "dvc/output/base.py", + [ + "OutputBase", + "supported" + ] + ], + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "supported" + ] + ] + ], + "scheme": [ + [ + "dvc/output/base.py", + [ + "OutputBase", + "scheme" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalBase", + "scheme" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalS3", + "scheme" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalGS", + "scheme" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalHDFS", + "scheme" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalSSH", + "scheme" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalLOCAL", + "scheme" + ] + ] + ], + "path": [ + [ + "dvc/output/base.py", + [ + "OutputBase", + "path" + ] + ] + ], + "sep": [ + [ + "dvc/output/base.py", + [ + "OutputBase", + "sep" + ] + ], + [ + "dvc/output/local.py", + [ + "OutputLOCAL", + "sep" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalBase", + "sep" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalLOCAL", + "sep" + ] + ] + ], + "checksum": [ + [ + "dvc/output/base.py", + [ + "OutputBase", + "checksum" + ] + ], + [ + "dvc/remote/hdfs.py", + [ + "RemoteHDFS", + "checksum" + ] + ] + ], + "exists": [ + [ + "dvc/output/base.py", + [ + "OutputBase", + "exists" + ] + ], + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "exists" + ] + ], + [ + "dvc/remote/gs.py", + [ + "RemoteGS", + "exists" + ] + ], + [ + "dvc/remote/hdfs.py", + [ + "RemoteHDFS", + "exists" + ] + ], + [ + "dvc/remote/http.py", + [ + "RemoteHTTP", + "exists" + ] + ], + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "exists" + ] + ], + [ + "dvc/remote/s3.py", + [ + "RemoteS3", + "exists" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "RemoteSSH", + "exists" + ] + ] + ], + "changed_checksum": [ + [ + "dvc/output/base.py", + [ + "OutputBase", + "changed_checksum" + ] + ] + ], + "changed_cache": [ + [ + "dvc/output/base.py", + [ + "OutputBase", + "changed_cache" + ] + ], + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "changed_cache" + ] + ], + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "changed_cache" + ] + ] + ], + "changed": [ + [ + "dvc/output/base.py", + [ + "OutputBase", + "changed" + ] + ], + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "changed" + ] + ], + [ + "dvc/stage.py", + [ + "Stage", + "changed" + ] + ], + [ + "dvc/state.py", + [ + "State", + "changed" + ] + ] + ], + "commit": [ + [ + "dvc/output/base.py", + [ + "OutputBase", + "commit" + ] + ], + [ + "dvc/repo/commit.py", + [ + "commit" + ] + ], + [ + "dvc/scm/base.py", + [ + "Base", + "commit" + ] + ], + [ + "dvc/scm/git.py", + [ + "Git", + "commit" + ] + ], + [ + "dvc/stage.py", + [ + "Stage", + "commit" + ] + ] + ], + "dumpd": [ + [ + "dvc/output/base.py", + [ + "OutputBase", + "dumpd" + ] + ], + [ + "dvc/output/local.py", + [ + "OutputLOCAL", + "dumpd" + ] + ], + [ + "dvc/stage.py", + [ + "Stage", + "dumpd" + ] + ] + ], + "verify_metric": [ + [ + "dvc/output/base.py", + [ + "OutputBase", + "verify_metric" + ] + ], + [ + "dvc/output/local.py", + [ + "OutputLOCAL", + "verify_metric" + ] + ] + ], + "download": [ + [ + "dvc/output/base.py", + [ + "OutputBase", + "download" + ] + ], + [ + "dvc/remote/azure.py", + [ + "RemoteAzure", + "download" + ] + ], + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "download" + ] + ], + [ + "dvc/remote/gs.py", + [ + "RemoteGS", + "download" + ] + ], + [ + "dvc/remote/hdfs.py", + [ + "RemoteHDFS", + "download" + ] + ], + [ + "dvc/remote/http.py", + [ + "RemoteHTTP", + "download" + ] + ], + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "download" + ] + ], + [ + "dvc/remote/s3.py", + [ + "RemoteS3", + "download" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "RemoteSSH", + "download" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "download" + ] + ] + ], + "checkout": [ + [ + "dvc/output/base.py", + [ + "OutputBase", + "checkout" + ] + ], + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "checkout" + ] + ], + [ + "dvc/repo/checkout.py", + [ + "checkout" + ] + ], + [ + "dvc/scm/base.py", + [ + "Base", + "checkout" + ] + ], + [ + "dvc/scm/git.py", + [ + "Git", + "checkout" + ] + ], + [ + "dvc/stage.py", + [ + "Stage", + "checkout" + ] + ] + ], + "remove": [ + [ + "dvc/output/base.py", + [ + "OutputBase", + "remove" + ] + ], + [ + "dvc/remote/azure.py", + [ + "RemoteAzure", + "remove" + ] + ], + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "remove" + ] + ], + [ + "dvc/remote/gs.py", + [ + "RemoteGS", + "remove" + ] + ], + [ + "dvc/remote/hdfs.py", + [ + "RemoteHDFS", + "remove" + ] + ], + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "remove" + ] + ], + [ + "dvc/remote/s3.py", + [ + "RemoteS3", + "remove" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "RemoteSSH", + "remove" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "remove" + ] + ], + [ + "dvc/repo/metrics/__init__.py", + [ + "Metrics", + "remove" + ] + ], + [ + "dvc/repo/metrics/remove.py", + [ + "remove" + ] + ], + [ + "dvc/repo/remove.py", + [ + "remove" + ] + ], + [ + "dvc/stage.py", + [ + "Stage", + "remove" + ] + ], + [ + "dvc/utils/__init__.py", + [ + "remove" + ] + ] + ], + "move": [ + [ + "dvc/output/base.py", + [ + "OutputBase", + "move" + ] + ], + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "move" + ] + ], + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "move" + ] + ], + [ + "dvc/repo/move.py", + [ + "move" + ] + ], + [ + "dvc/utils/__init__.py", + [ + "move" + ] + ] + ], + "rel_path": [ + [ + "dvc/output/local.py", + [ + "OutputLOCAL", + "rel_path" + ] + ] + ], + "cache": [ + [ + "dvc/output/local.py", + [ + "OutputLOCAL", + "cache" + ] + ] + ], + "set_n_total": [ + [ + "dvc/progress.py", + [ + "Progress", + "set_n_total" + ] + ] + ], + "is_finished": [ + [ + "dvc/progress.py", + [ + "Progress", + "is_finished" + ] + ] + ], + "_clearln": [ + [ + "dvc/progress.py", + [ + "Progress", + "_clearln" + ] + ] + ], + "_writeln": [ + [ + "dvc/progress.py", + [ + "Progress", + "_writeln" + ] + ] + ], + "refresh": [ + [ + "dvc/progress.py", + [ + "Progress", + "refresh" + ] + ] + ], + "update_target": [ + [ + "dvc/progress.py", + [ + "Progress", + "update_target" + ] + ] + ], + "finish_target": [ + [ + "dvc/progress.py", + [ + "Progress", + "finish_target" + ] + ] + ], + "_bar": [ + [ + "dvc/progress.py", + [ + "Progress", + "_bar" + ] + ] + ], + "_print": [ + [ + "dvc/progress.py", + [ + "Progress", + "_print" + ] + ] + ], + "_ask": [ + [ + "dvc/prompt.py", + [ + "_ask" + ] + ] + ], + "confirm": [ + [ + "dvc/prompt.py", + [ + "confirm" + ] + ] + ], + "password": [ + [ + "dvc/prompt.py", + [ + "password" + ] + ] + ], + "Remote": [ + [ + "dvc/remote/__init__.py", + [ + "Remote" + ] + ] + ], + "blob_service": [ + [ + "dvc/remote/azure.py", + [ + "RemoteAzure", + "blob_service" + ] + ] + ], + "_list_paths": [ + [ + "dvc/remote/azure.py", + [ + "RemoteAzure", + "_list_paths" + ] + ], + [ + "dvc/remote/gs.py", + [ + "RemoteGS", + "_list_paths" + ] + ], + [ + "dvc/remote/s3.py", + [ + "RemoteS3", + "_list_paths" + ] + ] + ], + "list_cache_paths": [ + [ + "dvc/remote/azure.py", + [ + "RemoteAzure", + "list_cache_paths" + ] + ], + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "list_cache_paths" + ] + ], + [ + "dvc/remote/gs.py", + [ + "RemoteGS", + "list_cache_paths" + ] + ], + [ + "dvc/remote/hdfs.py", + [ + "RemoteHDFS", + "list_cache_paths" + ] + ], + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "list_cache_paths" + ] + ], + [ + "dvc/remote/s3.py", + [ + "RemoteS3", + "list_cache_paths" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "RemoteSSH", + "list_cache_paths" + ] + ] + ], + "upload": [ + [ + "dvc/remote/azure.py", + [ + "RemoteAzure", + "upload" + ] + ], + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "upload" + ] + ], + [ + "dvc/remote/gs.py", + [ + "RemoteGS", + "upload" + ] + ], + [ + "dvc/remote/hdfs.py", + [ + "RemoteHDFS", + "upload" + ] + ], + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "upload" + ] + ], + [ + "dvc/remote/s3.py", + [ + "RemoteS3", + "upload" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "RemoteSSH", + "upload" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "upload" + ] + ] + ], + "compat_config": [ + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "compat_config" + ] + ], + [ + "dvc/remote/gs.py", + [ + "RemoteGS", + "compat_config" + ] + ], + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "compat_config" + ] + ], + [ + "dvc/remote/s3.py", + [ + "RemoteS3", + "compat_config" + ] + ] + ], + "save_info": [ + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "save_info" + ] + ], + [ + "dvc/remote/gs.py", + [ + "RemoteGS", + "save_info" + ] + ], + [ + "dvc/remote/hdfs.py", + [ + "RemoteHDFS", + "save_info" + ] + ], + [ + "dvc/remote/http.py", + [ + "RemoteHTTP", + "save_info" + ] + ], + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "save_info" + ] + ], + [ + "dvc/remote/s3.py", + [ + "RemoteS3", + "save_info" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "RemoteSSH", + "save_info" + ] + ] + ], + "copy": [ + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "copy" + ] + ], + [ + "dvc/remote/gs.py", + [ + "RemoteGS", + "copy" + ] + ], + [ + "dvc/remote/hdfs.py", + [ + "RemoteHDFS", + "copy" + ] + ], + [ + "dvc/remote/s3.py", + [ + "RemoteS3", + "copy" + ] + ], + [ + "dvc/remote/ssh/__init__.py", + [ + "RemoteSSH", + "copy" + ] + ] + ], + "_verify_path_args": [ + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "_verify_path_args" + ] + ] + ], + "ospath": [ + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "ospath" + ] + ], + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "ospath" + ] + ] + ], + "checksum_to_path": [ + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "checksum_to_path" + ] + ] + ], + "path_to_checksum": [ + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "path_to_checksum" + ] + ] + ], + "checksum_to_path_info": [ + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "checksum_to_path_info" + ] + ] + ], + "md5s_to_path_infos": [ + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "md5s_to_path_infos" + ] + ] + ], + "all": [ + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "all" + ] + ] + ], + "gc": [ + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "gc" + ] + ], + [ + "dvc/remote/http.py", + [ + "RemoteHTTP", + "gc" + ] + ], + [ + "dvc/repo/gc.py", + [ + "gc" + ] + ] + ], + "cache_exists": [ + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "cache_exists" + ] + ], + [ + "dvc/remote/http.py", + [ + "RemoteHTTP", + "cache_exists" + ] + ], + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "cache_exists" + ] + ] + ], + "already_cached": [ + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "already_cached" + ] + ], + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "already_cached" + ] + ] + ], + "safe_remove": [ + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "safe_remove" + ] + ] + ], + "do_checkout": [ + [ + "dvc/remote/base.py", + [ + "RemoteBase", + "do_checkout" + ] + ], + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "do_checkout" + ] + ] + ], + "get_md5": [ + [ + "dvc/remote/gs.py", + [ + "RemoteGS", + "get_md5" + ] + ] + ], + "hadoop_fs": [ + [ + "dvc/remote/hdfs.py", + [ + "RemoteHDFS", + "hadoop_fs" + ] + ] + ], + "_group": [ + [ + "dvc/remote/hdfs.py", + [ + "RemoteHDFS", + "_group" + ] + ], + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "_group" + ] + ] + ], + "rm": [ + [ + "dvc/remote/hdfs.py", + [ + "RemoteHDFS", + "rm" + ] + ] + ], + "prefix": [ + [ + "dvc/remote/http.py", + [ + "RemoteHTTP", + "prefix" + ] + ], + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "prefix" + ] + ] + ], + "func": [ + [ + "dvc/remote/http.py", + [ + "RemoteHTTP", + "cache_exists", + "func" + ] + ], + [ + "dvc/repo/__init__.py", + [ + "Repo", + "find_outs_by_path", + "func" + ] + ] + ], + "_content_length": [ + [ + "dvc/remote/http.py", + [ + "RemoteHTTP", + "_content_length" + ] + ] + ], + "_etag": [ + [ + "dvc/remote/http.py", + [ + "RemoteHTTP", + "_etag" + ] + ] + ], + "_download_to": [ + [ + "dvc/remote/http.py", + [ + "RemoteHTTP", + "_download_to" + ] + ] + ], + "_write_request_content": [ + [ + "dvc/remote/http.py", + [ + "RemoteHTTP", + "_write_request_content" + ] + ] + ], + "_validate_existing_file_size": [ + [ + "dvc/remote/http.py", + [ + "RemoteHTTP", + "_validate_existing_file_size" + ] + ] + ], + "_determine_mode_get_transferred_bytes": [ + [ + "dvc/remote/http.py", + [ + "RemoteHTTP", + "_determine_mode_get_transferred_bytes" + ] + ] + ], + "_request": [ + [ + "dvc/remote/http.py", + [ + "RemoteHTTP", + "_request" + ] + ] + ], + "url": [ + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "url" + ] + ] + ], + "get": [ + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "get" + ] + ] + ], + "changed_cache_file": [ + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "changed_cache_file" + ] + ] + ], + "link": [ + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "link" + ] + ] + ], + "to_ospath": [ + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "to_ospath" + ] + ] + ], + "unixpath": [ + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "unixpath" + ] + ] + ], + "ntpath": [ + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "ntpath" + ] + ] + ], + "collect_dir_cache": [ + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "collect_dir_cache" + ] + ] + ], + "load_dir_cache": [ + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "load_dir_cache" + ] + ] + ], + "dump_dir_cache": [ + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "dump_dir_cache" + ] + ] + ], + "is_dir_cache": [ + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "is_dir_cache" + ] + ] + ], + "_discard_working_directory_changes": [ + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "_discard_working_directory_changes" + ] + ] + ], + "_move": [ + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "_move" + ] + ] + ], + "_save_file": [ + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "_save_file" + ] + ] + ], + "_save_dir": [ + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "_save_dir" + ] + ] + ], + "_get_chunks": [ + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "_get_chunks" + ] + ] + ], + "_process": [ + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "_process" + ] + ] + ], + "_cache_metadata_changed": [ + [ + "dvc/remote/local.py", + [ + "RemoteLOCAL", + "_cache_metadata_changed" + ] + ] + ], + "get_etag": [ + [ + "dvc/remote/s3.py", + [ + "RemoteS3", + "get_etag" + ] + ] + ], + "md5": [ + [ + "dvc/remote/ssh/__init__.py", + [ + "RemoteSSH", + "md5" + ] + ], + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "md5" + ] + ] + ], + "sizeof_fmt": [ + [ + "dvc/remote/ssh/connection.py", + [ + "sizeof_fmt" + ] + ] + ], + "percent_cb": [ + [ + "dvc/remote/ssh/connection.py", + [ + "percent_cb" + ] + ] + ], + "create_cb": [ + [ + "dvc/remote/ssh/connection.py", + [ + "create_cb" + ] + ] + ], + "_sftp_connect": [ + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "_sftp_connect" + ] + ] + ], + "close": [ + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "close" + ] + ] + ], + "file_exists": [ + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "file_exists" + ] + ] + ], + "isdir": [ + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "isdir" + ] + ] + ], + "isfile": [ + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "isfile" + ] + ] + ], + "islink": [ + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "islink" + ] + ] + ], + "makedirs": [ + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "makedirs" + ] + ] + ], + "walk_files": [ + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "walk_files" + ] + ] + ], + "execute": [ + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "execute" + ] + ] + ], + "cp": [ + [ + "dvc/remote/ssh/connection.py", + [ + "SSHConnection", + "cp" + ] + ] + ], + "find_root": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "find_root" + ] + ] + ], + "find_dvc_dir": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "find_dvc_dir" + ] + ] + ], + "remind_to_git_add": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "remind_to_git_add" + ] + ] + ], + "unprotect": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "unprotect" + ] + ], + [ + "dvc/repo/unprotect.py", + [ + "unprotect" + ] + ] + ], + "_ignore": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "_ignore" + ] + ] + ], + "check_dag": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "check_dag" + ] + ] + ], + "_check_cyclic_graph": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "_check_cyclic_graph" + ] + ] + ], + "_get_pipeline": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "_get_pipeline" + ] + ] + ], + "_collect_dir_cache": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "_collect_dir_cache" + ] + ] + ], + "_collect_used_cache": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "_collect_used_cache" + ] + ] + ], + "used_cache": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "used_cache" + ] + ] + ], + "graph": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "graph" + ] + ] + ], + "pipelines": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "pipelines" + ] + ] + ], + "filter_dirs": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "stages", + "for_root_dirs_files_in_", + "filter_dirs" + ] + ] + ], + "stages": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "stages" + ] + ] + ], + "active_stages": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "active_stages" + ] + ] + ], + "find_outs_by_path": [ + [ + "dvc/repo/__init__.py", + [ + "Repo", + "find_outs_by_path" + ] + ] + ], + "add": [ + [ + "dvc/repo/add.py", + [ + "add" + ] + ], + [ + "dvc/repo/metrics/__init__.py", + [ + "Metrics", + "add" + ] + ], + [ + "dvc/repo/metrics/add.py", + [ + "add" + ] + ], + [ + "dvc/scm/base.py", + [ + "Base", + "add" + ] + ], + [ + "dvc/scm/git.py", + [ + "Git", + "add" + ] + ] + ], + "_cleanup_unused_links": [ + [ + "dvc/repo/checkout.py", + [ + "_cleanup_unused_links" + ] + ] + ], + "destroy": [ + [ + "dvc/repo/destroy.py", + [ + "destroy" + ] + ] + ], + "fetch": [ + [ + "dvc/repo/fetch.py", + [ + "fetch" + ] + ], + [ + "dvc/updater.py", + [ + "Updater", + "fetch" + ] + ] + ], + "_merge_cache_lists": [ + [ + "dvc/repo/gc.py", + [ + "_merge_cache_lists" + ] + ] + ], + "_load_all_used_cache": [ + [ + "dvc/repo/gc.py", + [ + "_load_all_used_cache" + ] + ] + ], + "_do_gc": [ + [ + "dvc/repo/gc.py", + [ + "_do_gc" + ] + ] + ], + "imp": [ + [ + "dvc/repo/imp.py", + [ + "imp" + ] + ] + ], + "_welcome_message": [ + [ + "dvc/repo/init.py", + [ + "_welcome_message" + ] + ] + ], + "install": [ + [ + "dvc/repo/install.py", + [ + "install" + ] + ], + [ + "dvc/scm/base.py", + [ + "Base", + "install" + ] + ], + [ + "dvc/scm/git.py", + [ + "Git", + "install" + ] + ] + ], + "modify": [ + [ + "dvc/repo/metrics/__init__.py", + [ + "Metrics", + "modify" + ] + ], + [ + "dvc/repo/metrics/modify.py", + [ + "modify" + ] + ] + ], + "_read_metric_json": [ + [ + "dvc/repo/metrics/show.py", + [ + "_read_metric_json" + ] + ] + ], + "_get_values": [ + [ + "dvc/repo/metrics/show.py", + [ + "_get_values" + ] + ] + ], + "_do_read_metric_xsv": [ + [ + "dvc/repo/metrics/show.py", + [ + "_do_read_metric_xsv" + ] + ] + ], + "_read_metric_hxsv": [ + [ + "dvc/repo/metrics/show.py", + [ + "_read_metric_hxsv" + ] + ] + ], + "_read_metric_xsv": [ + [ + "dvc/repo/metrics/show.py", + [ + "_read_metric_xsv" + ] + ] + ], + "_read_typed_metric": [ + [ + "dvc/repo/metrics/show.py", + [ + "_read_typed_metric" + ] + ] + ], + "_read_metric": [ + [ + "dvc/repo/metrics/show.py", + [ + "_read_metric" + ] + ] + ], + "_collect_metrics": [ + [ + "dvc/repo/metrics/show.py", + [ + "_collect_metrics" + ] + ] + ], + "_read_metrics": [ + [ + "dvc/repo/metrics/show.py", + [ + "_read_metrics" + ] + ] + ], + "_expand_target_path": [ + [ + "dvc/repo/move.py", + [ + "_expand_target_path" + ] + ] + ], + "_reproduce_stage": [ + [ + "dvc/repo/reproduce.py", + [ + "_reproduce_stage" + ] + ] + ], + "reproduce": [ + [ + "dvc/repo/reproduce.py", + [ + "reproduce" + ] + ], + [ + "dvc/stage.py", + [ + "Stage", + "reproduce" + ] + ] + ], + "_reproduce": [ + [ + "dvc/repo/reproduce.py", + [ + "_reproduce" + ] + ] + ], + "_reproduce_stages": [ + [ + "dvc/repo/reproduce.py", + [ + "_reproduce_stages" + ] + ] + ], + "_local_status": [ + [ + "dvc/repo/status.py", + [ + "_local_status" + ] + ] + ], + "_cloud_status": [ + [ + "dvc/repo/status.py", + [ + "_cloud_status" + ] + ] + ], + "_unprotect_file": [ + [ + "dvc/repo/unprotect.py", + [ + "_unprotect_file" + ] + ] + ], + "_unprotect_dir": [ + [ + "dvc/repo/unprotect.py", + [ + "_unprotect_dir" + ] + ] + ], + "SCM": [ + [ + "dvc/scm/__init__.py", + [ + "SCM" + ] + ] + ], + "dir": [ + [ + "dvc/scm/base.py", + [ + "Base", + "dir" + ] + ], + [ + "dvc/scm/git.py", + [ + "Git", + "dir" + ] + ] + ], + "is_repo": [ + [ + "dvc/scm/base.py", + [ + "Base", + "is_repo" + ] + ], + [ + "dvc/scm/git.py", + [ + "Git", + "is_repo" + ] + ] + ], + "is_submodule": [ + [ + "dvc/scm/base.py", + [ + "Base", + "is_submodule" + ] + ], + [ + "dvc/scm/git.py", + [ + "Git", + "is_submodule" + ] + ] + ], + "ignore": [ + [ + "dvc/scm/base.py", + [ + "Base", + "ignore" + ] + ], + [ + "dvc/scm/git.py", + [ + "Git", + "ignore" + ] + ] + ], + "ignore_remove": [ + [ + "dvc/scm/base.py", + [ + "Base", + "ignore_remove" + ] + ], + [ + "dvc/scm/git.py", + [ + "Git", + "ignore_remove" + ] + ] + ], + "ignore_file": [ + [ + "dvc/scm/base.py", + [ + "Base", + "ignore_file" + ] + ], + [ + "dvc/scm/git.py", + [ + "Git", + "ignore_file" + ] + ] + ], + "ignore_list": [ + [ + "dvc/scm/base.py", + [ + "Base", + "ignore_list" + ] + ] + ], + "branch": [ + [ + "dvc/scm/base.py", + [ + "Base", + "branch" + ] + ], + [ + "dvc/scm/git.py", + [ + "Git", + "branch" + ] + ] + ], + "tag": [ + [ + "dvc/scm/base.py", + [ + "Base", + "tag" + ] + ], + [ + "dvc/scm/git.py", + [ + "Git", + "tag" + ] + ] + ], + "brancher": [ + [ + "dvc/scm/base.py", + [ + "Base", + "brancher" + ] + ] + ], + "untracked_files": [ + [ + "dvc/scm/base.py", + [ + "Base", + "untracked_files" + ] + ], + [ + "dvc/scm/git.py", + [ + "Git", + "untracked_files" + ] + ] + ], + "is_tracked": [ + [ + "dvc/scm/base.py", + [ + "Base", + "is_tracked" + ] + ], + [ + "dvc/scm/git.py", + [ + "Git", + "is_tracked" + ] + ] + ], + "active_branch": [ + [ + "dvc/scm/base.py", + [ + "Base", + "active_branch" + ] + ], + [ + "dvc/scm/git.py", + [ + "Git", + "active_branch" + ] + ] + ], + "list_branches": [ + [ + "dvc/scm/base.py", + [ + "Base", + "list_branches" + ] + ], + [ + "dvc/scm/git.py", + [ + "Git", + "list_branches" + ] + ] + ], + "list_tags": [ + [ + "dvc/scm/base.py", + [ + "Base", + "list_tags" + ] + ], + [ + "dvc/scm/git.py", + [ + "Git", + "list_tags" + ] + ] + ], + "_get_git_dir": [ + [ + "dvc/scm/git.py", + [ + "Git", + "_get_git_dir" + ] + ] + ], + "_get_gitignore": [ + [ + "dvc/scm/git.py", + [ + "Git", + "_get_gitignore" + ] + ] + ], + "_install_hook": [ + [ + "dvc/scm/git.py", + [ + "Git", + "_install_hook" + ] + ] + ], + "relpath": [ + [ + "dvc/stage.py", + [ + "Stage", + "relpath" + ] + ] + ], + "is_data_source": [ + [ + "dvc/stage.py", + [ + "Stage", + "is_data_source" + ] + ] + ], + "is_valid_filename": [ + [ + "dvc/stage.py", + [ + "Stage", + "is_valid_filename" + ] + ] + ], + "is_stage_file": [ + [ + "dvc/stage.py", + [ + "Stage", + "is_stage_file" + ] + ] + ], + "changed_md5": [ + [ + "dvc/stage.py", + [ + "Stage", + "changed_md5" + ] + ] + ], + "is_callback": [ + [ + "dvc/stage.py", + [ + "Stage", + "is_callback" + ] + ] + ], + "is_import": [ + [ + "dvc/stage.py", + [ + "Stage", + "is_import" + ] + ] + ], + "_changed_deps": [ + [ + "dvc/stage.py", + [ + "Stage", + "_changed_deps" + ] + ] + ], + "_changed_outs": [ + [ + "dvc/stage.py", + [ + "Stage", + "_changed_outs" + ] + ] + ], + "_changed_md5": [ + [ + "dvc/stage.py", + [ + "Stage", + "_changed_md5" + ] + ] + ], + "remove_outs": [ + [ + "dvc/stage.py", + [ + "Stage", + "remove_outs" + ] + ] + ], + "unprotect_outs": [ + [ + "dvc/stage.py", + [ + "Stage", + "unprotect_outs" + ] + ] + ], + "validate": [ + [ + "dvc/stage.py", + [ + "Stage", + "validate" + ] + ] + ], + "_stage_fname": [ + [ + "dvc/stage.py", + [ + "Stage", + "_stage_fname" + ] + ] + ], + "_check_stage_path": [ + [ + "dvc/stage.py", + [ + "Stage", + "_check_stage_path" + ] + ] + ], + "is_cached": [ + [ + "dvc/stage.py", + [ + "Stage", + "is_cached" + ] + ] + ], + "create": [ + [ + "dvc/stage.py", + [ + "Stage", + "create" + ] + ], + [ + "tests/basic_env.py", + [ + "TestDir", + "create" + ] + ] + ], + "_check_dvc_filename": [ + [ + "dvc/stage.py", + [ + "Stage", + "_check_dvc_filename" + ] + ] + ], + "_check_file_exists": [ + [ + "dvc/stage.py", + [ + "Stage", + "_check_file_exists" + ] + ] + ], + "_compute_md5": [ + [ + "dvc/stage.py", + [ + "Stage", + "_compute_md5" + ] + ] + ], + "_changed_entries": [ + [ + "dvc/stage.py", + [ + "Stage", + "_changed_entries" + ] + ] + ], + "check_can_commit": [ + [ + "dvc/stage.py", + [ + "Stage", + "check_can_commit" + ] + ] + ], + "_check_missing_deps": [ + [ + "dvc/stage.py", + [ + "Stage", + "_check_missing_deps" + ] + ] + ], + "_warn_if_fish": [ + [ + "dvc/stage.py", + [ + "Stage", + "_warn_if_fish" + ] + ] + ], + "_check_circular_dependency": [ + [ + "dvc/stage.py", + [ + "Stage", + "_check_circular_dependency" + ] + ] + ], + "_check_duplicated_arguments": [ + [ + "dvc/stage.py", + [ + "Stage", + "_check_duplicated_arguments" + ] + ] + ], + "_run": [ + [ + "dvc/stage.py", + [ + "Stage", + "_run" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunDeterministicBase", + "_run" + ] + ] + ], + "check_missing_outputs": [ + [ + "dvc/stage.py", + [ + "Stage", + "check_missing_outputs" + ] + ] + ], + "_status": [ + [ + "dvc/stage.py", + [ + "Stage", + "_status" + ] + ] + ], + "_already_cached": [ + [ + "dvc/stage.py", + [ + "Stage", + "_already_cached" + ] + ] + ], + "_file_metadata_changed": [ + [ + "dvc/state.py", + [ + "_file_metadata_changed" + ] + ] + ], + "_collect": [ + [ + "dvc/state.py", + [ + "State", + "_collect" + ] + ] + ], + "_execute": [ + [ + "dvc/state.py", + [ + "State", + "_execute" + ] + ] + ], + "_fetchall": [ + [ + "dvc/state.py", + [ + "State", + "_fetchall" + ] + ] + ], + "_to_sqlite": [ + [ + "dvc/state.py", + [ + "State", + "_to_sqlite" + ] + ] + ], + "_from_sqlite": [ + [ + "dvc/state.py", + [ + "State", + "_from_sqlite" + ] + ] + ], + "_prepare_db": [ + [ + "dvc/state.py", + [ + "State", + "_prepare_db" + ] + ] + ], + "_vacuum": [ + [ + "dvc/state.py", + [ + "State", + "_vacuum" + ] + ] + ], + "_do_update": [ + [ + "dvc/state.py", + [ + "State", + "_do_update" + ] + ] + ], + "_update_existing_state_record": [ + [ + "dvc/state.py", + [ + "State", + "_update_existing_state_record" + ] + ] + ], + "_update_state_record_timestamp_for_inode": [ + [ + "dvc/state.py", + [ + "State", + "_update_state_record_timestamp_for_inode" + ] + ] + ], + "_update_state_for_path_changed": [ + [ + "dvc/state.py", + [ + "State", + "_update_state_for_path_changed" + ] + ] + ], + "_insert_new_state_record": [ + [ + "dvc/state.py", + [ + "State", + "_insert_new_state_record" + ] + ] + ], + "get_state_record_for_inode": [ + [ + "dvc/state.py", + [ + "State", + "get_state_record_for_inode" + ] + ] + ], + "update": [ + [ + "dvc/state.py", + [ + "State", + "update" + ] + ] + ], + "update_info": [ + [ + "dvc/state.py", + [ + "State", + "update_info" + ] + ] + ], + "update_link": [ + [ + "dvc/state.py", + [ + "State", + "update_link" + ] + ] + ], + "remove_unused_links": [ + [ + "dvc/state.py", + [ + "State", + "remove_unused_links" + ] + ] + ], + "_update_cache_directory_state": [ + [ + "dvc/state.py", + [ + "State", + "_update_cache_directory_state" + ] + ] + ], + "is_unix": [ + [ + "dvc/system.py", + [ + "System", + "is_unix" + ] + ] + ], + "hardlink": [ + [ + "dvc/system.py", + [ + "System", + "hardlink" + ] + ] + ], + "symlink": [ + [ + "dvc/system.py", + [ + "System", + "symlink" + ] + ] + ], + "_reflink_darwin": [ + [ + "dvc/system.py", + [ + "System", + "_reflink_darwin" + ] + ] + ], + "_reflink_windows": [ + [ + "dvc/system.py", + [ + "System", + "_reflink_windows" + ] + ] + ], + "_reflink_linux": [ + [ + "dvc/system.py", + [ + "System", + "_reflink_linux" + ] + ] + ], + "reflink": [ + [ + "dvc/system.py", + [ + "System", + "reflink" + ] + ] + ], + "getdirinfo": [ + [ + "dvc/system.py", + [ + "System", + "getdirinfo" + ] + ] + ], + "inode": [ + [ + "dvc/system.py", + [ + "System", + "inode" + ] + ] + ], + "_wait_for_input_windows": [ + [ + "dvc/system.py", + [ + "System", + "_wait_for_input_windows" + ] + ] + ], + "_wait_for_input_posix": [ + [ + "dvc/system.py", + [ + "System", + "_wait_for_input_posix" + ] + ] + ], + "wait_for_input": [ + [ + "dvc/system.py", + [ + "System", + "wait_for_input" + ] + ] + ], + "is_symlink": [ + [ + "dvc/system.py", + [ + "System", + "is_symlink" + ] + ] + ], + "is_hardlink": [ + [ + "dvc/system.py", + [ + "System", + "is_hardlink" + ] + ] + ], + "_is_outdated_file": [ + [ + "dvc/updater.py", + [ + "Updater", + "_is_outdated_file" + ] + ] + ], + "_with_lock": [ + [ + "dvc/updater.py", + [ + "Updater", + "_with_lock" + ] + ] + ], + "check": [ + [ + "dvc/updater.py", + [ + "Updater", + "check" + ] + ] + ], + "_check": [ + [ + "dvc/updater.py", + [ + "Updater", + "_check" + ] + ] + ], + "_get_latest_version": [ + [ + "dvc/updater.py", + [ + "Updater", + "_get_latest_version" + ] + ] + ], + "_is_outdated": [ + [ + "dvc/updater.py", + [ + "Updater", + "_is_outdated" + ] + ] + ], + "_notify": [ + [ + "dvc/updater.py", + [ + "Updater", + "_notify" + ] + ] + ], + "_get_update_instructions": [ + [ + "dvc/updater.py", + [ + "Updater", + "_get_update_instructions" + ] + ] + ], + "_get_linux": [ + [ + "dvc/updater.py", + [ + "Updater", + "_get_linux" + ] + ] + ], + "_get_darwin": [ + [ + "dvc/updater.py", + [ + "Updater", + "_get_darwin" + ] + ] + ], + "_get_windows": [ + [ + "dvc/updater.py", + [ + "Updater", + "_get_windows" + ] + ] + ], + "_get_package_manager": [ + [ + "dvc/updater.py", + [ + "Updater", + "_get_package_manager" + ] + ] + ], + "dos2unix": [ + [ + "dvc/utils/__init__.py", + [ + "dos2unix" + ] + ] + ], + "file_md5": [ + [ + "dvc/utils/__init__.py", + [ + "file_md5" + ] + ] + ], + "bytes_md5": [ + [ + "dvc/utils/__init__.py", + [ + "bytes_md5" + ] + ] + ], + "dict_filter": [ + [ + "dvc/utils/__init__.py", + [ + "dict_filter" + ] + ] + ], + "dict_md5": [ + [ + "dvc/utils/__init__.py", + [ + "dict_md5" + ] + ] + ], + "copyfile": [ + [ + "dvc/utils/__init__.py", + [ + "copyfile" + ] + ] + ], + "_chmod": [ + [ + "dvc/utils/__init__.py", + [ + "remove", + "_chmod" + ] + ] + ], + "to_chunks": [ + [ + "dvc/utils/__init__.py", + [ + "to_chunks" + ] + ] + ], + "is_binary": [ + [ + "dvc/utils/__init__.py", + [ + "is_binary" + ] + ] + ], + "fix_env": [ + [ + "dvc/utils/__init__.py", + [ + "fix_env" + ] + ] + ], + "convert_to_unicode": [ + [ + "dvc/utils/__init__.py", + [ + "convert_to_unicode" + ] + ] + ], + "tmp_fname": [ + [ + "dvc/utils/__init__.py", + [ + "tmp_fname" + ] + ] + ], + "current_timestamp": [ + [ + "dvc/utils/__init__.py", + [ + "current_timestamp" + ] + ] + ], + "no_code": [ + [ + "dvc/utils/compat.py", + [ + "no_code" + ] + ] + ], + "encode": [ + [ + "dvc/utils/compat.py", + [ + "encode" + ] + ] + ], + "cast_bytes": [ + [ + "dvc/utils/compat.py", + [ + "cast_bytes" + ] + ] + ], + "_makedirs": [ + [ + "dvc/utils/compat.py", + [ + "_makedirs" + ] + ] + ], + "get_inode": [ + [ + "dvc/utils/fs.py", + [ + "get_inode" + ] + ] + ], + "get_mtime_and_size": [ + [ + "dvc/utils/fs.py", + [ + "get_mtime_and_size" + ] + ] + ], + "_pushd": [ + [ + "tests/basic_env.py", + [ + "TestDir", + "_pushd" + ] + ] + ], + "_popd": [ + [ + "tests/basic_env.py", + [ + "TestDir", + "_popd" + ] + ] + ], + "mkdtemp": [ + [ + "tests/basic_env.py", + [ + "TestDir", + "mkdtemp" + ] + ] + ], + "setUp": [ + [ + "tests/basic_env.py", + [ + "TestDir", + "setUp" + ] + ], + [ + "tests/basic_env.py", + [ + "TestGit", + "setUp" + ] + ], + [ + "tests/basic_env.py", + [ + "TestGitSubmodule", + "setUp" + ] + ], + [ + "tests/basic_env.py", + [ + "TestDvc", + "setUp" + ] + ], + [ + "tests/test_cache.py", + [ + "TestCache", + "setUp" + ] + ], + [ + "tests/test_checkout.py", + [ + "TestCheckout", + "setUp" + ] + ], + [ + "tests/test_gc.py", + [ + "TestGC", + "setUp" + ] + ], + [ + "tests/test_gc.py", + [ + "TestGCMultipleDvcRepos", + "setUp" + ] + ], + [ + "tests/test_logger.py", + [ + "TestLogger", + "setUp" + ] + ], + [ + "tests/test_metrics.py", + [ + "TestMetrics", + "setUp" + ] + ], + [ + "tests/test_metrics.py", + [ + "TestMetricsRecursive", + "setUp" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineShowSingle", + "setUp" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineShow", + "setUp" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineShowDeep", + "setUp" + ] + ], + [ + "tests/test_repro.py", + [ + "TestRepro", + "setUp" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproChangedDeepData", + "setUp" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproPipelines", + "setUp" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalLOCAL", + "setUp" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunDeterministicBase", + "setUp" + ] + ] + ], + "tearDown": [ + [ + "tests/basic_env.py", + [ + "TestDir", + "tearDown" + ] + ], + [ + "tests/test_logger.py", + [ + "TestLogger", + "tearDown" + ] + ] + ], + "test": [ + [ + "tests/test_add.py", + [ + "TestAdd", + "test" + ] + ], + [ + "tests/test_add.py", + [ + "TestAddUnupportedFile", + "test" + ] + ], + [ + "tests/test_add.py", + [ + "TestAddDirectory", + "test" + ] + ], + [ + "tests/test_add.py", + [ + "TestAddDirectoryRecursive", + "test" + ] + ], + [ + "tests/test_add.py", + [ + "TestAddCmdDirectoryRecursive", + "test" + ] + ], + [ + "tests/test_add.py", + [ + "TestAddDirectoryWithForwardSlash", + "test" + ] + ], + [ + "tests/test_add.py", + [ + "TestAddTrackedFile", + "test" + ] + ], + [ + "tests/test_add.py", + [ + "TestAddDirWithExistingCache", + "test" + ] + ], + [ + "tests/test_add.py", + [ + "TestAddModifiedDir", + "test" + ] + ], + [ + "tests/test_add.py", + [ + "TestAddFileInDir", + "test" + ] + ], + [ + "tests/test_add.py", + [ + "TestAddExternalLocalFile", + "test" + ] + ], + [ + "tests/test_add.py", + [ + "TestAddLocalRemoteFile", + "test" + ] + ], + [ + "tests/test_add.py", + [ + "TestCmdAdd", + "test" + ] + ], + [ + "tests/test_add.py", + [ + "TestShouldUpdateStateEntryForFileAfterAdd", + "test" + ] + ], + [ + "tests/test_add.py", + [ + "TestShouldUpdateStateEntryForDirectoryAfterAdd", + "test" + ] + ], + [ + "tests/test_add.py", + [ + "TestAddCommit", + "test" + ] + ], + [ + "tests/test_add.py", + [ + "TestShouldNotCheckCacheForDirIfCacheMetadataDidNotChange", + "test" + ] + ], + [ + "tests/test_analytics.py", + [ + "TestAnalytics", + "test" + ] + ], + [ + "tests/test_cache.py", + [ + "TestCacheLoadBadDirCache", + "test" + ] + ], + [ + "tests/test_cache.py", + [ + "TestExternalCacheDir", + "test" + ] + ], + [ + "tests/test_cache.py", + [ + "TestSharedCacheDir", + "test" + ] + ], + [ + "tests/test_cache.py", + [ + "TestCacheLinkType", + "test" + ] + ], + [ + "tests/test_checkout.py", + [ + "TestCheckout", + "test" + ] + ], + [ + "tests/test_checkout.py", + [ + "TestCheckoutSingleStage", + "test" + ] + ], + [ + "tests/test_checkout.py", + [ + "TestCheckoutCorruptedCacheFile", + "test" + ] + ], + [ + "tests/test_checkout.py", + [ + "TestCheckoutCorruptedCacheDir", + "test" + ] + ], + [ + "tests/test_checkout.py", + [ + "TestCmdCheckout", + "test" + ] + ], + [ + "tests/test_checkout.py", + [ + "TestRemoveFilesWhenCheckout", + "test" + ] + ], + [ + "tests/test_checkout.py", + [ + "TestCheckoutCleanWorkingDir", + "test" + ] + ], + [ + "tests/test_checkout.py", + [ + "TestCheckoutSelectiveRemove", + "test" + ] + ], + [ + "tests/test_checkout.py", + [ + "TestGitIgnoreBasic", + "test" + ] + ], + [ + "tests/test_checkout.py", + [ + "TestGitIgnoreWhenCheckout", + "test" + ] + ], + [ + "tests/test_checkout.py", + [ + "TestCheckoutMissingMd5InStageFile", + "test" + ] + ], + [ + "tests/test_checkout.py", + [ + "TestCheckoutEmptyDir", + "test" + ] + ], + [ + "tests/test_checkout.py", + [ + "TestCheckoutNotCachedFile", + "test" + ] + ], + [ + "tests/test_checkout.py", + [ + "TestCheckoutWithDeps", + "test" + ] + ], + [ + "tests/test_checkout.py", + [ + "TestCheckoutDirectory", + "test" + ] + ], + [ + "tests/test_checkout.py", + [ + "TestCheckoutHook", + "test" + ] + ], + [ + "tests/test_checkout.py", + [ + "TestCheckoutSuggestGit", + "test" + ] + ], + [ + "tests/test_cli.py", + [ + "TestArgParse", + "test" + ] + ], + [ + "tests/test_cli.py", + [ + "TestRun", + "test" + ] + ], + [ + "tests/test_cli.py", + [ + "TestPull", + "test" + ] + ], + [ + "tests/test_cli.py", + [ + "TestPush", + "test" + ] + ], + [ + "tests/test_cli.py", + [ + "TestStatus", + "test" + ] + ], + [ + "tests/test_cli.py", + [ + "TestRepro", + "test" + ] + ], + [ + "tests/test_cli.py", + [ + "TestRemove", + "test" + ] + ], + [ + "tests/test_cli.py", + [ + "TestAdd", + "test" + ] + ], + [ + "tests/test_cli.py", + [ + "TestGC", + "test" + ] + ], + [ + "tests/test_cli.py", + [ + "TestGCMultipleDvcRepos", + "test" + ] + ], + [ + "tests/test_cli.py", + [ + "TestConfig", + "test" + ] + ], + [ + "tests/test_cli.py", + [ + "TestCheckout", + "test" + ] + ], + [ + "tests/test_cli.py", + [ + "TestFindRoot", + "test" + ] + ], + [ + "tests/test_commit.py", + [ + "TestCommitRecursive", + "test" + ] + ], + [ + "tests/test_commit.py", + [ + "TestCommitForce", + "test" + ] + ], + [ + "tests/test_commit.py", + [ + "TestCommitWithDeps", + "test" + ] + ], + [ + "tests/test_commit.py", + [ + "TestCommitChangedMd5", + "test" + ] + ], + [ + "tests/test_config.py", + [ + "TestConfigCLI", + "test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestDataCloud", + "test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestDataCloudBase", + "test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteLOCAL", + "test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestDataCloudCLIBase", + "test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestWarnOnOutdatedStage", + "test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRecursiveSyncOperations", + "test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestCheckSumRecalculation", + "test" + ] + ], + [ + "tests/test_destroy.py", + [ + "TestDestroyNoConfirmation", + "test" + ] + ], + [ + "tests/test_destroy.py", + [ + "TestDestroyForce", + "test" + ] + ], + [ + "tests/test_gc.py", + [ + "TestGCBranchesTags", + "test" + ] + ], + [ + "tests/test_gc.py", + [ + "TestGCMultipleDvcRepos", + "test" + ] + ], + [ + "tests/test_import.py", + [ + "TestCmdImport", + "test" + ] + ], + [ + "tests/test_import.py", + [ + "TestDefaultOutput", + "test" + ] + ], + [ + "tests/test_import.py", + [ + "TestFailedImportMessage", + "test" + ] + ], + [ + "tests/test_import.py", + [ + "TestShouldResumeDownload", + "test" + ] + ], + [ + "tests/test_import.py", + [ + "TestShouldNotResumeDownload", + "test" + ] + ], + [ + "tests/test_init.py", + [ + "TestDoubleInit", + "test" + ] + ], + [ + "tests/test_install.py", + [ + "TestInstall", + "test" + ] + ], + [ + "tests/test_metrics.py", + [ + "TestMetricsRecursive", + "test" + ] + ], + [ + "tests/test_metrics.py", + [ + "TestMetricsReproCLI", + "test" + ] + ], + [ + "tests/test_metrics.py", + [ + "TestMetricsCLI", + "test" + ] + ], + [ + "tests/test_metrics.py", + [ + "TestNoMetrics", + "test" + ] + ], + [ + "tests/test_move.py", + [ + "TestMove", + "test" + ] + ], + [ + "tests/test_move.py", + [ + "TestMoveNonExistentFile", + "test" + ] + ], + [ + "tests/test_move.py", + [ + "TestMoveDirectory", + "test" + ] + ], + [ + "tests/test_move.py", + [ + "TestCmdMove", + "test" + ] + ], + [ + "tests/test_move.py", + [ + "TestMoveNotDataSource", + "test" + ] + ], + [ + "tests/test_move.py", + [ + "TestMoveFileWithExtension", + "test" + ] + ], + [ + "tests/test_move.py", + [ + "TestMoveFileToDirectory", + "test" + ] + ], + [ + "tests/test_move.py", + [ + "TestMoveFileToDirectoryWithoutSpecifiedTargetName", + "test" + ] + ], + [ + "tests/test_move.py", + [ + "TestMoveDirectoryShouldNotOverwriteExisting", + "test" + ] + ], + [ + "tests/test_move.py", + [ + "TestMoveFileBetweenDirectories", + "test" + ] + ], + [ + "tests/test_move.py", + [ + "TestMoveFileInsideDirectory", + "test" + ] + ], + [ + "tests/test_output.py", + [ + "TestOutScheme", + "test" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineShowSingle", + "test" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineShow", + "test" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineShowDeep", + "test" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineListEmpty", + "test" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineListSingle", + "test" + ] + ], + [ + "tests/test_remote.py", + [ + "TestRemote", + "test" + ] + ], + [ + "tests/test_remote.py", + [ + "TestRemoteRemoveDefault", + "test" + ] + ], + [ + "tests/test_remote.py", + [ + "TestRemoteRemove", + "test" + ] + ], + [ + "tests/test_remote.py", + [ + "TestRemoteDefault", + "test" + ] + ], + [ + "tests/test_remote.py", + [ + "TestRemoteShouldHandleUppercaseRemoteName", + "test" + ] + ], + [ + "tests/test_remove.py", + [ + "TestRemove", + "test" + ] + ], + [ + "tests/test_remove.py", + [ + "TestRemoveNonExistentFile", + "test" + ] + ], + [ + "tests/test_remove.py", + [ + "TestRemoveDirectory", + "test" + ] + ], + [ + "tests/test_remove.py", + [ + "TestCmdRemove", + "test" + ] + ], + [ + "tests/test_remove.py", + [ + "TestRemovePurge", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproFail", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproCyclicGraph", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproWorkingDirectoryAsOutput", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproDepUnderDir", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproDepDirWithOutputsUnderIt", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproNoDeps", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproForce", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproChangedCode", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproChangedData", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproDry", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproUpToDate", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproDryNoExec", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproChangedDeepData", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproIgnoreBuildCache", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproPipeline", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproPipelines", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproLocked", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproLockedCallback", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproLockedUnchanged", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproMetricsAddUnchanged", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproPhony", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestNonExistingOutput", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproDataSource", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproChangedDir", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproChangedDirData", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproMissingMd5InStageFile", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestCmdRepro", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestCmdReproChdir", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalBase", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalHTTP", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproShell", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproNoSCM", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproAllPipelines", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproNoCommit", + "test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproAlreadyCached", + "test" + ] + ], + [ + "tests/test_run.py", + [ + "TestRun", + "test" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunEmpty", + "test" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunMissingDep", + "test" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunBadStageFilename", + "test" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunNoExec", + "test" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunCircularDependency", + "test" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunDuplicatedArguments", + "test" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunBadCwd", + "test" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunBadWdir", + "test" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunBadName", + "test" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunRemoveOuts", + "test" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunUnprotectOutsCopy", + "test" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunUnprotectOutsSymlink", + "test" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunUnprotectOutsHardlink", + "test" + ] + ], + [ + "tests/test_run.py", + [ + "TestCmdRunOverwrite", + "test" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunDeterministic", + "test" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunDeterministicOverwrite", + "test" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunDeterministicCallback", + "test" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunDeterministicChangedDep", + "test" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunDeterministicChangedDepsList", + "test" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunDeterministicNewDep", + "test" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunDeterministicRemoveDep", + "test" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunDeterministicChangedOut", + "test" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunDeterministicChangedCmd", + "test" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunCommit", + "test" + ] + ], + [ + "tests/test_scm.py", + [ + "TestIgnore", + "test" + ] + ], + [ + "tests/test_stage.py", + [ + "TestReload", + "test" + ] + ], + [ + "tests/test_state.py", + [ + "TestStateOverflow", + "test" + ] + ], + [ + "tests/test_unprotect.py", + [ + "TestUnprotect", + "test" + ] + ], + [ + "tests/test_updater.py", + [ + "TestUpdater", + "test" + ] + ], + [ + "tests/unit/daemon.py", + [ + "TestDaemon", + "test" + ] + ], + [ + "tests/unit/fs.py", + [ + "TestMtimeAndSize", + "test" + ] + ], + [ + "tests/unit/remote/base.py", + [ + "TestMissingDeps", + "test" + ] + ], + [ + "tests/unit/remote/base.py", + [ + "TestCmdError", + "test" + ] + ], + [ + "tests/unit/remote/base.py", + [ + "TestCacheExists", + "test" + ] + ], + [ + "tests/unit/stage.py", + [ + "TestStageChecksum", + "test" + ] + ] + ], + "test_unicode": [ + [ + "tests/test_add.py", + [ + "TestAdd", + "test_unicode" + ] + ] + ], + "test_file": [ + [ + "tests/test_add.py", + [ + "TestDoubleAddUnchanged", + "test_file" + ] + ] + ], + "test_dir": [ + [ + "tests/test_add.py", + [ + "TestDoubleAddUnchanged", + "test_dir" + ] + ], + [ + "tests/test_metrics.py", + [ + "TestMetricsReproCLI", + "test_dir" + ] + ], + [ + "tests/test_metrics.py", + [ + "TestMetricsCLI", + "test_dir" + ] + ] + ], + "_clean_getenv": [ + [ + "tests/test_analytics.py", + [ + "_clean_getenv" + ] + ] + ], + "test_send": [ + [ + "tests/test_analytics.py", + [ + "TestAnalytics", + "test_send" + ] + ] + ], + "test_send_failed": [ + [ + "tests/test_analytics.py", + [ + "TestAnalytics", + "test_send_failed" + ] + ] + ], + "test_send_disabled": [ + [ + "tests/test_analytics.py", + [ + "TestAnalyticsDvc", + "test_send_disabled" + ] + ] + ], + "test_all": [ + [ + "tests/test_cache.py", + [ + "TestCache", + "test_all" + ] + ] + ], + "test_get": [ + [ + "tests/test_cache.py", + [ + "TestCache", + "test_get" + ] + ] + ], + "_do_test": [ + [ + "tests/test_cache.py", + [ + "TestCacheLoadBadDirCache", + "_do_test" + ] + ], + [ + "tests/test_config.py", + [ + "TestConfigCLI", + "_do_test" + ] + ] + ], + "test_abs_path": [ + [ + "tests/test_cache.py", + [ + "TestCmdCacheDir", + "test_abs_path" + ] + ] + ], + "test_relative_path": [ + [ + "tests/test_cache.py", + [ + "TestCmdCacheDir", + "test_relative_path" + ] + ], + [ + "tests/test_remote.py", + [ + "TestRemote", + "test_relative_path" + ] + ] + ], + "_test_checkout": [ + [ + "tests/test_checkout.py", + [ + "TestCheckout", + "_test_checkout" + ] + ] + ], + "commit_data_file": [ + [ + "tests/test_checkout.py", + [ + "CheckoutBase", + "commit_data_file" + ] + ] + ], + "read_ignored": [ + [ + "tests/test_checkout.py", + [ + "CheckoutBase", + "read_ignored" + ] + ] + ], + "outs_info": [ + [ + "tests/test_checkout.py", + [ + "CheckoutBase", + "outs_info" + ] + ] + ], + "test_force": [ + [ + "tests/test_checkout.py", + [ + "TestCheckoutCleanWorkingDir", + "test_force" + ] + ], + [ + "tests/test_remove.py", + [ + "TestRemovePurge", + "test_force" + ] + ] + ], + "_contains": [ + [ + "tests/test_config.py", + [ + "TestConfigCLI", + "_contains" + ] + ] + ], + "test_root": [ + [ + "tests/test_config.py", + [ + "TestConfigCLI", + "test_root" + ] + ] + ], + "test_local": [ + [ + "tests/test_config.py", + [ + "TestConfigCLI", + "test_local" + ] + ] + ], + "test_non_existing": [ + [ + "tests/test_config.py", + [ + "TestConfigCLI", + "test_non_existing" + ] + ], + [ + "tests/test_metrics.py", + [ + "TestMetricsCLI", + "test_non_existing" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineShowSingle", + "test_non_existing" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineShow", + "test_non_existing" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineShowDeep", + "test_non_existing" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproLocked", + "test_non_existing" + ] + ] + ], + "test_failed_write": [ + [ + "tests/test_config.py", + [ + "TestConfigCLI", + "test_failed_write" + ] + ], + [ + "tests/test_remote.py", + [ + "TestRemote", + "test_failed_write" + ] + ] + ], + "_should_test_aws": [ + [ + "tests/test_data_cloud.py", + [ + "_should_test_aws" + ] + ] + ], + "_should_test_gcp": [ + [ + "tests/test_data_cloud.py", + [ + "_should_test_gcp" + ] + ] + ], + "_should_test_azure": [ + [ + "tests/test_data_cloud.py", + [ + "_should_test_azure" + ] + ] + ], + "_should_test_ssh": [ + [ + "tests/test_data_cloud.py", + [ + "_should_test_ssh" + ] + ] + ], + "_should_test_hdfs": [ + [ + "tests/test_data_cloud.py", + [ + "_should_test_hdfs" + ] + ] + ], + "get_local_storagepath": [ + [ + "tests/test_data_cloud.py", + [ + "get_local_storagepath" + ] + ] + ], + "get_local_url": [ + [ + "tests/test_data_cloud.py", + [ + "get_local_url" + ] + ] + ], + "get_ssh_url": [ + [ + "tests/test_data_cloud.py", + [ + "get_ssh_url" + ] + ] + ], + "get_hdfs_url": [ + [ + "tests/test_data_cloud.py", + [ + "get_hdfs_url" + ] + ] + ], + "get_aws_storagepath": [ + [ + "tests/test_data_cloud.py", + [ + "get_aws_storagepath" + ] + ] + ], + "get_aws_url": [ + [ + "tests/test_data_cloud.py", + [ + "get_aws_url" + ] + ] + ], + "get_gcp_storagepath": [ + [ + "tests/test_data_cloud.py", + [ + "get_gcp_storagepath" + ] + ] + ], + "get_gcp_url": [ + [ + "tests/test_data_cloud.py", + [ + "get_gcp_url" + ] + ] + ], + "get_azure_url_compat": [ + [ + "tests/test_data_cloud.py", + [ + "get_azure_url_compat" + ] + ] + ], + "get_azure_url": [ + [ + "tests/test_data_cloud.py", + [ + "get_azure_url" + ] + ] + ], + "_test_cloud": [ + [ + "tests/test_data_cloud.py", + [ + "TestDataCloud", + "_test_cloud" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestDataCloudBase", + "_test_cloud" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestDataCloudCLIBase", + "_test_cloud" + ] + ] + ], + "_get_cloud_class": [ + [ + "tests/test_data_cloud.py", + [ + "TestDataCloudBase", + "_get_cloud_class" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteS3", + "_get_cloud_class" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteGS", + "_get_cloud_class" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteAzureCompat", + "_get_cloud_class" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteLOCAL", + "_get_cloud_class" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteSSH", + "_get_cloud_class" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteHDFS", + "_get_cloud_class" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRecursiveSyncOperations", + "_get_cloud_class" + ] + ] + ], + "_should_test": [ + [ + "tests/test_data_cloud.py", + [ + "TestDataCloudBase", + "_should_test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteS3", + "_should_test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteGS", + "_should_test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteAzureCompat", + "_should_test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteLOCAL", + "_should_test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteSSH", + "_should_test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteHDFS", + "_should_test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestDataCloudCLIBase", + "_should_test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteSSHCLI", + "_should_test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteHDFSCLI", + "_should_test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestCompatRemoteS3CLI", + "_should_test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteS3CLI", + "_should_test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestCompatRemoteGSCLI", + "_should_test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteGSCLI", + "_should_test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteAzureCLI", + "_should_test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRecursiveSyncOperations", + "_should_test" + ] + ] + ], + "_get_url": [ + [ + "tests/test_data_cloud.py", + [ + "TestDataCloudBase", + "_get_url" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteS3", + "_get_url" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteGS", + "_get_url" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteAzureCompat", + "_get_url" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteAzure", + "_get_url" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteLOCAL", + "_get_url" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteSSH", + "_get_url" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteHDFS", + "_get_url" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRecursiveSyncOperations", + "_get_url" + ] + ] + ], + "_ensure_should_run": [ + [ + "tests/test_data_cloud.py", + [ + "TestDataCloudBase", + "_ensure_should_run" + ] + ] + ], + "_setup_cloud": [ + [ + "tests/test_data_cloud.py", + [ + "TestDataCloudBase", + "_setup_cloud" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteGS", + "_setup_cloud" + ] + ] + ], + "_test": [ + [ + "tests/test_data_cloud.py", + [ + "TestDataCloudCLIBase", + "_test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestCompatRemoteLOCALCLI", + "_test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteLOCALCLI", + "_test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteSSHCLI", + "_test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteHDFSCLI", + "_test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestCompatRemoteS3CLI", + "_test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteS3CLI", + "_test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestCompatRemoteGSCLI", + "_test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteGSCLI", + "_test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestRemoteAzureCLI", + "_test" + ] + ], + [ + "tests/test_data_cloud.py", + [ + "TestWarnOnOutdatedStage", + "_test" + ] + ], + [ + "tests/test_import.py", + [ + "TestFailedImportMessage", + "_test" + ] + ] + ], + "main_fail": [ + [ + "tests/test_data_cloud.py", + [ + "TestDataCloudErrorCLI", + "main_fail" + ] + ] + ], + "test_error": [ + [ + "tests/test_data_cloud.py", + [ + "TestDataCloudErrorCLI", + "test_error" + ] + ], + [ + "tests/test_logger.py", + [ + "TestLogger", + "test_error" + ] + ] + ], + "_prepare_repo": [ + [ + "tests/test_data_cloud.py", + [ + "TestRecursiveSyncOperations", + "_prepare_repo" + ] + ] + ], + "_remove_local_data_files": [ + [ + "tests/test_data_cloud.py", + [ + "TestRecursiveSyncOperations", + "_remove_local_data_files" + ] + ] + ], + "_test_recursive_pull": [ + [ + "tests/test_data_cloud.py", + [ + "TestRecursiveSyncOperations", + "_test_recursive_pull" + ] + ] + ], + "_clear_local_cache": [ + [ + "tests/test_data_cloud.py", + [ + "TestRecursiveSyncOperations", + "_clear_local_cache" + ] + ] + ], + "_test_recursive_fetch": [ + [ + "tests/test_data_cloud.py", + [ + "TestRecursiveSyncOperations", + "_test_recursive_fetch" + ] + ] + ], + "_test_recursive_push": [ + [ + "tests/test_data_cloud.py", + [ + "TestRecursiveSyncOperations", + "_test_recursive_push" + ] + ] + ], + "test_api": [ + [ + "tests/test_gc.py", + [ + "TestGC", + "test_api" + ] + ], + [ + "tests/test_init.py", + [ + "TestInit", + "test_api" + ] + ], + [ + "tests/test_init.py", + [ + "TestInitNoSCMFail", + "test_api" + ] + ], + [ + "tests/test_init.py", + [ + "TestInitNoSCM", + "test_api" + ] + ] + ], + "test_cli": [ + [ + "tests/test_gc.py", + [ + "TestGC", + "test_cli" + ] + ], + [ + "tests/test_init.py", + [ + "TestInit", + "test_cli" + ] + ], + [ + "tests/test_init.py", + [ + "TestInitNoSCMFail", + "test_cli" + ] + ], + [ + "tests/test_init.py", + [ + "TestInitNoSCM", + "test_cli" + ] + ], + [ + "tests/test_lock.py", + [ + "TestLock", + "test_cli" + ] + ], + [ + "tests/test_logger.py", + [ + "TestLogger", + "test_cli" + ] + ], + [ + "tests/test_metrics.py", + [ + "TestNoMetrics", + "test_cli" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproPipeline", + "test_cli" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproPipelines", + "test_cli" + ] + ] + ], + "_test_gc": [ + [ + "tests/test_gc.py", + [ + "TestGC", + "_test_gc" + ] + ] + ], + "_check_cache": [ + [ + "tests/test_gc.py", + [ + "TestGCBranchesTags", + "_check_cache" + ] + ], + [ + "tests/test_gc.py", + [ + "TestGCMultipleDvcRepos", + "_check_cache" + ] + ] + ], + "test_unsupported": [ + [ + "tests/test_import.py", + [ + "TestCmdImport", + "test_unsupported" + ] + ] + ], + "dvc_exception": [ + [ + "tests/test_import.py", + [ + "TestFailedImportMessage", + "_test", + "with_MockLoggerHandlers_l", + "dvc_exception" + ] + ] + ], + "remote": [ + [ + "tests/test_import.py", + [ + "TestInterruptedDownload", + "remote" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalHTTP", + "remote" + ] + ] + ], + "_prepare_interrupted_download": [ + [ + "tests/test_import.py", + [ + "TestInterruptedDownload", + "_prepare_interrupted_download" + ] + ] + ], + "interrupting_generator": [ + [ + "tests/test_import.py", + [ + "TestInterruptedDownload", + "_import_with_interrupt", + "interrupting_generator" + ] + ] + ], + "_import_with_interrupt": [ + [ + "tests/test_import.py", + [ + "TestInterruptedDownload", + "_import_with_interrupt" + ] + ] + ], + "_test_init": [ + [ + "tests/test_init.py", + [ + "TestInit", + "_test_init" + ] + ], + [ + "tests/test_init.py", + [ + "TestInitNoSCM", + "_test_init" + ] + ] + ], + "hook": [ + [ + "tests/test_install.py", + [ + "TestInstall", + "test", + "hook" + ] + ] + ], + "test_with": [ + [ + "tests/test_lock.py", + [ + "TestLock", + "test_with" + ] + ] + ], + "stdout": [ + [ + "tests/test_logger.py", + [ + "TestLogger", + "stdout" + ] + ] + ], + "stderr": [ + [ + "tests/test_logger.py", + [ + "TestLogger", + "stderr" + ] + ] + ], + "test_info": [ + [ + "tests/test_logger.py", + [ + "TestLogger", + "test_info" + ] + ] + ], + "test_debug": [ + [ + "tests/test_logger.py", + [ + "TestLogger", + "test_debug" + ] + ] + ], + "test_warning": [ + [ + "tests/test_logger.py", + [ + "TestLogger", + "test_warning" + ] + ] + ], + "test_error_with_exception": [ + [ + "tests/test_logger.py", + [ + "TestLogger", + "test_error_with_exception" + ] + ] + ], + "test_error_with_exception_and_message": [ + [ + "tests/test_logger.py", + [ + "TestLogger", + "test_error_with_exception_and_message" + ] + ] + ], + "test_error_with_chained_exception_and_message": [ + [ + "tests/test_logger.py", + [ + "TestLogger", + "test_error_with_chained_exception_and_message" + ] + ] + ], + "test_traceback": [ + [ + "tests/test_logger.py", + [ + "TestLogger", + "test_traceback" + ] + ] + ], + "test_box": [ + [ + "tests/test_logger.py", + [ + "TestLogger", + "test_box" + ] + ] + ], + "test_level": [ + [ + "tests/test_logger.py", + [ + "TestLogger", + "test_level" + ] + ] + ], + "test_is_verbose": [ + [ + "tests/test_logger.py", + [ + "TestLogger", + "test_is_verbose" + ] + ] + ], + "test_is_quiet": [ + [ + "tests/test_logger.py", + [ + "TestLogger", + "test_is_quiet" + ] + ] + ], + "test_show": [ + [ + "tests/test_metrics.py", + [ + "TestMetrics", + "test_show" + ] + ] + ], + "test_unknown_type_ignored": [ + [ + "tests/test_metrics.py", + [ + "TestMetrics", + "test_unknown_type_ignored" + ] + ] + ], + "test_type_case_normalized": [ + [ + "tests/test_metrics.py", + [ + "TestMetrics", + "test_type_case_normalized" + ] + ] + ], + "test_xpath_is_empty": [ + [ + "tests/test_metrics.py", + [ + "TestMetrics", + "test_xpath_is_empty" + ] + ] + ], + "test_xpath_is_none": [ + [ + "tests/test_metrics.py", + [ + "TestMetrics", + "test_xpath_is_none" + ] + ] + ], + "test_xpath_all_columns": [ + [ + "tests/test_metrics.py", + [ + "TestMetrics", + "test_xpath_all_columns" + ] + ] + ], + "test_xpath_all_rows": [ + [ + "tests/test_metrics.py", + [ + "TestMetrics", + "test_xpath_all_rows" + ] + ] + ], + "test_xpath_all": [ + [ + "tests/test_metrics.py", + [ + "TestMetrics", + "test_xpath_all" + ] + ] + ], + "test_xpath_all_with_header": [ + [ + "tests/test_metrics.py", + [ + "TestMetrics", + "test_xpath_all_with_header" + ] + ] + ], + "test_binary": [ + [ + "tests/test_metrics.py", + [ + "TestMetricsReproCLI", + "test_binary" + ] + ], + [ + "tests/test_metrics.py", + [ + "TestMetricsCLI", + "test_binary" + ] + ] + ], + "test_wrong_type_add": [ + [ + "tests/test_metrics.py", + [ + "TestMetricsCLI", + "test_wrong_type_add" + ] + ] + ], + "test_wrong_type_modify": [ + [ + "tests/test_metrics.py", + [ + "TestMetricsCLI", + "test_wrong_type_modify" + ] + ] + ], + "test_wrong_type_show": [ + [ + "tests/test_metrics.py", + [ + "TestMetricsCLI", + "test_wrong_type_show" + ] + ] + ], + "_do_add": [ + [ + "tests/test_metrics.py", + [ + "TestCachedMetrics", + "_do_add" + ] + ] + ], + "_do_run": [ + [ + "tests/test_metrics.py", + [ + "TestCachedMetrics", + "_do_run" + ] + ] + ], + "_test_metrics": [ + [ + "tests/test_metrics.py", + [ + "TestCachedMetrics", + "_test_metrics" + ] + ] + ], + "test_add": [ + [ + "tests/test_metrics.py", + [ + "TestCachedMetrics", + "test_add" + ] + ] + ], + "test_run": [ + [ + "tests/test_metrics.py", + [ + "TestCachedMetrics", + "test_run" + ] + ], + [ + "tests/test_run.py", + [ + "TestCmdRun", + "test_run" + ] + ] + ], + "test_commands": [ + [ + "tests/test_pipeline.py", + [ + "TestPipelineShowSingle", + "test_commands" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineShow", + "test_commands" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineShowDeep", + "test_commands" + ] + ] + ], + "test_outs": [ + [ + "tests/test_pipeline.py", + [ + "TestPipelineShowSingle", + "test_outs" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineShow", + "test_outs" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineShowDeep", + "test_outs" + ] + ] + ], + "test_ascii": [ + [ + "tests/test_pipeline.py", + [ + "TestPipelineShowSingle", + "test_ascii" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineShow", + "test_ascii" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineShowDeep", + "test_ascii" + ] + ] + ], + "test_dot": [ + [ + "tests/test_pipeline.py", + [ + "TestPipelineShowSingle", + "test_dot" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineShow", + "test_dot" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineShowDeep", + "test_dot" + ] + ] + ], + "test_ascii_commands": [ + [ + "tests/test_pipeline.py", + [ + "TestPipelineShowSingle", + "test_ascii_commands" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineShow", + "test_ascii_commands" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineShowDeep", + "test_ascii_commands" + ] + ] + ], + "test_ascii_outs": [ + [ + "tests/test_pipeline.py", + [ + "TestPipelineShowSingle", + "test_ascii_outs" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineShow", + "test_ascii_outs" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineShowDeep", + "test_ascii_outs" + ] + ] + ], + "test_dot_commands": [ + [ + "tests/test_pipeline.py", + [ + "TestPipelineShowSingle", + "test_dot_commands" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineShow", + "test_dot_commands" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineShowDeep", + "test_dot_commands" + ] + ] + ], + "test_dot_outs": [ + [ + "tests/test_pipeline.py", + [ + "TestPipelineShowSingle", + "test_dot_outs" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineShow", + "test_dot_outs" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineShowDeep", + "test_dot_outs" + ] + ] + ], + "test_not_dvc_file": [ + [ + "tests/test_pipeline.py", + [ + "TestPipelineShowSingle", + "test_not_dvc_file" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineShow", + "test_not_dvc_file" + ] + ], + [ + "tests/test_pipeline.py", + [ + "TestPipelineShowDeep", + "test_not_dvc_file" + ] + ] + ], + "test_no_stages": [ + [ + "tests/test_pipeline.py", + [ + "TestDvcRepoPipeline", + "test_no_stages" + ] + ] + ], + "one_pipeline": [ + [ + "tests/test_pipeline.py", + [ + "TestDvcRepoPipeline", + "one_pipeline" + ] + ] + ], + "two_pipelines": [ + [ + "tests/test_pipeline.py", + [ + "TestDvcRepoPipeline", + "two_pipelines" + ] + ] + ], + "locked_stage": [ + [ + "tests/test_pipeline.py", + [ + "TestDvcRepoPipeline", + "locked_stage" + ] + ] + ], + "test_nested": [ + [ + "tests/test_repro.py", + [ + "TestReproWorkingDirectoryAsOutput", + "test_nested" + ] + ] + ], + "test_similar_paths": [ + [ + "tests/test_repro.py", + [ + "TestReproWorkingDirectoryAsOutput", + "test_similar_paths" + ] + ] + ], + "swap_code": [ + [ + "tests/test_repro.py", + [ + "TestReproChangedCode", + "swap_code" + ] + ] + ], + "swap_foo_with_bar": [ + [ + "tests/test_repro.py", + [ + "TestReproChangedData", + "swap_foo_with_bar" + ] + ] + ], + "should_test": [ + [ + "tests/test_repro.py", + [ + "TestReproExternalBase", + "should_test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalS3", + "should_test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalGS", + "should_test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalHDFS", + "should_test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalSSH", + "should_test" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalLOCAL", + "should_test" + ] + ] + ], + "cache_scheme": [ + [ + "tests/test_repro.py", + [ + "TestReproExternalBase", + "cache_scheme" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalLOCAL", + "cache_scheme" + ] + ] + ], + "scheme_sep": [ + [ + "tests/test_repro.py", + [ + "TestReproExternalBase", + "scheme_sep" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalLOCAL", + "scheme_sep" + ] + ] + ], + "check_already_cached": [ + [ + "tests/test_repro.py", + [ + "TestReproExternalBase", + "check_already_cached" + ] + ] + ], + "corrupted_cache": [ + [ + "tests/test_repro.py", + [ + "TestReproExternalBase", + "corrupted_cache" + ] + ] + ], + "bucket": [ + [ + "tests/test_repro.py", + [ + "TestReproExternalS3", + "bucket" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalGS", + "bucket" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalHDFS", + "bucket" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalSSH", + "bucket" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalLOCAL", + "bucket" + ] + ] + ], + "cmd": [ + [ + "tests/test_repro.py", + [ + "TestReproExternalS3", + "cmd" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalGS", + "cmd" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalHDFS", + "cmd" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalSSH", + "cmd" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalLOCAL", + "cmd" + ] + ] + ], + "write": [ + [ + "tests/test_repro.py", + [ + "TestReproExternalS3", + "write" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalGS", + "write" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalHDFS", + "write" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalSSH", + "write" + ] + ], + [ + "tests/test_repro.py", + [ + "TestReproExternalLOCAL", + "write" + ] + ] + ], + "local_cache": [ + [ + "tests/test_repro.py", + [ + "TestReproExternalHTTP", + "local_cache" + ] + ] + ], + "external_cache_id": [ + [ + "tests/test_repro.py", + [ + "TestReproExternalHTTP", + "external_cache_id" + ] + ] + ], + "external_cache": [ + [ + "tests/test_repro.py", + [ + "TestReproExternalHTTP", + "external_cache" + ] + ] + ], + "test_outs_no_cache": [ + [ + "tests/test_run.py", + [ + "TestRunCircularDependency", + "test_outs_no_cache" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunDuplicatedArguments", + "test_outs_no_cache" + ] + ] + ], + "test_non_normalized_paths": [ + [ + "tests/test_run.py", + [ + "TestRunCircularDependency", + "test_non_normalized_paths" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunDuplicatedArguments", + "test_non_normalized_paths" + ] + ] + ], + "test_graph": [ + [ + "tests/test_run.py", + [ + "TestRunCircularDependency", + "test_graph" + ] + ] + ], + "test_cwd": [ + [ + "tests/test_run.py", + [ + "TestRunStageInsideOutput", + "test_cwd" + ] + ] + ], + "test_file_name": [ + [ + "tests/test_run.py", + [ + "TestRunStageInsideOutput", + "test_file_name" + ] + ] + ], + "test_same_prefix": [ + [ + "tests/test_run.py", + [ + "TestRunBadCwd", + "test_same_prefix" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunBadWdir", + "test_same_prefix" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunBadName", + "test_same_prefix" + ] + ] + ], + "test_not_found": [ + [ + "tests/test_run.py", + [ + "TestRunBadWdir", + "test_not_found" + ] + ], + [ + "tests/test_run.py", + [ + "TestRunBadName", + "test_not_found" + ] + ] + ], + "test_run_args_from_cli": [ + [ + "tests/test_run.py", + [ + "TestCmdRun", + "test_run_args_from_cli" + ] + ] + ], + "test_run_bad_command": [ + [ + "tests/test_run.py", + [ + "TestCmdRun", + "test_run_bad_command" + ] + ] + ], + "test_run_args_with_spaces": [ + [ + "tests/test_run.py", + [ + "TestCmdRun", + "test_run_args_with_spaces" + ] + ] + ], + "test_keyboard_interrupt": [ + [ + "tests/test_run.py", + [ + "TestCmdRun", + "test_keyboard_interrupt" + ] + ] + ], + "test_cached": [ + [ + "tests/test_run.py", + [ + "TestCmdRunCliMetrics", + "test_cached" + ] + ] + ], + "test_not_cached": [ + [ + "tests/test_run.py", + [ + "TestCmdRunCliMetrics", + "test_not_cached" + ] + ] + ], + "test_none": [ + [ + "tests/test_scm.py", + [ + "TestSCM", + "test_none" + ] + ], + [ + "tests/test_stage.py", + [ + "TestSchemaDepsOuts", + "test_none" + ] + ] + ], + "test_git": [ + [ + "tests/test_scm.py", + [ + "TestSCM", + "test_git" + ] + ] + ], + "test_is_repo": [ + [ + "tests/test_scm.py", + [ + "TestSCMGit", + "test_is_repo" + ] + ] + ], + "test_commit": [ + [ + "tests/test_scm.py", + [ + "TestSCMGit", + "test_commit" + ] + ] + ], + "test_git_submodule": [ + [ + "tests/test_scm.py", + [ + "TestSCMGitSubmodule", + "test_git_submodule" + ] + ] + ], + "test_is_submodule": [ + [ + "tests/test_scm.py", + [ + "TestSCMGitSubmodule", + "test_is_submodule" + ] + ] + ], + "test_commit_in_submodule": [ + [ + "tests/test_scm.py", + [ + "TestSCMGitSubmodule", + "test_commit_in_submodule" + ] + ] + ], + "_count_gitignore": [ + [ + "tests/test_scm.py", + [ + "TestIgnore", + "_count_gitignore" + ] + ] + ], + "_validate_fail": [ + [ + "tests/test_stage.py", + [ + "TestSchema", + "_validate_fail" + ] + ] + ], + "test_cmd_object": [ + [ + "tests/test_stage.py", + [ + "TestSchemaCmd", + "test_cmd_object" + ] + ] + ], + "test_cmd_none": [ + [ + "tests/test_stage.py", + [ + "TestSchemaCmd", + "test_cmd_none" + ] + ] + ], + "test_no_cmd": [ + [ + "tests/test_stage.py", + [ + "TestSchemaCmd", + "test_no_cmd" + ] + ] + ], + "test_cmd_str": [ + [ + "tests/test_stage.py", + [ + "TestSchemaCmd", + "test_cmd_str" + ] + ] + ], + "test_object": [ + [ + "tests/test_stage.py", + [ + "TestSchemaDepsOuts", + "test_object" + ] + ] + ], + "test_empty_list": [ + [ + "tests/test_stage.py", + [ + "TestSchemaDepsOuts", + "test_empty_list" + ] + ] + ], + "test_list": [ + [ + "tests/test_stage.py", + [ + "TestSchemaDepsOuts", + "test_list" + ] + ] + ], + "test_update": [ + [ + "tests/test_state.py", + [ + "TestState", + "test_update" + ] + ] + ], + "test_quiet": [ + [ + "tests/test_status.py", + [ + "TestStatus", + "test_quiet" + ] + ] + ], + "test_implied_cloud": [ + [ + "tests/test_status.py", + [ + "TestStatus", + "test_implied_cloud" + ] + ] + ], + "test_getdirinfo": [ + [ + "tests/test_system.py", + [ + "TestSystem", + "test_getdirinfo" + ] + ] + ], + "test_check_version_newer": [ + [ + "tests/test_updater.py", + [ + "TestUpdater", + "test_check_version_newer" + ] + ] + ], + "test_check_version_equal": [ + [ + "tests/test_updater.py", + [ + "TestUpdater", + "test_check_version_equal" + ] + ] + ], + "test_check_version_outdated": [ + [ + "tests/test_updater.py", + [ + "TestUpdater", + "test_check_version_outdated" + ] + ] + ], + "test_copyfile": [ + [ + "tests/test_utils.py", + [ + "TestUtils", + "test_copyfile" + ] + ] + ], + "test_file_md5_crlf": [ + [ + "tests/test_utils.py", + [ + "TestUtils", + "test_file_md5_crlf" + ] + ] + ], + "test_dict_md5": [ + [ + "tests/test_utils.py", + [ + "TestUtils", + "test_dict_md5" + ] + ] + ], + "_get_cls": [ + [ + "tests/unit/dependency/gs.py", + [ + "TestDependencyGS", + "_get_cls" + ] + ], + [ + "tests/unit/dependency/hdfs.py", + [ + "TestDependencyHDFS", + "_get_cls" + ] + ], + [ + "tests/unit/dependency/http.py", + [ + "TestDependencyHTTP", + "_get_cls" + ] + ], + [ + "tests/unit/dependency/local.py", + [ + "TestDependencyLOCAL", + "_get_cls" + ] + ], + [ + "tests/unit/dependency/s3.py", + [ + "TestDependencyS3", + "_get_cls" + ] + ], + [ + "tests/unit/dependency/ssh.py", + [ + "TestDependencySSH", + "_get_cls" + ] + ], + [ + "tests/unit/output/gs.py", + [ + "TestOutputGS", + "_get_cls" + ] + ], + [ + "tests/unit/output/hdfs.py", + [ + "TestOutputHDFS", + "_get_cls" + ] + ], + [ + "tests/unit/output/local.py", + [ + "TestOutputLOCAL", + "_get_cls" + ] + ], + [ + "tests/unit/output/s3.py", + [ + "TestOutputS3", + "_get_cls" + ] + ], + [ + "tests/unit/output/ssh.py", + [ + "TestOutputSSH", + "_get_cls" + ] + ] + ], + "_get_dependency": [ + [ + "tests/unit/dependency/local.py", + [ + "TestDependencyLOCAL", + "_get_dependency" + ] + ] + ], + "test_save_missing": [ + [ + "tests/unit/dependency/local.py", + [ + "TestDependencyLOCAL", + "test_save_missing" + ] + ], + [ + "tests/unit/output/local.py", + [ + "TestOutputLOCAL", + "test_save_missing" + ] + ] + ], + "_get_output": [ + [ + "tests/unit/output/local.py", + [ + "TestOutputLOCAL", + "_get_output" + ] + ] + ], + "test_eof": [ + [ + "tests/unit/prompt.py", + [ + "TestConfirm", + "test_eof" + ] + ] + ], + "test_init_compat": [ + [ + "tests/unit/remote/azure.py", + [ + "TestRemoteAzure", + "test_init_compat" + ] + ] + ], + "test_init": [ + [ + "tests/unit/remote/azure.py", + [ + "TestRemoteAzure", + "test_init" + ] + ], + [ + "tests/unit/remote/gs.py", + [ + "TestRemoteGS", + "test_init" + ] + ] + ], + "test_gs": [ + [ + "tests/unit/remote/gs.py", + [ + "TestRemoteGS", + "test_gs" + ] + ] + ], + "test_gs_no_credspath": [ + [ + "tests/unit/remote/gs.py", + [ + "TestRemoteGS", + "test_gs_no_credspath" + ] + ] + ], + "test_user": [ + [ + "tests/unit/remote/ssh.py", + [ + "TestRemoteSSH", + "test_user" + ] + ] + ], + "test_url": [ + [ + "tests/unit/remote/ssh.py", + [ + "TestRemoteSSH", + "test_url" + ] + ] + ], + "test_no_path": [ + [ + "tests/unit/remote/ssh.py", + [ + "TestRemoteSSH", + "test_no_path" + ] + ] + ], + "test_port": [ + [ + "tests/unit/remote/ssh.py", + [ + "TestRemoteSSH", + "test_port" + ] + ] + ], + "json": [ + [ + "tests/unit/updater.py", + [ + "MockResponse", + "json" + ] + ], + [ + "tests/unit/updater.py", + [ + "mocked_requests_get", + "MockResponse", + "json" + ] + ] + ], + "mocked_requests_get": [ + [ + "tests/unit/updater.py", + [ + "mocked_requests_get" + ] + ] + ], + "test_fetch": [ + [ + "tests/unit/updater.py", + [ + "TestUpdater", + "test_fetch" + ] + ] + ], + "wrapper": [ + [ + "tests/utils/__init__.py", + [ + "spy", + "wrapper" + ] + ] + ], + "spy": [ + [ + "tests/utils/__init__.py", + [ + "spy" + ] + ] + ], + "load_stage_file": [ + [ + "tests/utils/__init__.py", + [ + "load_stage_file" + ] + ] + ], + "cd": [ + [ + "tests/utils/__init__.py", + [ + "cd" + ] + ] + ], + "end_headers": [ + [ + "tests/utils/httpd.py", + [ + "ETagHandler", + "end_headers" + ] + ], + [ + "tests/utils/httpd.py", + [ + "ContentMD5Handler", + "end_headers" + ] + ] + ], + "bind_port_by_any_means": [ + [ + "tests/utils/httpd.py", + [ + "StaticFileServer", + "bind_port_by_any_means" + ] + ] + ] +} \ No newline at end of file