Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/driangle/taskmd
/ cleanupRegistry
Function
cleanupRegistry
apps/cli/internal/sync/engine_test.go:30–32 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
28
}
29
30
func
cleanupRegistry(name string) {
31
Unregister(name)
32
}
33
34
func
TestEngine_CreateNewTasks(t *testing.T) {
35
sourceName :=
"test-create"
Callers
15
TestRunImport_CreatesNewTasks
Function · 0.85
TestRunImport_DryRun
Function · 0.85
TestRunImport_DuplicateDetection
Function · 0.85
TestRunImport_SequentialIDs
Function · 0.85
TestRunImport_IDsRespectExisting
Function · 0.85
TestRunImport_FieldMapping
Function · 0.85
TestRunImport_SourceURLInBody
Function · 0.85
TestRunImport_FetchError
Function · 0.85
TestRunImport_EmptyResult
Function · 0.85
TestRunImport_JiraStatusMapping
Function · 0.85
TestRunImport_JiraPriorityMapping
Function · 0.85
TestRunImport_NonJiraUsesDefaultFieldMap
Function · 0.85
Calls
1
Unregister
Function · 0.85
Tested by
no test coverage detected