Willian Rampazzo
Willian Rampazzo
This is an epic issue to track the development of the dependency graph. New tasks will be added here when needed. - [x] #5202 - [x] #5203 - [x] #5204...
With nrunner, setting Coverage.py in complex code may become another complex task. It would be good for the users if Avocado has native support for running code coverage on Python...
Currently, the "filter-by-tag" feature takes action after the discovery on the resulting suite, but after the discussion on ML, it makes sense to re-evaluate and move this to loaders instead,...
This issue tracks the implementation of an automated test to cover the Avocado features/options efficiently, as discussed here: #3969. **Features list:** 🗷 assets.fetch.ignore_errors 🗷 assets.fetch.references 🗷 config.datadir ☐ core.input_encoding ☐...
Avocado's data cache support storing content `by_location`, in which a given file is referred to by its original location, meaning the same file name with a different origin location is...
I'm looking at how you solved the 2015 BCI challenge to learn about BCI and data processing. To make the code run, I had to change some of the functions...
The examples on https://github.com/avocado-framework/avocado/blob/5a15435a22ba49412bca5890e4e5028b552279b6/docs/source/guides/user/chapters/tags.rst are not executable anymore as the tests mentioned are not available on Avocado. It would be good to create valid tests and update the whole tag's...
**Is your feature request related to a problem? Please describe.** When running `avocado --verbose list`, it still shows some outputs from the legacy runner **Describe the solution you'd like** Remove...
In the current implementation, variants are tightly coupled with runnables. On https://github.com/avocado-framework/avocado/pull/4852, if Avocado is creating variants, they need to have their own runnable instance. It would be good to...