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
@@ -6,6 +6,7 @@ import (
"testing"
)
// TestDoneMarksThreadTerminal verifies done marks thread terminal.
func TestDoneMarksThreadTerminal(t *testing.T) {
t.Parallel()
@@ -33,6 +34,7 @@ func TestDoneMarksThreadTerminal(t *testing.T) {
}
}
// TestDonePersistsResultBodyAndArtifact verifies done persists result body and artifact.
func TestDonePersistsResultBodyAndArtifact(t *testing.T) {
t.Parallel()
@@ -89,6 +91,7 @@ func TestDonePersistsResultBodyAndArtifact(t *testing.T) {
}
}
// TestDoneRejectsNonOwner verifies done rejects non owner.
func TestDoneRejectsNonOwner(t *testing.T) {
t.Parallel()
@@ -109,6 +112,7 @@ func TestDoneRejectsNonOwner(t *testing.T) {
assertErrorJSON(t, stdout, "lease_conflict")
}
// TestDoneRejectsOnTerminalThread verifies done rejects on terminal thread.
func TestDoneRejectsOnTerminalThread(t *testing.T) {
t.Parallel()