summaryrefslogtreecommitdiff
path: root/devel/gotestsum/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gotestsum/pkg-descr')
-rw-r--r--devel/gotestsum/pkg-descr5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/gotestsum/pkg-descr b/devel/gotestsum/pkg-descr
new file mode 100644
index 000000000000..e60181bfcc43
--- /dev/null
+++ b/devel/gotestsum/pkg-descr
@@ -0,0 +1,5 @@
+gotestsum runs tests using go test -json, prints formatted test output,
+and a summary of the test run. It is designed to work well for both
+local development, and for automation like CI.
+
+It's `go test`, but just better.