Simon Josefsson <[email protected]> writes: > [1:text/plain Hide] > > Package: wnpp > Severity: wishlist > Owner: Simon Josefsson <[email protected]> > > * Package name : golang-github-thediveo-success > Version : 1.0.3-1 > Upstream Author : TheDiveO > * URL : https://github.com/thediveo/success > * License : Apache-2.0 > Programming Lang: Go > Description : Improves testing feng shui tremendiously by shimming in > Gomega error detection whenever trying to be "Successful()". > > This tiny Go module improves your testing feng shui tremendiously by > shimming in Gomega error detection whenever trying to be Successful(). > > Indirectly needed by modern 'opkssh' versions. >
I think the package description at https://salsa.debian.org/go-team/packages/golang-github-thediveo-success/-/blob/75d38941416cb5c008e20d12c1752853522d8aa2/debian/control#L27-48 could use some improvement. How about: how about something like this: Description: Improves testing feng shui by shimming Gomega error detection (development files) This Go module provides a tiny utility that enhances Go testing by integrating Gomega's error detection whenever the Successful() function (or variants like Successful2R, Successful3R) is used. . It allows replacing verbose error checks such as Expect(err).NotTo(HaveOccurred()) with a more concise and fluent Successful() call, making tests cleaner and more readable. . This package contains the development files (source code placed in /usr/share/gocode/src/github.com/thediveo/success) intended for building other Go programs that depend on this module.

