Remove markdown test docs and document tests inline

This commit is contained in:
2026-03-24 02:30:38 +08:00
parent fb2b2dc8be
commit fd2b57feaf
257 changed files with 174 additions and 10431 deletions
+1
View File
@@ -10,6 +10,7 @@ import (
dbpkg "ai-workflow-skill/packages/coord-core/db"
)
// TestClaimThreadReturnsLeaseConflictAfterBusyWrite verifies claim returns a lease conflict after a concurrent write wins.
func TestClaimThreadReturnsLeaseConflictAfterBusyWrite(t *testing.T) {
t.Parallel()
+1
View File
@@ -8,6 +8,7 @@ import (
dbpkg "ai-workflow-skill/packages/coord-core/db"
)
// TestRecordCheckRefreshesDependentReadyStateWhenGatePasses verifies the final passing check unlocks dependent work.
func TestRecordCheckRefreshesDependentReadyStateWhenGatePasses(t *testing.T) {
t.Parallel()