summaryrefslogtreecommitdiff
path: root/dev-util/bats-assert/metadata.xml
blob: 306a69bfb9bc853152588d4d27115f0b60d68a7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
  <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>
  <origin>baldeagleos-repo</origin>
</pkgmetadata>