mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
Closes: https://github.com/gentoo/guru/pull/141 Signed-off-by: Julien Roy <julien@jroy.ca>
21 lines
703 B
XML
21 lines
703 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-support</remote-id>
|
|
</upstream>
|
|
<longdescription lang="en">
|
|
bats-support is a supporting library providing common functions to test helper libraries written for Bats.
|
|
|
|
Features:
|
|
|
|
error reporting
|
|
output formatting
|
|
language tools
|
|
See the shared documentation to learn how to install and load this library.
|
|
|
|
If you want to use this library in your own helpers or just want to learn about its internals see the developer documentation in the source files.
|
|
</longdescription>
|
|
</pkgmetadata>
|