We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cbfc47 commit 8a6f89dCopy full SHA for 8a6f89d
doc.go
@@ -1,5 +1,5 @@
1
-// Package testutils provides a collection of utilities for testing Go applications, including stdout/stderr capture,
2
-// file handling, HTTP test helpers, and test containers.
+// Package testutils provides a collection of utilities for testing Go applications
+// including stdout/stderr capture, file handling, HTTP test helpers, and test containers.
3
//
4
// It consists of several main components:
5
@@ -33,5 +33,4 @@
33
34
// These utilities help simplify test setup, improve test reliability, and reduce
35
// boilerplate code in test suites, especially for integration tests.
36
-
37
package testutils
0 commit comments