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
@@ -5,6 +5,7 @@ import (
"testing"
)
// TestInboxRootHelpExplainsWorkerLoop verifies inbox root help explains worker loop.
func TestInboxRootHelpExplainsWorkerLoop(t *testing.T) {
t.Parallel()
@@ -25,6 +26,7 @@ func TestInboxRootHelpExplainsWorkerLoop(t *testing.T) {
}
}
// TestInboxUpdateHelpExplainsBlockedQuestions verifies inbox update help explains blocked questions.
func TestInboxUpdateHelpExplainsBlockedQuestions(t *testing.T) {
t.Parallel()
@@ -45,6 +47,7 @@ func TestInboxUpdateHelpExplainsBlockedQuestions(t *testing.T) {
}
}
// TestInboxWaitReplyHelpExplainsBlockingPrimitive verifies inbox wait reply help explains blocking primitive.
func TestInboxWaitReplyHelpExplainsBlockingPrimitive(t *testing.T) {
t.Parallel()
@@ -62,6 +65,7 @@ func TestInboxWaitReplyHelpExplainsBlockingPrimitive(t *testing.T) {
}
}
// TestInboxListHelpExplainsDifferenceFromFetch verifies inbox list help explains difference from fetch.
func TestInboxListHelpExplainsDifferenceFromFetch(t *testing.T) {
t.Parallel()