Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/go-task/task
/ functions
Functions
992 in github.com/go-task/task
⨍
Functions
992
◇
Types & classes
215
Function
TestFuzzyModel
(t *testing.T)
executor_test.go:1111
Function
TestGenerates
(t *testing.T)
task_test.go:442
Function
TestGetConfig_All
(t *testing.T)
taskrc/taskrc_test.go:149
Function
TestGetConfig_NoConfigFiles
(t *testing.T)
taskrc/taskrc_test.go:59
Function
TestGetConfig_OnlyHome
(t *testing.T)
taskrc/taskrc_test.go:84
Function
TestGetConfig_OnlyLocal
(t *testing.T)
taskrc/taskrc_test.go:100
Function
TestGetConfig_OnlyXDG
(t *testing.T)
taskrc/taskrc_test.go:67
Function
TestGetConfig_RemoteTrustedHosts
(t *testing.T)
taskrc/taskrc_test.go:174
Function
TestGetConfig_RemoteTrustedHostsMerge
(t *testing.T)
taskrc/taskrc_test.go:206
Function
TestGetConfig_TempDir
(t *testing.T)
taskrc/taskrc_test.go:115
Function
TestGetConfig_TempDirMergePrecedence
(t *testing.T)
taskrc/taskrc_test.go:129
Function
TestGetSpecialVarsRemote
(t *testing.T)
compiler_internal_test.go:13
Function
TestGitNode_CacheKey
(t *testing.T)
taskfile/node_git_test.go:77
Function
TestGitNode_buildURL
(t *testing.T)
taskfile/node_git_test.go:106
Function
TestGitNode_https
(t *testing.T)
taskfile/node_git_test.go:49
Function
TestGitNode_httpsWithDir
(t *testing.T)
taskfile/node_git_test.go:63
Function
TestGitNode_ssh
(t *testing.T)
taskfile/node_git_test.go:10
Function
TestGitNode_sshWithAltRepo
(t *testing.T)
taskfile/node_git_test.go:24
Function
TestGitNode_sshWithDir
(t *testing.T)
taskfile/node_git_test.go:35
Function
TestGitignoreChecksum
(t *testing.T)
task_test.go:712
Function
TestGitignoreIncluded
TestGitignoreIncluded checks that a top-level use_gitignore in an included Taskfile is propagated onto its tasks during merge.
task_test.go:763
Function
TestGitignoreIncludedOverride
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
Function
TestGitignoreNegation
TestGitignoreNegation checks that a `!pattern` in a nested .gitignore re-includes a file excluded by a parent .gitignore.
task_test.go:730
Function
TestGitignoreNested
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
Function
TestGitignoreTaskListFallback
(t *testing.T)
task_test.go:791
Function
TestGlobsWithGitignore
(t *testing.T)
internal/fingerprint/gitignore_test.go:20
Function
TestGlobsWithGitignoreCrossFileNegation
(t *testing.T)
internal/fingerprint/gitignore_test.go:124
Function
TestGlobsWithGitignoreDeepGlob
(t *testing.T)
internal/fingerprint/gitignore_test.go:160
Function
TestGlobsWithGitignoreDoubleDotFile
(t *testing.T)
internal/fingerprint/gitignore_test.go:186
Function
TestGlobsWithGitignoreLongLine
(t *testing.T)
internal/fingerprint/gitignore_test.go:209
Function
TestGlobsWithGitignoreNested
(t *testing.T)
internal/fingerprint/gitignore_test.go:97
Function
TestGlobsWithGitignoreNoRepo
(t *testing.T)
internal/fingerprint/gitignore_test.go:236
Function
TestGlobsWithGitignoreParentDirIgnored
(t *testing.T)
internal/fingerprint/gitignore_test.go:68
Function
TestGroup
(t *testing.T)
internal/output/output_test.go:33
Function
TestGroupErrorOnlyShowsOutputOnError
(t *testing.T)
internal/output/output_test.go:108
Function
TestGroupErrorOnlySwallowsOutputOnNoError
(t *testing.T)
internal/output/output_test.go:92
Function
TestGroupWithBeginEnd
(t *testing.T)
internal/output/output_test.go:53
Function
TestHTTPNode_CacheKey
(t *testing.T)
taskfile/node_http_test.go:21
Function
TestIf
(t *testing.T)
executor_test.go:1220
Function
TestIgnoreNilElements
(t *testing.T)
task_test.go:2315
Function
TestIncludeChecksum
(t *testing.T)
executor_test.go:1141
Function
TestIncludeCycle
(t *testing.T)
task_test.go:1207
Function
TestIncludeSilent
(t *testing.T)
executor_test.go:1161
Function
TestIncludeWithVarsInInclude
(t *testing.T)
task_test.go:2439
Function
TestIncludedTaskfileVarMerging
(t *testing.T)
task_test.go:1647
Function
TestIncludedVars
(t *testing.T)
task_test.go:2408
Function
TestIncludedVarsMultiLevel
(t *testing.T)
task_test.go:2452
Function
TestIncludes
(t *testing.T)
task_test.go:1033
Function
TestIncludesCallingRoot
(t *testing.T)
task_test.go:1383
Function
TestIncludesDependencies
(t *testing.T)
task_test.go:1364
Function
TestIncludesEmptyMain
(t *testing.T)
task_test.go:1262
Function
TestIncludesFlatten
(t *testing.T)
task_test.go:1538
Function
TestIncludesFromCustomTaskfile
(t *testing.T)
task_test.go:1457
Function
TestIncludesHttp
(t *testing.T)
task_test.go:1279
Function
TestIncludesIncorrect
(t *testing.T)
task_test.go:1225
Function
TestIncludesInternal
(t *testing.T)
task_test.go:1499
Function
TestIncludesInterpolation
(t *testing.T)
task_test.go:1581
Function
TestIncludesMissingTaskfile
(t *testing.T)
task_test.go:1243
Function
TestIncludesMultiLevel
(t *testing.T)
task_test.go:1056
Function
TestIncludesOptional
(t *testing.T)
task_test.go:1400
Function
TestIncludesOptionalExplicitFalse
(t *testing.T)
task_test.go:1437
Function
TestIncludesOptionalImplicitFalse
(t *testing.T)
task_test.go:1417
Function
TestIncludesRelativePath
(t *testing.T)
task_test.go:1477
Function
TestIncludesRemote
(t *testing.T)
task_test.go:1075
Function
TestIncludesShadowedDefault
(t *testing.T)
task_test.go:1718
Function
TestIncludesUnshadowedDefault
(t *testing.T)
task_test.go:1735
Function
TestIncludesWithExclude
(t *testing.T)
task_test.go:1617
Function
TestInitDir
(t *testing.T)
init_test.go:11
Function
TestInitFile
(t *testing.T)
init_test.go:33
Function
TestInterleaved
(t *testing.T)
internal/output/output_test.go:20
Function
TestInternalTask
(t *testing.T)
task_test.go:1679
Function
TestIsTaskUpToDate
TruthTable | Status up-to-date | Sources up-to-date | Task is up-to-date | | ----------------- | ------------------ | ------------------ | | not set
internal/fingerprint/task_test.go:26
Function
TestJsonListFormat
(t *testing.T)
formatter_test.go:224
Function
TestLabel
(t *testing.T)
executor_test.go:764
Function
TestLayout
(t *testing.T)
internal/summary/summary_test.go:101
Function
TestListAllShowsNoDesc
task -al case 1: listAll list all tasks
formatter_test.go:184
Function
TestListCanListDescOnly
task -al case 2: !listAll list some tasks (only those with desc)
formatter_test.go:198
Function
TestListDescInterpolation
(t *testing.T)
formatter_test.go:211
Function
TestMatcher_Match
(t *testing.T)
internal/gitignore/matcher_test.go:9
Function
TestNew
(t *testing.T)
experiments/experiment_test.go:13
Function
TestNewSnippet
(t *testing.T)
taskfile/snippet_test.go:22
Function
TestNoLabelInList
(t *testing.T)
formatter_test.go:170
Function
TestNoSort_Sort
(t *testing.T)
internal/sort/sorter_test.go:83
Function
TestNormalizeFilename
(t *testing.T)
internal/fingerprint/sources_checksum_test.go:9
Function
TestNormalizeOutput
(t *testing.T)
task_test.go:336
Function
TestNormalizePathSeparators
(t *testing.T)
task_test.go:359
Function
TestOutputGroup
(t *testing.T)
task_test.go:2346
Function
TestOutputGroupErrorOnlyShowsOutputOnFailure
(t *testing.T)
task_test.go:2390
Function
TestOutputGroupErrorOnlySwallowsOutputOnSuccess
(t *testing.T)
task_test.go:2373
Function
TestPOSIXShellOptsCommandLevel
(t *testing.T)
task_test.go:2697
Function
TestPOSIXShellOptsGlobalLevel
(t *testing.T)
task_test.go:2665
Function
TestPOSIXShellOptsTaskLevel
(t *testing.T)
task_test.go:2681
Function
TestParams
(t *testing.T)
executor_test.go:503
Function
TestParsePattern_Match
(t *testing.T)
internal/gitignore/pattern_test.go:10
Function
TestPlatformParsing
(t *testing.T)
taskfile/ast/platforms_test.go:10
Function
TestPlatforms
(t *testing.T)
task_test.go:2651
Function
TestPrecondition
(t *testing.T)
executor_test.go:674
Function
TestPreconditionParse
(t *testing.T)
taskfile/ast/precondition_test.go:13
Function
TestPrefix
(t *testing.T)
executor_test.go:819
Function
TestPrefixed
(t *testing.T)
internal/output/output_test.go:124
← previous
next →
701–800 of 992, ranked by callers