Avocado is a set of tools and libraries to help with automated testing. One can call it a test framework with benefits. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test.
There's one gap in the current offers of Avocado packages, which is allowing users to install the latest Avocado release (not the latest development version).
This was previously covered by the use of the "latest" stream in distributions that provided the "modular" concept (Fedoras, EPEL, etc).
The definition of done here is to have a repo that users can enable and use like this:
There's one gap in the current offers of Avocado packages, which is allowing users to install the latest Avocado release (not the latest development version).
This was previously covered by the use of the "latest" stream in distributions that provided the "modular" concept (Fedoras, EPEL, etc).
The definition of done here is to have a repo that users can enable and use like this: