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
@@ -12,6 +12,7 @@ type watchCommandResult struct {
exit int
}
// TestWatchWakesOnMatchingThread verifies watch wakes on matching thread.
func TestWatchWakesOnMatchingThread(t *testing.T) {
t.Parallel()
@@ -78,6 +79,7 @@ func TestWatchWakesOnMatchingThread(t *testing.T) {
}
}
// TestWatchRespectsStatusFilter verifies watch respects status filter.
func TestWatchRespectsStatusFilter(t *testing.T) {
t.Parallel()
@@ -149,6 +151,7 @@ func TestWatchRespectsStatusFilter(t *testing.T) {
}
}
// TestWatchTimesOutWithNoActivity verifies watch times out with no activity.
func TestWatchTimesOutWithNoActivity(t *testing.T) {
t.Parallel()
@@ -168,4 +171,3 @@ func TestWatchTimesOutWithNoActivity(t *testing.T) {
}
assertErrorJSON(t, stdout, "no_matching_work")
}