mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 12:18:08 -07:00
17 lines
599 B
XML
17 lines
599 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<!-- maintainer-needed -->
|
|
<stabilize-allarches/>
|
|
<longdescription lang="en">
|
|
Cram is a functional testing framework for command line applications.
|
|
Cram tests look like snippets of interactive shell sessions. Cram
|
|
runs each command and compares the command output in the test with
|
|
the command's actual output.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">cram</remote-id>
|
|
<remote-id type="github">brodie/cram</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|