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
@@ -7,6 +7,7 @@ import (
"time"
)
// TestInboxLifecycle verifies inbox lifecycle.
func TestInboxLifecycle(t *testing.T) {
t.Parallel()
@@ -171,6 +172,7 @@ func TestInboxLifecycle(t *testing.T) {
}
}
// TestInboxFailLifecycle verifies inbox fail lifecycle.
func TestInboxFailLifecycle(t *testing.T) {
t.Parallel()
@@ -238,6 +240,7 @@ func TestInboxFailLifecycle(t *testing.T) {
}
}
// TestInboxRenewWaitReplyAndCancel verifies inbox renew wait reply and cancel.
func TestInboxRenewWaitReplyAndCancel(t *testing.T) {
t.Parallel()
@@ -387,6 +390,7 @@ func TestInboxRenewWaitReplyAndCancel(t *testing.T) {
}
}
// TestInboxWatchListUnreadAndAppend verifies inbox watch list unread and append.
func TestInboxWatchListUnreadAndAppend(t *testing.T) {
t.Parallel()
@@ -544,6 +548,7 @@ func TestInboxWatchListUnreadAndAppend(t *testing.T) {
}
}
// TestInboxUnreadReadCursor verifies inbox unread read cursor.
func TestInboxUnreadReadCursor(t *testing.T) {
t.Parallel()
@@ -634,6 +639,7 @@ func TestInboxUnreadReadCursor(t *testing.T) {
}
}
// TestInboxJSONErrorsAndExitCodes verifies inbox JSON errors and exit codes.
func TestInboxJSONErrorsAndExitCodes(t *testing.T) {
t.Parallel()