guru/dev-util/bats-assert/metadata.xml
Julien Roy 81746b9c4a
*/*: drop to maintainer-needed
Closes: https://github.com/gentoo/guru/pull/141
Signed-off-by: Julien Roy <julien@jroy.ca>
2024-03-25 12:29:03 -04:00

16 lines
818 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="github">bats-core/bats-assert</remote-id>
</upstream>
<longdescription lang="en">
bats-assert is a helper library providing common assertions for Bats.
In the context of this project, an assertion is a function that perform a test and returns 1 on failure or 0 on success. To make debugging easier, the assertion also outputs relevant information on failure. The output is formatted for readability. To make assertions usable outside of @test blocks, the output is sent to stderr.
The most recent invocation of Bats' run function is used for testing assertions on output and status code.
</longdescription>
</pkgmetadata>