python-avocado-framework
Tools and libraries to help with automated testing
Avocado is a set of tools and libraries to help with automated testing, i.e. a test framework. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test. The following output formats are supported:
- xUnit
an XML format that contains test results in a structured form, and are used by other test automation projects, such as Jenkins.
- JSON
a widely used data exchange format. The JSON Avocado plugin outputs job information, similarly to the xunit output plugin.
- TAP
Provides the basic TAP (Test Anything Protocol) results. Unlike most existing Avocado machine readable outputs this one is streamlined (per test results).
- Versions: 96.0
- Website: https://avocado-framework.github.io/
- Licenses: GPL 2
- Package source: gnu/packages/python-check.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-avocado-framework as follows:
guix install python-avocado-framework
Or install a particular version:
guix install python-avocado-framework@96.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of python-avocado-framework about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-avocado-framework'><img src='https://packages.guix.gnu.org/packages/python-avocado-framework/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-avocado-framework)
Example Org:
[[https://packages.guix.gnu.org/packages/python-avocado-framework][https://packages.guix.gnu.org/packages/python-avocado-framework/badges/latest-version.svg]]