{ "Analytics": [ [ "dvc/analytics.py", [ "Analytics" ] ] ], "_OpenContextManager": [ [ "dvc/api.py", [ "_OpenContextManager" ] ] ], "CacheConfig": [ [ "dvc/cache.py", [ "CacheConfig" ] ] ], "Cache": [ [ "dvc/cache.py", [ "Cache" ] ] ], "DvcParser": [ [ "dvc/cli.py", [ "DvcParser" ] ] ], "VersionAction": [ [ "dvc/cli.py", [ "VersionAction" ] ] ], "CmdAdd": [ [ "dvc/command/add.py", [ "CmdAdd" ] ] ], "CmdBase": [ [ "dvc/command/base.py", [ "CmdBase" ] ] ], "CmdBaseNoRepo": [ [ "dvc/command/base.py", [ "CmdBaseNoRepo" ] ] ], "CmdCacheDir": [ [ "dvc/command/cache.py", [ "CmdCacheDir" ] ] ], "CmdCheckout": [ [ "dvc/command/checkout.py", [ "CmdCheckout" ] ] ], "CmdCommit": [ [ "dvc/command/commit.py", [ "CmdCommit" ] ] ], "CmdConfig": [ [ "dvc/command/config.py", [ "CmdConfig" ] ] ], "CmdDaemonBase": [ [ "dvc/command/daemon.py", [ "CmdDaemonBase" ] ] ], "CmdDaemonUpdater": [ [ "dvc/command/daemon.py", [ "CmdDaemonUpdater" ] ] ], "CmdDaemonAnalytics": [ [ "dvc/command/daemon.py", [ "CmdDaemonAnalytics" ] ] ], "CmdDataBase": [ [ "dvc/command/data_sync.py", [ "CmdDataBase" ] ] ], "CmdDataPull": [ [ "dvc/command/data_sync.py", [ "CmdDataPull" ] ] ], "CmdDataPush": [ [ "dvc/command/data_sync.py", [ "CmdDataPush" ] ] ], "CmdDataFetch": [ [ "dvc/command/data_sync.py", [ "CmdDataFetch" ] ] ], "CmdDestroy": [ [ "dvc/command/destroy.py", [ "CmdDestroy" ] ] ], "CmdDiff": [ [ "dvc/command/diff.py", [ "CmdDiff" ] ] ], "CmdGC": [ [ "dvc/command/gc.py", [ "CmdGC" ] ] ], "CmdGet": [ [ "dvc/command/get.py", [ "CmdGet" ] ] ], "CmdGetUrl": [ [ "dvc/command/get_url.py", [ "CmdGetUrl" ] ] ], "CmdImport": [ [ "dvc/command/imp.py", [ "CmdImport" ] ] ], "CmdImportUrl": [ [ "dvc/command/imp_url.py", [ "CmdImportUrl" ] ] ], "CmdInit": [ [ "dvc/command/init.py", [ "CmdInit" ] ] ], "CmdInstall": [ [ "dvc/command/install.py", [ "CmdInstall" ] ] ], "CmdLockBase": [ [ "dvc/command/lock.py", [ "CmdLockBase" ] ] ], "CmdLock": [ [ "dvc/command/lock.py", [ "CmdLock" ] ] ], "CmdUnlock": [ [ "dvc/command/lock.py", [ "CmdUnlock" ] ] ], "CmdMetricsShow": [ [ "dvc/command/metrics.py", [ "CmdMetricsShow" ] ] ], "CmdMetricsModify": [ [ "dvc/command/metrics.py", [ "CmdMetricsModify" ] ] ], "CmdMetricsAdd": [ [ "dvc/command/metrics.py", [ "CmdMetricsAdd" ] ] ], "CmdMetricsRemove": [ [ "dvc/command/metrics.py", [ "CmdMetricsRemove" ] ] ], "CmdMove": [ [ "dvc/command/move.py", [ "CmdMove" ] ] ], "CmdPipelineShow": [ [ "dvc/command/pipeline.py", [ "CmdPipelineShow" ] ] ], "CmdPipelineList": [ [ "dvc/command/pipeline.py", [ "CmdPipelineList" ] ] ], "CmdRemoteConfig": [ [ "dvc/command/remote.py", [ "CmdRemoteConfig" ] ] ], "CmdRemoteAdd": [ [ "dvc/command/remote.py", [ "CmdRemoteAdd" ] ] ], "CmdRemoteRemove": [ [ "dvc/command/remote.py", [ "CmdRemoteRemove" ] ] ], "CmdRemoteModify": [ [ "dvc/command/remote.py", [ "CmdRemoteModify" ] ] ], "CmdRemoteDefault": [ [ "dvc/command/remote.py", [ "CmdRemoteDefault" ] ] ], "CmdRemoteList": [ [ "dvc/command/remote.py", [ "CmdRemoteList" ] ] ], "CmdRemove": [ [ "dvc/command/remove.py", [ "CmdRemove" ] ] ], "CmdRepro": [ [ "dvc/command/repro.py", [ "CmdRepro" ] ] ], "CmdRoot": [ [ "dvc/command/root.py", [ "CmdRoot" ] ] ], "CmdRun": [ [ "dvc/command/run.py", [ "CmdRun" ] ] ], "CmdDataStatus": [ [ "dvc/command/status.py", [ "CmdDataStatus" ] ] ], "CmdTagAdd": [ [ "dvc/command/tag.py", [ "CmdTagAdd" ] ] ], "CmdTagRemove": [ [ "dvc/command/tag.py", [ "CmdTagRemove" ] ] ], "CmdTagList": [ [ "dvc/command/tag.py", [ "CmdTagList" ] ] ], "CmdUnprotect": [ [ "dvc/command/unprotect.py", [ "CmdUnprotect" ] ] ], "CmdUpdate": [ [ "dvc/command/update.py", [ "CmdUpdate" ] ] ], "CmdVersion": [ [ "dvc/command/version.py", [ "CmdVersion" ] ] ], "ConfigError": [ [ "dvc/config.py", [ "ConfigError" ] ] ], "Choices": [ [ "dvc/config.py", [ "Choices" ] ] ], "Config": [ [ "dvc/config.py", [ "Config" ] ] ], "VertexViewer": [ [ "dvc/dagascii.py", [ "VertexViewer" ] ] ], "AsciiCanvas": [ [ "dvc/dagascii.py", [ "AsciiCanvas" ] ] ], "DataCloud": [ [ "dvc/data_cloud.py", [ "DataCloud" ] ] ], "DependencyDoesNotExistError": [ [ "dvc/dependency/base.py", [ "DependencyDoesNotExistError" ] ] ], "DependencyIsNotFileOrDirError": [ [ "dvc/dependency/base.py", [ "DependencyIsNotFileOrDirError" ] ] ], "DependencyBase": [ [ "dvc/dependency/base.py", [ "DependencyBase" ] ] ], "DependencyGS": [ [ "dvc/dependency/gs.py", [ "DependencyGS" ] ] ], "DependencyHDFS": [ [ "dvc/dependency/hdfs.py", [ "DependencyHDFS" ] ] ], "DependencyHTTP": [ [ "dvc/dependency/http.py", [ "DependencyHTTP" ] ] ], "DependencyHTTPS": [ [ "dvc/dependency/https.py", [ "DependencyHTTPS" ] ] ], "DependencyLOCAL": [ [ "dvc/dependency/local.py", [ "DependencyLOCAL" ] ] ], "DependencyREPO": [ [ "dvc/dependency/repo.py", [ "DependencyREPO" ] ] ], "DependencyS3": [ [ "dvc/dependency/s3.py", [ "DependencyS3" ] ] ], "DependencySSH": [ [ "dvc/dependency/ssh.py", [ "DependencySSH" ] ] ], "DvcException": [ [ "dvc/exceptions.py", [ "DvcException" ] ] ], "OutputDuplicationError": [ [ "dvc/exceptions.py", [ "OutputDuplicationError" ] ] ], "OutputNotFoundError": [ [ "dvc/exceptions.py", [ "OutputNotFoundError" ] ] ], "StagePathAsOutputError": [ [ "dvc/exceptions.py", [ "StagePathAsOutputError" ] ] ], "CircularDependencyError": [ [ "dvc/exceptions.py", [ "CircularDependencyError" ] ] ], "ArgumentDuplicationError": [ [ "dvc/exceptions.py", [ "ArgumentDuplicationError" ] ] ], "MoveNotDataSourceError": [ [ "dvc/exceptions.py", [ "MoveNotDataSourceError" ] ] ], "NotDvcRepoError": [ [ "dvc/exceptions.py", [ "NotDvcRepoError" ] ] ], "DvcParserError": [ [ "dvc/exceptions.py", [ "DvcParserError" ] ] ], "CyclicGraphError": [ [ "dvc/exceptions.py", [ "CyclicGraphError" ] ] ], "ConfirmRemoveError": [ [ "dvc/exceptions.py", [ "ConfirmRemoveError" ] ] ], "InitError": [ [ "dvc/exceptions.py", [ "InitError" ] ] ], "ReproductionError": [ [ "dvc/exceptions.py", [ "ReproductionError" ] ] ], "BadMetricError": [ [ "dvc/exceptions.py", [ "BadMetricError" ] ] ], "NoMetricsError": [ [ "dvc/exceptions.py", [ "NoMetricsError" ] ] ], "StageFileCorruptedError": [ [ "dvc/exceptions.py", [ "StageFileCorruptedError" ] ] ], "RecursiveAddingWhileUsingFilename": [ [ "dvc/exceptions.py", [ "RecursiveAddingWhileUsingFilename" ] ] ], "OverlappingOutputPathsError": [ [ "dvc/exceptions.py", [ "OverlappingOutputPathsError" ] ] ], "TargetNotDirectoryError": [ [ "dvc/exceptions.py", [ "TargetNotDirectoryError" ] ] ], "CheckoutErrorSuggestGit": [ [ "dvc/exceptions.py", [ "CheckoutErrorSuggestGit" ] ] ], "ETagMismatchError": [ [ "dvc/exceptions.py", [ "ETagMismatchError" ] ] ], "OutputFileMissingError": [ [ "dvc/exceptions.py", [ "OutputFileMissingError" ] ] ], "ExternalRepoError": [ [ "dvc/external_repo.py", [ "ExternalRepoError" ] ] ], "CloneError": [ [ "dvc/external_repo.py", [ "CloneError" ] ] ], "RevError": [ [ "dvc/external_repo.py", [ "RevError" ] ] ], "DvcIgnoreFileHandler": [ [ "dvc/ignore.py", [ "DvcIgnoreFileHandler" ] ] ], "DvcIgnore": [ [ "dvc/ignore.py", [ "DvcIgnore" ] ] ], "DvcIgnoreFromFile": [ [ "dvc/ignore.py", [ "DvcIgnoreFromFile" ] ] ], "DvcIgnoreConstant": [ [ "dvc/ignore.py", [ "DvcIgnoreConstant" ] ] ], "DvcIgnoreDir": [ [ "dvc/ignore.py", [ "DvcIgnoreDir" ] ] ], "DvcIgnoreFile": [ [ "dvc/ignore.py", [ "DvcIgnoreFile" ] ] ], "DvcIgnoreFilter": [ [ "dvc/ignore.py", [ "DvcIgnoreFilter" ] ] ], "LockError": [ [ "dvc/lock.py", [ "LockError" ] ] ], "Lock": [ [ "dvc/lock.py", [ "Lock" ] ] ], "LoggingException": [ [ "dvc/logger.py", [ "LoggingException" ] ] ], "ExcludeErrorsFilter": [ [ "dvc/logger.py", [ "ExcludeErrorsFilter" ] ] ], "ColorFormatter": [ [ "dvc/logger.py", [ "ColorFormatter" ] ] ], "LoggerHandler": [ [ "dvc/logger.py", [ "LoggerHandler" ] ] ], "OutputDoesNotExistError": [ [ "dvc/output/base.py", [ "OutputDoesNotExistError" ] ] ], "OutputIsNotFileOrDirError": [ [ "dvc/output/base.py", [ "OutputIsNotFileOrDirError" ] ] ], "OutputAlreadyTrackedError": [ [ "dvc/output/base.py", [ "OutputAlreadyTrackedError" ] ] ], "OutputBase": [ [ "dvc/output/base.py", [ "OutputBase" ] ] ], "OutputGS": [ [ "dvc/output/gs.py", [ "OutputGS" ] ] ], "OutputHDFS": [ [ "dvc/output/hdfs.py", [ "OutputHDFS" ] ] ], "OutputLOCAL": [ [ "dvc/output/local.py", [ "OutputLOCAL" ] ] ], "OutputS3": [ [ "dvc/output/s3.py", [ "OutputS3" ] ] ], "OutputSSH": [ [ "dvc/output/ssh.py", [ "OutputSSH" ] ] ], "PathInfo": [ [ "dvc/path_info.py", [ "PathInfo" ] ] ], "WindowsPathInfo": [ [ "dvc/path_info.py", [ "WindowsPathInfo" ] ] ], "PosixPathInfo": [ [ "dvc/path_info.py", [ "PosixPathInfo" ] ] ], "_URLPathParents": [ [ "dvc/path_info.py", [ "_URLPathParents" ] ] ], "URLInfo": [ [ "dvc/path_info.py", [ "URLInfo" ] ] ], "CloudURLInfo": [ [ "dvc/path_info.py", [ "CloudURLInfo" ] ] ], "Progress": [ [ "dvc/progress.py", [ "Progress" ] ] ], "ProgressCallback": [ [ "dvc/progress.py", [ "ProgressCallback" ] ] ], "Callback": [ [ "dvc/remote/azure.py", [ "Callback" ] ], [ "dvc/remote/s3.py", [ "Callback" ] ] ], "RemoteAZURE": [ [ "dvc/remote/azure.py", [ "RemoteAZURE" ] ] ], "DataCloudError": [ [ "dvc/remote/base.py", [ "DataCloudError" ] ] ], "RemoteCmdError": [ [ "dvc/remote/base.py", [ "RemoteCmdError" ] ] ], "RemoteActionNotImplemented": [ [ "dvc/remote/base.py", [ "RemoteActionNotImplemented" ] ] ], "RemoteMissingDepsError": [ [ "dvc/remote/base.py", [ "RemoteMissingDepsError" ] ] ], "RemoteBASE": [ [ "dvc/remote/base.py", [ "RemoteBASE" ] ] ], "RemoteConfig": [ [ "dvc/remote/config.py", [ "RemoteConfig" ] ] ], "RemoteGS": [ [ "dvc/remote/gs.py", [ "RemoteGS" ] ] ], "RemoteHDFS": [ [ "dvc/remote/hdfs.py", [ "RemoteHDFS" ] ] ], "ProgressBarCallback": [ [ "dvc/remote/http.py", [ "ProgressBarCallback" ] ] ], "RemoteHTTP": [ [ "dvc/remote/http.py", [ "RemoteHTTP" ] ] ], "RemoteHTTPS": [ [ "dvc/remote/https.py", [ "RemoteHTTPS" ] ] ], "RemoteLOCAL": [ [ "dvc/remote/local/__init__.py", [ "RemoteLOCAL" ] ] ], "SlowLinkDetectorDecorator": [ [ "dvc/remote/local/slow_link_detection.py", [ "SlowLinkDetectorDecorator" ] ] ], "RemoteOSS": [ [ "dvc/remote/oss.py", [ "RemoteOSS" ] ] ], "RemoteS3": [ [ "dvc/remote/s3.py", [ "RemoteS3" ] ] ], "RemoteSSH": [ [ "dvc/remote/ssh/__init__.py", [ "RemoteSSH" ] ] ], "SSHConnection": [ [ "dvc/remote/ssh/connection.py", [ "SSHConnection" ] ] ], "Repo": [ [ "dvc/repo/__init__.py", [ "Repo" ] ] ], "Metrics": [ [ "dvc/repo/metrics/__init__.py", [ "Metrics" ] ] ], "Tag": [ [ "dvc/repo/tag/__init__.py", [ "Tag" ] ] ], "Schemes": [ [ "dvc/scheme.py", [ "Schemes" ] ] ], "NoSCM": [ [ "dvc/scm/__init__.py", [ "NoSCM" ] ] ], "SCMError": [ [ "dvc/scm/base.py", [ "SCMError" ] ] ], "FileNotInRepoError": [ [ "dvc/scm/base.py", [ "FileNotInRepoError" ] ] ], "FileNotInCommitError": [ [ "dvc/scm/base.py", [ "FileNotInCommitError" ] ] ], "FileNotInTargetSubdirError": [ [ "dvc/scm/base.py", [ "FileNotInTargetSubdirError" ] ] ], "Base": [ [ "dvc/scm/base.py", [ "Base" ] ] ], "Git": [ [ "dvc/scm/git/__init__.py", [ "Git" ] ] ], "GitTree": [ [ "dvc/scm/git/tree.py", [ "GitTree" ] ] ], "BaseTree": [ [ "dvc/scm/tree.py", [ "BaseTree" ] ] ], "WorkingTree": [ [ "dvc/scm/tree.py", [ "WorkingTree" ] ] ], "StageCmdFailedError": [ [ "dvc/stage.py", [ "StageCmdFailedError" ] ] ], "StageFileFormatError": [ [ "dvc/stage.py", [ "StageFileFormatError" ] ] ], "StageFileDoesNotExistError": [ [ "dvc/stage.py", [ "StageFileDoesNotExistError" ] ] ], "StageFileAlreadyExistsError": [ [ "dvc/stage.py", [ "StageFileAlreadyExistsError" ] ] ], "StageFileIsNotDvcFileError": [ [ "dvc/stage.py", [ "StageFileIsNotDvcFileError" ] ] ], "StageFileBadNameError": [ [ "dvc/stage.py", [ "StageFileBadNameError" ] ] ], "StagePathOutsideError": [ [ "dvc/stage.py", [ "StagePathOutsideError" ] ] ], "StagePathNotFoundError": [ [ "dvc/stage.py", [ "StagePathNotFoundError" ] ] ], "StagePathNotDirectoryError": [ [ "dvc/stage.py", [ "StagePathNotDirectoryError" ] ] ], "StageCommitError": [ [ "dvc/stage.py", [ "StageCommitError" ] ] ], "StageUpdateError": [ [ "dvc/stage.py", [ "StageUpdateError" ] ] ], "MissingDep": [ [ "dvc/stage.py", [ "MissingDep" ] ] ], "MissingDataSource": [ [ "dvc/stage.py", [ "MissingDataSource" ] ] ], "Stage": [ [ "dvc/stage.py", [ "Stage" ] ] ], "StateVersionTooNewError": [ [ "dvc/state.py", [ "StateVersionTooNewError" ] ] ], "StateBase": [ [ "dvc/state.py", [ "StateBase" ] ] ], "State": [ [ "dvc/state.py", [ "State" ] ] ], "FILETIME": [ [ "dvc/system.py", [ "System", "_getdirinfo", "FILETIME" ] ] ], "BY_HANDLE_FILE_INFORMATION": [ [ "dvc/system.py", [ "System", "_getdirinfo", "BY_HANDLE_FILE_INFORMATION" ] ] ], "System": [ [ "dvc/system.py", [ "System" ] ] ], "Updater": [ [ "dvc/updater.py", [ "Updater" ] ] ], "StringIO": [ [ "dvc/utils/compat.py", [ "if_is_py2_", "StringIO" ] ] ], "BytesIO": [ [ "dvc/utils/compat.py", [ "if_is_py2_", "BytesIO" ] ] ], "BasePathNotInCheckedPathException": [ [ "dvc/utils/fs.py", [ "BasePathNotInCheckedPathException" ] ] ], "build_py": [ [ "setup.py", [ "build_py" ] ] ], "TestDirFixture": [ [ "tests/basic_env.py", [ "TestDirFixture" ] ] ], "TestGitFixture": [ [ "tests/basic_env.py", [ "TestGitFixture" ] ] ], "TestGitSubmoduleFixture": [ [ "tests/basic_env.py", [ "TestGitSubmoduleFixture" ] ] ], "TestDvcFixture": [ [ "tests/basic_env.py", [ "TestDvcFixture" ] ] ], "TestDvcGitFixture": [ [ "tests/basic_env.py", [ "TestDvcGitFixture" ] ] ], "TestDir": [ [ "tests/basic_env.py", [ "TestDir" ] ] ], "TestGit": [ [ "tests/basic_env.py", [ "TestGit" ] ], [ "tests/unit/scm/test_git.py", [ "TestGit" ] ] ], "TestGitSubmodule": [ [ "tests/basic_env.py", [ "TestGitSubmodule" ] ] ], "TestDvc": [ [ "tests/basic_env.py", [ "TestDvc" ] ] ], "TestDvcGit": [ [ "tests/basic_env.py", [ "TestDvcGit" ] ] ], "TestUnpackedDirStatusOptimization": [ [ "tests/func/remote/test_local.py", [ "TestUnpackedDirStatusOptimization" ] ] ], "TestAdd": [ [ "tests/func/test_add.py", [ "TestAdd" ] ], [ "tests/func/test_cli.py", [ "TestAdd" ] ] ], "TestAddUnupportedFile": [ [ "tests/func/test_add.py", [ "TestAddUnupportedFile" ] ] ], "TestAddDirectory": [ [ "tests/func/test_add.py", [ "TestAddDirectory" ] ] ], "TestAddDirectoryRecursive": [ [ "tests/func/test_add.py", [ "TestAddDirectoryRecursive" ] ] ], "TestAddCmdDirectoryRecursive": [ [ "tests/func/test_add.py", [ "TestAddCmdDirectoryRecursive" ] ] ], "TestAddDirectoryWithForwardSlash": [ [ "tests/func/test_add.py", [ "TestAddDirectoryWithForwardSlash" ] ] ], "TestAddTrackedFile": [ [ "tests/func/test_add.py", [ "TestAddTrackedFile" ] ] ], "TestAddDirWithExistingCache": [ [ "tests/func/test_add.py", [ "TestAddDirWithExistingCache" ] ] ], "TestAddModifiedDir": [ [ "tests/func/test_add.py", [ "TestAddModifiedDir" ] ] ], "TestAddFileInDir": [ [ "tests/func/test_add.py", [ "TestAddFileInDir" ] ] ], "TestAddExternalLocalFile": [ [ "tests/func/test_add.py", [ "TestAddExternalLocalFile" ] ] ], "TestAddLocalRemoteFile": [ [ "tests/func/test_add.py", [ "TestAddLocalRemoteFile" ] ] ], "TestCmdAdd": [ [ "tests/func/test_add.py", [ "TestCmdAdd" ] ] ], "TestDoubleAddUnchanged": [ [ "tests/func/test_add.py", [ "TestDoubleAddUnchanged" ] ] ], "TestShouldUpdateStateEntryForFileAfterAdd": [ [ "tests/func/test_add.py", [ "TestShouldUpdateStateEntryForFileAfterAdd" ] ] ], "TestShouldUpdateStateEntryForDirectoryAfterAdd": [ [ "tests/func/test_add.py", [ "TestShouldUpdateStateEntryForDirectoryAfterAdd" ] ] ], "TestAddCommit": [ [ "tests/func/test_add.py", [ "TestAddCommit" ] ] ], "TestShouldCollectDirCacheOnlyOnce": [ [ "tests/func/test_add.py", [ "TestShouldCollectDirCacheOnlyOnce" ] ] ], "SymlinkAddTestBase": [ [ "tests/func/test_add.py", [ "SymlinkAddTestBase" ] ] ], "TestShouldAddDataFromExternalSymlink": [ [ "tests/func/test_add.py", [ "TestShouldAddDataFromExternalSymlink" ] ] ], "TestShouldAddDataFromInternalSymlink": [ [ "tests/func/test_add.py", [ "TestShouldAddDataFromInternalSymlink" ] ] ], "TestShouldPlaceStageInDataDirIfRepositoryBelowSymlink": [ [ "tests/func/test_add.py", [ "TestShouldPlaceStageInDataDirIfRepositoryBelowSymlink" ] ] ], "TestShouldThrowProperExceptionOnCorruptedStageFile": [ [ "tests/func/test_add.py", [ "TestShouldThrowProperExceptionOnCorruptedStageFile" ] ] ], "TestAddFilename": [ [ "tests/func/test_add.py", [ "TestAddFilename" ] ] ], "TestShouldCleanUpAfterFailedAdd": [ [ "tests/func/test_add.py", [ "TestShouldCleanUpAfterFailedAdd" ] ] ], "TestShouldNotTrackGitInternalFiles": [ [ "tests/func/test_add.py", [ "TestShouldNotTrackGitInternalFiles" ] ] ], "TestAddUnprotected": [ [ "tests/func/test_add.py", [ "TestAddUnprotected" ] ] ], "TestAnalytics": [ [ "tests/func/test_analytics.py", [ "TestAnalytics" ] ] ], "TestAnalyticsGit": [ [ "tests/func/test_analytics.py", [ "TestAnalyticsGit" ] ] ], "TestAnalyticsDvc": [ [ "tests/func/test_analytics.py", [ "TestAnalyticsDvc" ] ] ], "S3": [ [ "tests/func/test_api.py", [ "S3" ] ] ], "GCP": [ [ "tests/func/test_api.py", [ "GCP" ] ] ], "Azure": [ [ "tests/func/test_api.py", [ "Azure" ] ] ], "OSS": [ [ "tests/func/test_api.py", [ "OSS" ] ] ], "SSH": [ [ "tests/func/test_api.py", [ "SSH" ] ] ], "HDFS": [ [ "tests/func/test_api.py", [ "HDFS" ] ] ], "TestCache": [ [ "tests/func/test_cache.py", [ "TestCache" ] ] ], "TestCacheLoadBadDirCache": [ [ "tests/func/test_cache.py", [ "TestCacheLoadBadDirCache" ] ] ], "TestExternalCacheDir": [ [ "tests/func/test_cache.py", [ "TestExternalCacheDir" ] ] ], "TestSharedCacheDir": [ [ "tests/func/test_cache.py", [ "TestSharedCacheDir" ] ] ], "TestCacheLinkType": [ [ "tests/func/test_cache.py", [ "TestCacheLinkType" ] ] ], "TestCmdCacheDir": [ [ "tests/func/test_cache.py", [ "TestCmdCacheDir" ] ] ], "TestShouldCacheBeReflinkOrCopyByDefault": [ [ "tests/func/test_cache.py", [ "TestShouldCacheBeReflinkOrCopyByDefault" ] ] ], "TestCheckout": [ [ "tests/func/test_checkout.py", [ "TestCheckout" ] ], [ "tests/func/test_cli.py", [ "TestCheckout" ] ] ], "TestCheckoutSingleStage": [ [ "tests/func/test_checkout.py", [ "TestCheckoutSingleStage" ] ] ], "TestCheckoutCorruptedCacheFile": [ [ "tests/func/test_checkout.py", [ "TestCheckoutCorruptedCacheFile" ] ] ], "TestCheckoutCorruptedCacheDir": [ [ "tests/func/test_checkout.py", [ "TestCheckoutCorruptedCacheDir" ] ] ], "TestCmdCheckout": [ [ "tests/func/test_checkout.py", [ "TestCmdCheckout" ] ] ], "CheckoutBase": [ [ "tests/func/test_checkout.py", [ "CheckoutBase" ] ] ], "TestRemoveFilesWhenCheckout": [ [ "tests/func/test_checkout.py", [ "TestRemoveFilesWhenCheckout" ] ] ], "TestCheckoutCleanWorkingDir": [ [ "tests/func/test_checkout.py", [ "TestCheckoutCleanWorkingDir" ] ] ], "TestCheckoutSelectiveRemove": [ [ "tests/func/test_checkout.py", [ "TestCheckoutSelectiveRemove" ] ] ], "TestGitIgnoreBasic": [ [ "tests/func/test_checkout.py", [ "TestGitIgnoreBasic" ] ] ], "TestGitIgnoreWhenCheckout": [ [ "tests/func/test_checkout.py", [ "TestGitIgnoreWhenCheckout" ] ] ], "TestCheckoutMissingMd5InStageFile": [ [ "tests/func/test_checkout.py", [ "TestCheckoutMissingMd5InStageFile" ] ] ], "TestCheckoutEmptyDir": [ [ "tests/func/test_checkout.py", [ "TestCheckoutEmptyDir" ] ] ], "TestCheckoutNotCachedFile": [ [ "tests/func/test_checkout.py", [ "TestCheckoutNotCachedFile" ] ] ], "TestCheckoutWithDeps": [ [ "tests/func/test_checkout.py", [ "TestCheckoutWithDeps" ] ] ], "TestCheckoutDirectory": [ [ "tests/func/test_checkout.py", [ "TestCheckoutDirectory" ] ] ], "TestCheckoutHook": [ [ "tests/func/test_checkout.py", [ "TestCheckoutHook" ] ] ], "TestCheckoutSuggestGit": [ [ "tests/func/test_checkout.py", [ "TestCheckoutSuggestGit" ] ] ], "TestCheckoutShouldHaveSelfClearingProgressBar": [ [ "tests/func/test_checkout.py", [ "TestCheckoutShouldHaveSelfClearingProgressBar" ] ] ], "TestCheckoutTargetRecursiveShouldNotRemoveOtherUsedFiles": [ [ "tests/func/test_checkout.py", [ "TestCheckoutTargetRecursiveShouldNotRemoveOtherUsedFiles" ] ] ], "TestCheckoutRecursiveNotDirectory": [ [ "tests/func/test_checkout.py", [ "TestCheckoutRecursiveNotDirectory" ] ] ], "TestCheckoutMovedCacheDirWithSymlinks": [ [ "tests/func/test_checkout.py", [ "TestCheckoutMovedCacheDirWithSymlinks" ] ] ], "TestArgParse": [ [ "tests/func/test_cli.py", [ "TestArgParse" ] ] ], "TestRun": [ [ "tests/func/test_cli.py", [ "TestRun" ] ], [ "tests/func/test_run.py", [ "TestRun" ] ] ], "TestPull": [ [ "tests/func/test_cli.py", [ "TestPull" ] ] ], "TestPush": [ [ "tests/func/test_cli.py", [ "TestPush" ] ] ], "TestStatus": [ [ "tests/func/test_cli.py", [ "TestStatus" ] ], [ "tests/func/test_status.py", [ "TestStatus" ] ] ], "TestRepro": [ [ "tests/func/test_cli.py", [ "TestRepro" ] ], [ "tests/func/test_repro.py", [ "TestRepro" ] ] ], "TestRemove": [ [ "tests/func/test_cli.py", [ "TestRemove" ] ], [ "tests/func/test_remove.py", [ "TestRemove" ] ] ], "TestGC": [ [ "tests/func/test_cli.py", [ "TestGC" ] ], [ "tests/func/test_gc.py", [ "TestGC" ] ] ], "TestGCMultipleDvcRepos": [ [ "tests/func/test_cli.py", [ "TestGCMultipleDvcRepos" ] ], [ "tests/func/test_gc.py", [ "TestGCMultipleDvcRepos" ] ] ], "TestConfig": [ [ "tests/func/test_cli.py", [ "TestConfig" ] ] ], "A": [ [ "tests/func/test_cli.py", [ "TestFindRoot", "test", "A" ] ] ], "TestFindRoot": [ [ "tests/func/test_cli.py", [ "TestFindRoot" ] ] ], "TestConfigCLI": [ [ "tests/func/test_config.py", [ "TestConfigCLI" ] ] ], "TestDataCloud": [ [ "tests/func/test_data_cloud.py", [ "TestDataCloud" ] ] ], "TestDataCloudBase": [ [ "tests/func/test_data_cloud.py", [ "TestDataCloudBase" ] ] ], "TestRemoteS3": [ [ "tests/func/test_data_cloud.py", [ "TestRemoteS3" ] ] ], "TestRemoteGS": [ [ "tests/func/test_data_cloud.py", [ "TestRemoteGS" ] ], [ "tests/unit/remote/test_gs.py", [ "TestRemoteGS" ] ] ], "TestRemoteAZURE": [ [ "tests/func/test_data_cloud.py", [ "TestRemoteAZURE" ] ], [ "tests/unit/remote/test_azure.py", [ "TestRemoteAZURE" ] ] ], "TestRemoteOSS": [ [ "tests/func/test_data_cloud.py", [ "TestRemoteOSS" ] ], [ "tests/unit/remote/test_oss.py", [ "TestRemoteOSS" ] ] ], "TestRemoteLOCAL": [ [ "tests/func/test_data_cloud.py", [ "TestRemoteLOCAL" ] ] ], "TestRemoteSSH": [ [ "tests/func/test_data_cloud.py", [ "TestRemoteSSH" ] ], [ "tests/unit/remote/ssh/test_ssh.py", [ "TestRemoteSSH" ] ] ], "TestRemoteSSHMocked": [ [ "tests/func/test_data_cloud.py", [ "TestRemoteSSHMocked" ] ] ], "TestRemoteHDFS": [ [ "tests/func/test_data_cloud.py", [ "TestRemoteHDFS" ] ] ], "TestDataCloudCLIBase": [ [ "tests/func/test_data_cloud.py", [ "TestDataCloudCLIBase" ] ] ], "TestCompatRemoteLOCALCLI": [ [ "tests/func/test_data_cloud.py", [ "TestCompatRemoteLOCALCLI" ] ] ], "TestRemoteLOCALCLI": [ [ "tests/func/test_data_cloud.py", [ "TestRemoteLOCALCLI" ] ] ], "TestRemoteSSHCLI": [ [ "tests/func/test_data_cloud.py", [ "TestRemoteSSHCLI" ] ] ], "TestRemoteHDFSCLI": [ [ "tests/func/test_data_cloud.py", [ "TestRemoteHDFSCLI" ] ] ], "TestCompatRemoteS3CLI": [ [ "tests/func/test_data_cloud.py", [ "TestCompatRemoteS3CLI" ] ] ], "TestRemoteS3CLI": [ [ "tests/func/test_data_cloud.py", [ "TestRemoteS3CLI" ] ] ], "TestCompatRemoteGSCLI": [ [ "tests/func/test_data_cloud.py", [ "TestCompatRemoteGSCLI" ] ] ], "TestRemoteGSCLI": [ [ "tests/func/test_data_cloud.py", [ "TestRemoteGSCLI" ] ] ], "TestRemoteAZURECLI": [ [ "tests/func/test_data_cloud.py", [ "TestRemoteAZURECLI" ] ] ], "TestRemoteOSSCLI": [ [ "tests/func/test_data_cloud.py", [ "TestRemoteOSSCLI" ] ] ], "TestDataCloudErrorCLI": [ [ "tests/func/test_data_cloud.py", [ "TestDataCloudErrorCLI" ] ] ], "TestWarnOnOutdatedStage": [ [ "tests/func/test_data_cloud.py", [ "TestWarnOnOutdatedStage" ] ] ], "TestRecursiveSyncOperations": [ [ "tests/func/test_data_cloud.py", [ "TestRecursiveSyncOperations" ] ] ], "TestCheckSumRecalculation": [ [ "tests/func/test_data_cloud.py", [ "TestCheckSumRecalculation" ] ] ], "TestShouldWarnOnNoChecksumInLocalAndRemoteCache": [ [ "tests/func/test_data_cloud.py", [ "TestShouldWarnOnNoChecksumInLocalAndRemoteCache" ] ] ], "TestDiff": [ [ "tests/func/test_diff.py", [ "TestDiff" ] ] ], "TestDiffRepo": [ [ "tests/func/test_diff.py", [ "TestDiffRepo" ] ] ], "TestDiffCmdLine": [ [ "tests/func/test_diff.py", [ "TestDiffCmdLine" ] ] ], "TestDiffCmdMessage": [ [ "tests/func/test_diff.py", [ "TestDiffCmdMessage" ] ] ], "TestDiffDir": [ [ "tests/func/test_diff.py", [ "TestDiffDir" ] ] ], "TestDiffDirRepo": [ [ "tests/func/test_diff.py", [ "TestDiffDirRepo" ] ] ], "TestDiffDirRepoDeletedFile": [ [ "tests/func/test_diff.py", [ "TestDiffDirRepoDeletedFile" ] ] ], "TestDiffFileNotFound": [ [ "tests/func/test_diff.py", [ "TestDiffFileNotFound" ] ] ], "TestGCBranchesTags": [ [ "tests/func/test_gc.py", [ "TestGCBranchesTags" ] ] ], "TestDvcIgnore": [ [ "tests/func/test_ignore.py", [ "TestDvcIgnore" ] ] ], "TestCmdImport": [ [ "tests/func/test_import_url.py", [ "TestCmdImport" ] ] ], "TestDefaultOutput": [ [ "tests/func/test_import_url.py", [ "TestDefaultOutput" ] ] ], "TestFailedImportMessage": [ [ "tests/func/test_import_url.py", [ "TestFailedImportMessage" ] ] ], "TestInterruptedDownload": [ [ "tests/func/test_import_url.py", [ "TestInterruptedDownload" ] ] ], "TestShouldResumeDownload": [ [ "tests/func/test_import_url.py", [ "TestShouldResumeDownload" ] ] ], "TestShouldNotResumeDownload": [ [ "tests/func/test_import_url.py", [ "TestShouldNotResumeDownload" ] ] ], "TestShouldRemoveOutsBeforeImport": [ [ "tests/func/test_import_url.py", [ "TestShouldRemoveOutsBeforeImport" ] ] ], "TestImportFilename": [ [ "tests/func/test_import_url.py", [ "TestImportFilename" ] ] ], "TestInit": [ [ "tests/func/test_init.py", [ "TestInit" ] ] ], "TestDoubleInit": [ [ "tests/func/test_init.py", [ "TestDoubleInit" ] ] ], "TestInitNoSCMFail": [ [ "tests/func/test_init.py", [ "TestInitNoSCMFail" ] ] ], "TestInitNoSCM": [ [ "tests/func/test_init.py", [ "TestInitNoSCM" ] ] ], "TestInstall": [ [ "tests/func/test_install.py", [ "TestInstall" ] ] ], "TestLock": [ [ "tests/func/test_lock.py", [ "TestLock" ] ] ], "TestMetricsBase": [ [ "tests/func/test_metrics.py", [ "TestMetricsBase" ] ] ], "TestMetrics": [ [ "tests/func/test_metrics.py", [ "TestMetrics" ] ] ], "TestMetricsRecursive": [ [ "tests/func/test_metrics.py", [ "TestMetricsRecursive" ] ] ], "TestMetricsReproCLI": [ [ "tests/func/test_metrics.py", [ "TestMetricsReproCLI" ] ] ], "TestMetricsCLI": [ [ "tests/func/test_metrics.py", [ "TestMetricsCLI" ] ] ], "TestNoMetrics": [ [ "tests/func/test_metrics.py", [ "TestNoMetrics" ] ] ], "TestCachedMetrics": [ [ "tests/func/test_metrics.py", [ "TestCachedMetrics" ] ] ], "TestMetricsType": [ [ "tests/func/test_metrics.py", [ "TestMetricsType" ] ] ], "TestShouldDisplayMetricsEvenIfMetricIsMissing": [ [ "tests/func/test_metrics.py", [ "TestShouldDisplayMetricsEvenIfMetricIsMissing" ] ] ], "TestMove": [ [ "tests/func/test_move.py", [ "TestMove" ] ] ], "TestMoveNonExistentFile": [ [ "tests/func/test_move.py", [ "TestMoveNonExistentFile" ] ] ], "TestMoveDirectory": [ [ "tests/func/test_move.py", [ "TestMoveDirectory" ] ] ], "TestCmdMove": [ [ "tests/func/test_move.py", [ "TestCmdMove" ] ] ], "TestMoveNotDataSource": [ [ "tests/func/test_move.py", [ "TestMoveNotDataSource" ] ] ], "TestMoveFileWithExtension": [ [ "tests/func/test_move.py", [ "TestMoveFileWithExtension" ] ] ], "TestMoveFileToDirectory": [ [ "tests/func/test_move.py", [ "TestMoveFileToDirectory" ] ] ], "TestMoveFileToDirectoryWithoutSpecifiedTargetName": [ [ "tests/func/test_move.py", [ "TestMoveFileToDirectoryWithoutSpecifiedTargetName" ] ] ], "TestMoveDirectoryShouldNotOverwriteExisting": [ [ "tests/func/test_move.py", [ "TestMoveDirectoryShouldNotOverwriteExisting" ] ] ], "TestMoveFileBetweenDirectories": [ [ "tests/func/test_move.py", [ "TestMoveFileBetweenDirectories" ] ] ], "TestMoveFileInsideDirectory": [ [ "tests/func/test_move.py", [ "TestMoveFileInsideDirectory" ] ] ], "TestPipelineShowSingle": [ [ "tests/func/test_pipeline.py", [ "TestPipelineShowSingle" ] ] ], "TestPipelineShow": [ [ "tests/func/test_pipeline.py", [ "TestPipelineShow" ] ] ], "TestPipelineShowOuts": [ [ "tests/func/test_pipeline.py", [ "TestPipelineShowOuts" ] ] ], "TestPipelineShowDeep": [ [ "tests/func/test_pipeline.py", [ "TestPipelineShowDeep" ] ] ], "TestPipelineListEmpty": [ [ "tests/func/test_pipeline.py", [ "TestPipelineListEmpty" ] ] ], "TestPipelineListSingle": [ [ "tests/func/test_pipeline.py", [ "TestPipelineListSingle" ] ] ], "TestDvcRepoPipeline": [ [ "tests/func/test_pipeline.py", [ "TestDvcRepoPipeline" ] ] ], "TestRemote": [ [ "tests/func/test_remote.py", [ "TestRemote" ] ] ], "TestRemoteRemoveDefault": [ [ "tests/func/test_remote.py", [ "TestRemoteRemoveDefault" ] ] ], "TestRemoteRemove": [ [ "tests/func/test_remote.py", [ "TestRemoteRemove" ] ] ], "TestRemoteDefault": [ [ "tests/func/test_remote.py", [ "TestRemoteDefault" ] ] ], "TestRemoteShouldHandleUppercaseRemoteName": [ [ "tests/func/test_remote.py", [ "TestRemoteShouldHandleUppercaseRemoteName" ] ] ], "TestRemoveNonExistentFile": [ [ "tests/func/test_remove.py", [ "TestRemoveNonExistentFile" ] ] ], "TestRemoveBrokenSymlink": [ [ "tests/func/test_remove.py", [ "TestRemoveBrokenSymlink" ] ] ], "TestRemoveDirectory": [ [ "tests/func/test_remove.py", [ "TestRemoveDirectory" ] ] ], "TestCmdRemove": [ [ "tests/func/test_remove.py", [ "TestCmdRemove" ] ] ], "TestRemovePurge": [ [ "tests/func/test_remove.py", [ "TestRemovePurge" ] ] ], "TestCollect": [ [ "tests/func/test_repo.py", [ "TestCollect" ] ] ], "TestIgnore": [ [ "tests/func/test_repo.py", [ "TestIgnore" ] ], [ "tests/func/test_scm.py", [ "TestIgnore" ] ] ], "TestReproFail": [ [ "tests/func/test_repro.py", [ "TestReproFail" ] ] ], "TestReproCyclicGraph": [ [ "tests/func/test_repro.py", [ "TestReproCyclicGraph" ] ] ], "TestReproWorkingDirectoryAsOutput": [ [ "tests/func/test_repro.py", [ "TestReproWorkingDirectoryAsOutput" ] ] ], "TestReproDepUnderDir": [ [ "tests/func/test_repro.py", [ "TestReproDepUnderDir" ] ] ], "TestReproDepDirWithOutputsUnderIt": [ [ "tests/func/test_repro.py", [ "TestReproDepDirWithOutputsUnderIt" ] ] ], "TestReproNoDeps": [ [ "tests/func/test_repro.py", [ "TestReproNoDeps" ] ] ], "TestReproForce": [ [ "tests/func/test_repro.py", [ "TestReproForce" ] ] ], "TestReproChangedCode": [ [ "tests/func/test_repro.py", [ "TestReproChangedCode" ] ] ], "TestReproChangedData": [ [ "tests/func/test_repro.py", [ "TestReproChangedData" ] ] ], "TestReproDry": [ [ "tests/func/test_repro.py", [ "TestReproDry" ] ] ], "TestReproUpToDate": [ [ "tests/func/test_repro.py", [ "TestReproUpToDate" ] ] ], "TestReproDryNoExec": [ [ "tests/func/test_repro.py", [ "TestReproDryNoExec" ] ] ], "TestReproChangedDeepData": [ [ "tests/func/test_repro.py", [ "TestReproChangedDeepData" ] ] ], "TestReproIgnoreBuildCache": [ [ "tests/func/test_repro.py", [ "TestReproIgnoreBuildCache" ] ] ], "TestReproPipeline": [ [ "tests/func/test_repro.py", [ "TestReproPipeline" ] ] ], "TestReproPipelines": [ [ "tests/func/test_repro.py", [ "TestReproPipelines" ] ] ], "TestReproLocked": [ [ "tests/func/test_repro.py", [ "TestReproLocked" ] ] ], "TestReproLockedCallback": [ [ "tests/func/test_repro.py", [ "TestReproLockedCallback" ] ] ], "TestReproLockedUnchanged": [ [ "tests/func/test_repro.py", [ "TestReproLockedUnchanged" ] ] ], "TestReproMetricsAddUnchanged": [ [ "tests/func/test_repro.py", [ "TestReproMetricsAddUnchanged" ] ] ], "TestReproPhony": [ [ "tests/func/test_repro.py", [ "TestReproPhony" ] ] ], "TestNonExistingOutput": [ [ "tests/func/test_repro.py", [ "TestNonExistingOutput" ] ] ], "TestReproDataSource": [ [ "tests/func/test_repro.py", [ "TestReproDataSource" ] ] ], "TestReproChangedDir": [ [ "tests/func/test_repro.py", [ "TestReproChangedDir" ] ] ], "TestReproChangedDirData": [ [ "tests/func/test_repro.py", [ "TestReproChangedDirData" ] ] ], "TestReproMissingMd5InStageFile": [ [ "tests/func/test_repro.py", [ "TestReproMissingMd5InStageFile" ] ] ], "TestCmdRepro": [ [ "tests/func/test_repro.py", [ "TestCmdRepro" ] ] ], "TestCmdReproChdirCwdBackwardCompatible": [ [ "tests/func/test_repro.py", [ "TestCmdReproChdirCwdBackwardCompatible" ] ] ], "TestCmdReproChdir": [ [ "tests/func/test_repro.py", [ "TestCmdReproChdir" ] ] ], "TestReproExternalBase": [ [ "tests/func/test_repro.py", [ "TestReproExternalBase" ] ] ], "TestReproExternalS3": [ [ "tests/func/test_repro.py", [ "TestReproExternalS3" ] ] ], "TestReproExternalGS": [ [ "tests/func/test_repro.py", [ "TestReproExternalGS" ] ] ], "TestReproExternalHDFS": [ [ "tests/func/test_repro.py", [ "TestReproExternalHDFS" ] ] ], "TestReproExternalSSH": [ [ "tests/func/test_repro.py", [ "TestReproExternalSSH" ] ] ], "TestReproExternalLOCAL": [ [ "tests/func/test_repro.py", [ "TestReproExternalLOCAL" ] ] ], "TestReproExternalHTTP": [ [ "tests/func/test_repro.py", [ "TestReproExternalHTTP" ] ] ], "TestReproShell": [ [ "tests/func/test_repro.py", [ "TestReproShell" ] ] ], "TestReproAllPipelines": [ [ "tests/func/test_repro.py", [ "TestReproAllPipelines" ] ] ], "TestReproNoCommit": [ [ "tests/func/test_repro.py", [ "TestReproNoCommit" ] ] ], "TestReproAlreadyCached": [ [ "tests/func/test_repro.py", [ "TestReproAlreadyCached" ] ] ], "TestShouldDisplayMetricsOnReproWithMetricsOption": [ [ "tests/func/test_repro.py", [ "TestShouldDisplayMetricsOnReproWithMetricsOption" ] ] ], "TestReproDownstream": [ [ "tests/func/test_repro.py", [ "TestReproDownstream" ] ] ], "TestRunEmpty": [ [ "tests/func/test_run.py", [ "TestRunEmpty" ] ] ], "TestRunMissingDep": [ [ "tests/func/test_run.py", [ "TestRunMissingDep" ] ] ], "TestRunBadStageFilename": [ [ "tests/func/test_run.py", [ "TestRunBadStageFilename" ] ] ], "TestRunNoExec": [ [ "tests/func/test_run.py", [ "TestRunNoExec" ] ] ], "TestRunCircularDependency": [ [ "tests/func/test_run.py", [ "TestRunCircularDependency" ] ] ], "TestRunDuplicatedArguments": [ [ "tests/func/test_run.py", [ "TestRunDuplicatedArguments" ] ] ], "TestRunStageInsideOutput": [ [ "tests/func/test_run.py", [ "TestRunStageInsideOutput" ] ] ], "TestRunBadCwd": [ [ "tests/func/test_run.py", [ "TestRunBadCwd" ] ] ], "TestRunBadWdir": [ [ "tests/func/test_run.py", [ "TestRunBadWdir" ] ] ], "TestRunBadName": [ [ "tests/func/test_run.py", [ "TestRunBadName" ] ] ], "TestRunRemoveOuts": [ [ "tests/func/test_run.py", [ "TestRunRemoveOuts" ] ] ], "TestRunUnprotectOutsCopy": [ [ "tests/func/test_run.py", [ "TestRunUnprotectOutsCopy" ] ] ], "TestRunUnprotectOutsSymlink": [ [ "tests/func/test_run.py", [ "TestRunUnprotectOutsSymlink" ] ] ], "TestRunUnprotectOutsHardlink": [ [ "tests/func/test_run.py", [ "TestRunUnprotectOutsHardlink" ] ] ], "TestCmdRunOverwrite": [ [ "tests/func/test_run.py", [ "TestCmdRunOverwrite" ] ] ], "TestCmdRunCliMetrics": [ [ "tests/func/test_run.py", [ "TestCmdRunCliMetrics" ] ] ], "TestCmdRunWorkingDirectory": [ [ "tests/func/test_run.py", [ "TestCmdRunWorkingDirectory" ] ] ], "TestRunDeterministicBase": [ [ "tests/func/test_run.py", [ "TestRunDeterministicBase" ] ] ], "TestRunDeterministic": [ [ "tests/func/test_run.py", [ "TestRunDeterministic" ] ] ], "TestRunDeterministicOverwrite": [ [ "tests/func/test_run.py", [ "TestRunDeterministicOverwrite" ] ] ], "TestRunDeterministicCallback": [ [ "tests/func/test_run.py", [ "TestRunDeterministicCallback" ] ] ], "TestRunDeterministicChangedDep": [ [ "tests/func/test_run.py", [ "TestRunDeterministicChangedDep" ] ] ], "TestRunDeterministicChangedDepsList": [ [ "tests/func/test_run.py", [ "TestRunDeterministicChangedDepsList" ] ] ], "TestRunDeterministicNewDep": [ [ "tests/func/test_run.py", [ "TestRunDeterministicNewDep" ] ] ], "TestRunDeterministicRemoveDep": [ [ "tests/func/test_run.py", [ "TestRunDeterministicRemoveDep" ] ] ], "TestRunDeterministicChangedOut": [ [ "tests/func/test_run.py", [ "TestRunDeterministicChangedOut" ] ] ], "TestRunDeterministicChangedCmd": [ [ "tests/func/test_run.py", [ "TestRunDeterministicChangedCmd" ] ] ], "TestRunCommit": [ [ "tests/func/test_run.py", [ "TestRunCommit" ] ] ], "TestRunPersist": [ [ "tests/func/test_run.py", [ "TestRunPersist" ] ] ], "TestRunPersistOuts": [ [ "tests/func/test_run.py", [ "TestRunPersistOuts" ] ] ], "TestRunPersistOutsNoCache": [ [ "tests/func/test_run.py", [ "TestRunPersistOutsNoCache" ] ] ], "TestShouldRaiseOnOverlappingOutputPaths": [ [ "tests/func/test_run.py", [ "TestShouldRaiseOnOverlappingOutputPaths" ] ] ], "TestRerunWithSameOutputs": [ [ "tests/func/test_run.py", [ "TestRerunWithSameOutputs" ] ] ], "TestNewRunShouldRemoveOutsOnNoPersist": [ [ "tests/func/test_run.py", [ "TestNewRunShouldRemoveOutsOnNoPersist" ] ] ], "TestNewRunShouldNotRemoveOutsOnPersist": [ [ "tests/func/test_run.py", [ "TestNewRunShouldNotRemoveOutsOnPersist" ] ] ], "TestShouldNotCheckoutUponCorruptedLocalHardlinkCache": [ [ "tests/func/test_run.py", [ "TestShouldNotCheckoutUponCorruptedLocalHardlinkCache" ] ] ], "TestPersistentOutput": [ [ "tests/func/test_run.py", [ "TestPersistentOutput" ] ] ], "TestSCM": [ [ "tests/func/test_scm.py", [ "TestSCM" ] ] ], "TestSCMGit": [ [ "tests/func/test_scm.py", [ "TestSCMGit" ] ] ], "TestSCMGitSubmodule": [ [ "tests/func/test_scm.py", [ "TestSCMGitSubmodule" ] ] ], "TestSchema": [ [ "tests/func/test_stage.py", [ "TestSchema" ] ] ], "TestSchemaCmd": [ [ "tests/func/test_stage.py", [ "TestSchemaCmd" ] ] ], "TestSchemaDepsOuts": [ [ "tests/func/test_stage.py", [ "TestSchemaDepsOuts" ] ] ], "TestReload": [ [ "tests/func/test_stage.py", [ "TestReload" ] ] ], "TestDefaultWorkingDirectory": [ [ "tests/func/test_stage.py", [ "TestDefaultWorkingDirectory" ] ] ], "TestExternalRemoteResolution": [ [ "tests/func/test_stage.py", [ "TestExternalRemoteResolution" ] ] ], "TestTag": [ [ "tests/func/test_tag.py", [ "TestTag" ] ] ], "TestTagAll": [ [ "tests/func/test_tag.py", [ "TestTagAll" ] ] ], "TestTagAddNoChecksumInfo": [ [ "tests/func/test_tag.py", [ "TestTagAddNoChecksumInfo" ] ] ], "TestTagRemoveNoTag": [ [ "tests/func/test_tag.py", [ "TestTagRemoveNoTag" ] ] ], "TestWorkingTree": [ [ "tests/func/test_tree.py", [ "TestWorkingTree" ] ] ], "TestGitTree": [ [ "tests/func/test_tree.py", [ "TestGitTree" ] ] ], "AssertWalkEqualMixin": [ [ "tests/func/test_tree.py", [ "AssertWalkEqualMixin" ] ] ], "TestWalkInNoSCM": [ [ "tests/func/test_tree.py", [ "TestWalkInNoSCM" ] ] ], "TestWalkInGit": [ [ "tests/func/test_tree.py", [ "TestWalkInGit" ] ] ], "TestUnprotect": [ [ "tests/func/test_unprotect.py", [ "TestUnprotect" ] ] ], "TestUtils": [ [ "tests/func/test_utils.py", [ "TestUtils" ] ] ], "TestDependencyGS": [ [ "tests/unit/dependency/test_gs.py", [ "TestDependencyGS" ] ] ], "TestDependencyHDFS": [ [ "tests/unit/dependency/test_hdfs.py", [ "TestDependencyHDFS" ] ] ], "TestDependencyHTTP": [ [ "tests/unit/dependency/test_http.py", [ "TestDependencyHTTP" ] ] ], "TestDependencyLOCAL": [ [ "tests/unit/dependency/test_local.py", [ "TestDependencyLOCAL" ] ] ], "TestDependencyS3": [ [ "tests/unit/dependency/test_s3.py", [ "TestDependencyS3" ] ] ], "TestDependencySSH": [ [ "tests/unit/dependency/test_ssh.py", [ "TestDependencySSH" ] ] ], "TestOutputGS": [ [ "tests/unit/output/test_gs.py", [ "TestOutputGS" ] ] ], "TestOutputHDFS": [ [ "tests/unit/output/test_hdfs.py", [ "TestOutputHDFS" ] ] ], "TestOutputLOCAL": [ [ "tests/unit/output/test_local.py", [ "TestOutputLOCAL" ] ] ], "TestGetFilesNumber": [ [ "tests/unit/output/test_local.py", [ "TestGetFilesNumber" ] ] ], "TestOutputS3": [ [ "tests/unit/output/test_s3.py", [ "TestOutputS3" ] ] ], "TestOutputSSH": [ [ "tests/unit/output/test_ssh.py", [ "TestOutputSSH" ] ] ], "TestRemoteBASE": [ [ "tests/unit/remote/test_base.py", [ "TestRemoteBASE" ] ] ], "TestMissingDeps": [ [ "tests/unit/remote/test_base.py", [ "TestMissingDeps" ] ] ], "TestCmdError": [ [ "tests/unit/remote/test_base.py", [ "TestCmdError" ] ] ], "TestCacheExists": [ [ "tests/unit/remote/test_base.py", [ "TestCacheExists" ] ] ], "TestSlowLinkGuard": [ [ "tests/unit/remote/test_slow_link_detection.py", [ "TestSlowLinkGuard" ] ] ], "TestSlowLinkDetectorDecorator": [ [ "tests/unit/remote/test_slow_link_detection.py", [ "TestSlowLinkDetectorDecorator" ] ] ], "TestScmContext": [ [ "tests/unit/scm/test_scm.py", [ "TestScmContext" ] ] ], "TestDaemon": [ [ "tests/unit/test_daemon.py", [ "TestDaemon" ] ] ], "TestColorFormatter": [ [ "tests/unit/test_logger.py", [ "TestColorFormatter" ] ] ], "TestProgressCallback": [ [ "tests/unit/test_progress.py", [ "TestProgressCallback" ] ] ], "TestConfirm": [ [ "tests/unit/test_prompt.py", [ "TestConfirm" ] ] ], "TestIsDvcInternal": [ [ "tests/unit/test_repo.py", [ "TestIsDvcInternal" ] ] ], "TestStageChecksum": [ [ "tests/unit/test_stage.py", [ "TestStageChecksum" ] ] ], "TestPathConversion": [ [ "tests/unit/test_stage.py", [ "TestPathConversion" ] ] ], "MockResponse": [ [ "tests/unit/test_updater.py", [ "MockResponse" ] ], [ "tests/unit/test_updater.py", [ "mocked_requests_get", "MockResponse" ] ] ], "MyDict": [ [ "tests/unit/utils/test_collections.py", [ "MyDict" ] ] ], "MyInt": [ [ "tests/unit/utils/test_collections.py", [ "MyInt" ] ] ], "TestMtimeAndSize": [ [ "tests/unit/utils/test_fs.py", [ "TestMtimeAndSize" ] ] ], "TestContainsLink": [ [ "tests/unit/utils/test_fs.py", [ "TestContainsLink" ] ] ], "ETagHandler": [ [ "tests/utils/httpd.py", [ "ETagHandler" ] ] ], "ContentMD5Handler": [ [ "tests/utils/httpd.py", [ "ContentMD5Handler" ] ] ], "StaticFileServer": [ [ "tests/utils/httpd.py", [ "StaticFileServer" ] ] ] }