Remove markdown test docs and document tests inline
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user