avocado
avocado copied to clipboard
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...
This issue is to track the progress of splitting out some libraries from the avocado core so we can better handle our distribution model and improve the user experience.
This issue is to track the progress of splitting optional_plugins from the Avocado main repo. My only suggestion is to remove the word "optional" since plugins already give us the...
**Is your feature request related to a problem? Please describe.** GitLab uses file extensions to choose the right MIME type for files published as artifacts and so having the std...
**Is your feature request related to a problem? Please describe.** Avocado has the test status `WARN` for _"keeping track of noteworthy events that ultimately do not affect the test outcome"_...
The idea of the features `--output-check-record` and `--output-check` are valid and we have today a few use cases that explore those functionalities. The "problem" with this logic is that it...
In the moment of writing this issue, the master branch has 1044 lines longer than 79 characters. This ticket is about removing all these long lines and then enabling the...
python-avocado 82.0 (LTS) is now available as a non-module package in Fedora. We should make sure that the message regarding installation options is clear, that is: * What non-modular python-avocado...
Some commands, such as `s` (step), `c` (continue), and several others are very commonly used. There may be a benefit in having utility methods that employ a common behavior, and...
The `.copr/Makefile` is basically a subset of `Makefile`/`Makefile.include`. It should be possible to combine the rules in a single file and include them everywhere it's needed.