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