MCPcopy Create free account

hub / github.com/go-task/task / functions

Functions992 in github.com/go-task/task

FunctionTestFuzzyModel
(t *testing.T)
executor_test.go:1111
FunctionTestGenerates
(t *testing.T)
task_test.go:442
FunctionTestGetConfig_All
(t *testing.T)
taskrc/taskrc_test.go:149
FunctionTestGetConfig_NoConfigFiles
(t *testing.T)
taskrc/taskrc_test.go:59
FunctionTestGetConfig_OnlyHome
(t *testing.T)
taskrc/taskrc_test.go:84
FunctionTestGetConfig_OnlyLocal
(t *testing.T)
taskrc/taskrc_test.go:100
FunctionTestGetConfig_OnlyXDG
(t *testing.T)
taskrc/taskrc_test.go:67
FunctionTestGetConfig_RemoteTrustedHosts
(t *testing.T)
taskrc/taskrc_test.go:174
FunctionTestGetConfig_RemoteTrustedHostsMerge
(t *testing.T)
taskrc/taskrc_test.go:206
FunctionTestGetConfig_TempDir
(t *testing.T)
taskrc/taskrc_test.go:115
FunctionTestGetConfig_TempDirMergePrecedence
(t *testing.T)
taskrc/taskrc_test.go:129
FunctionTestGetSpecialVarsRemote
(t *testing.T)
compiler_internal_test.go:13
FunctionTestGitNode_CacheKey
(t *testing.T)
taskfile/node_git_test.go:77
FunctionTestGitNode_buildURL
(t *testing.T)
taskfile/node_git_test.go:106
FunctionTestGitNode_https
(t *testing.T)
taskfile/node_git_test.go:49
FunctionTestGitNode_httpsWithDir
(t *testing.T)
taskfile/node_git_test.go:63
FunctionTestGitNode_ssh
(t *testing.T)
taskfile/node_git_test.go:10
FunctionTestGitNode_sshWithAltRepo
(t *testing.T)
taskfile/node_git_test.go:24
FunctionTestGitNode_sshWithDir
(t *testing.T)
taskfile/node_git_test.go:35
FunctionTestGitignoreChecksum
(t *testing.T)
task_test.go:712
FunctionTestGitignoreIncluded
TestGitignoreIncluded checks that a top-level use_gitignore in an included Taskfile is propagated onto its tasks during merge.
task_test.go:763
FunctionTestGitignoreIncludedOverride
TestGitignoreIncludedOverride checks that an explicit use_gitignore: false in an included Taskfile is preserved even when the root Taskfile sets it to
task_test.go:778
FunctionTestGitignoreNegation
TestGitignoreNegation checks that a `!pattern` in a nested .gitignore re-includes a file excluded by a parent .gitignore.
task_test.go:730
FunctionTestGitignoreNested
TestGitignoreNested checks that a .gitignore in a subdirectory below the task dir is honored when its files are reached by a deep glob.
task_test.go:746
FunctionTestGitignoreTaskListFallback
(t *testing.T)
task_test.go:791
FunctionTestGlobsWithGitignore
(t *testing.T)
internal/fingerprint/gitignore_test.go:20
FunctionTestGlobsWithGitignoreCrossFileNegation
(t *testing.T)
internal/fingerprint/gitignore_test.go:124
FunctionTestGlobsWithGitignoreDeepGlob
(t *testing.T)
internal/fingerprint/gitignore_test.go:160
FunctionTestGlobsWithGitignoreDoubleDotFile
(t *testing.T)
internal/fingerprint/gitignore_test.go:186
FunctionTestGlobsWithGitignoreLongLine
(t *testing.T)
internal/fingerprint/gitignore_test.go:209
FunctionTestGlobsWithGitignoreNested
(t *testing.T)
internal/fingerprint/gitignore_test.go:97
FunctionTestGlobsWithGitignoreNoRepo
(t *testing.T)
internal/fingerprint/gitignore_test.go:236
FunctionTestGlobsWithGitignoreParentDirIgnored
(t *testing.T)
internal/fingerprint/gitignore_test.go:68
FunctionTestGroup
(t *testing.T)
internal/output/output_test.go:33
FunctionTestGroupErrorOnlyShowsOutputOnError
(t *testing.T)
internal/output/output_test.go:108
FunctionTestGroupErrorOnlySwallowsOutputOnNoError
(t *testing.T)
internal/output/output_test.go:92
FunctionTestGroupWithBeginEnd
(t *testing.T)
internal/output/output_test.go:53
FunctionTestHTTPNode_CacheKey
(t *testing.T)
taskfile/node_http_test.go:21
FunctionTestIf
(t *testing.T)
executor_test.go:1220
FunctionTestIgnoreNilElements
(t *testing.T)
task_test.go:2315
FunctionTestIncludeChecksum
(t *testing.T)
executor_test.go:1141
FunctionTestIncludeCycle
(t *testing.T)
task_test.go:1207
FunctionTestIncludeSilent
(t *testing.T)
executor_test.go:1161
FunctionTestIncludeWithVarsInInclude
(t *testing.T)
task_test.go:2439
FunctionTestIncludedTaskfileVarMerging
(t *testing.T)
task_test.go:1647
FunctionTestIncludedVars
(t *testing.T)
task_test.go:2408
FunctionTestIncludedVarsMultiLevel
(t *testing.T)
task_test.go:2452
FunctionTestIncludes
(t *testing.T)
task_test.go:1033
FunctionTestIncludesCallingRoot
(t *testing.T)
task_test.go:1383
FunctionTestIncludesDependencies
(t *testing.T)
task_test.go:1364
FunctionTestIncludesEmptyMain
(t *testing.T)
task_test.go:1262
FunctionTestIncludesFlatten
(t *testing.T)
task_test.go:1538
FunctionTestIncludesFromCustomTaskfile
(t *testing.T)
task_test.go:1457
FunctionTestIncludesHttp
(t *testing.T)
task_test.go:1279
FunctionTestIncludesIncorrect
(t *testing.T)
task_test.go:1225
FunctionTestIncludesInternal
(t *testing.T)
task_test.go:1499
FunctionTestIncludesInterpolation
(t *testing.T)
task_test.go:1581
FunctionTestIncludesMissingTaskfile
(t *testing.T)
task_test.go:1243
FunctionTestIncludesMultiLevel
(t *testing.T)
task_test.go:1056
FunctionTestIncludesOptional
(t *testing.T)
task_test.go:1400
FunctionTestIncludesOptionalExplicitFalse
(t *testing.T)
task_test.go:1437
FunctionTestIncludesOptionalImplicitFalse
(t *testing.T)
task_test.go:1417
FunctionTestIncludesRelativePath
(t *testing.T)
task_test.go:1477
FunctionTestIncludesRemote
(t *testing.T)
task_test.go:1075
FunctionTestIncludesShadowedDefault
(t *testing.T)
task_test.go:1718
FunctionTestIncludesUnshadowedDefault
(t *testing.T)
task_test.go:1735
FunctionTestIncludesWithExclude
(t *testing.T)
task_test.go:1617
FunctionTestInitDir
(t *testing.T)
init_test.go:11
FunctionTestInitFile
(t *testing.T)
init_test.go:33
FunctionTestInterleaved
(t *testing.T)
internal/output/output_test.go:20
FunctionTestInternalTask
(t *testing.T)
task_test.go:1679
FunctionTestIsTaskUpToDate
TruthTable | Status up-to-date | Sources up-to-date | Task is up-to-date | | ----------------- | ------------------ | ------------------ | | not set
internal/fingerprint/task_test.go:26
FunctionTestJsonListFormat
(t *testing.T)
formatter_test.go:224
FunctionTestLabel
(t *testing.T)
executor_test.go:764
FunctionTestLayout
(t *testing.T)
internal/summary/summary_test.go:101
FunctionTestListAllShowsNoDesc
task -al case 1: listAll list all tasks
formatter_test.go:184
FunctionTestListCanListDescOnly
task -al case 2: !listAll list some tasks (only those with desc)
formatter_test.go:198
FunctionTestListDescInterpolation
(t *testing.T)
formatter_test.go:211
FunctionTestMatcher_Match
(t *testing.T)
internal/gitignore/matcher_test.go:9
FunctionTestNew
(t *testing.T)
experiments/experiment_test.go:13
FunctionTestNewSnippet
(t *testing.T)
taskfile/snippet_test.go:22
FunctionTestNoLabelInList
(t *testing.T)
formatter_test.go:170
FunctionTestNoSort_Sort
(t *testing.T)
internal/sort/sorter_test.go:83
FunctionTestNormalizeFilename
(t *testing.T)
internal/fingerprint/sources_checksum_test.go:9
FunctionTestNormalizeOutput
(t *testing.T)
task_test.go:336
FunctionTestNormalizePathSeparators
(t *testing.T)
task_test.go:359
FunctionTestOutputGroup
(t *testing.T)
task_test.go:2346
FunctionTestOutputGroupErrorOnlyShowsOutputOnFailure
(t *testing.T)
task_test.go:2390
FunctionTestOutputGroupErrorOnlySwallowsOutputOnSuccess
(t *testing.T)
task_test.go:2373
FunctionTestPOSIXShellOptsCommandLevel
(t *testing.T)
task_test.go:2697
FunctionTestPOSIXShellOptsGlobalLevel
(t *testing.T)
task_test.go:2665
FunctionTestPOSIXShellOptsTaskLevel
(t *testing.T)
task_test.go:2681
FunctionTestParams
(t *testing.T)
executor_test.go:503
FunctionTestParsePattern_Match
(t *testing.T)
internal/gitignore/pattern_test.go:10
FunctionTestPlatformParsing
(t *testing.T)
taskfile/ast/platforms_test.go:10
FunctionTestPlatforms
(t *testing.T)
task_test.go:2651
FunctionTestPrecondition
(t *testing.T)
executor_test.go:674
FunctionTestPreconditionParse
(t *testing.T)
taskfile/ast/precondition_test.go:13
FunctionTestPrefix
(t *testing.T)
executor_test.go:819
FunctionTestPrefixed
(t *testing.T)
internal/output/output_test.go:124
← previousnext →701–800 of 992, ranked by callers