avocado icon indicating copy to clipboard operation
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...

Results 204 avocado issues
Sort by recently updated
recently updated
newest added

When running inspekt under avocado-vt project, the error "module 'isort' has no attribute 'SortImports'" occurred , but I check the dependence of avocad-vt ,there is no any dependence on isort,...

There's currently a caveat/limitation in the safeloader code that prevents a specific coding style when defining the base class for an instrumented test: it can not came from a multi...

This issue tracks the addition of a new section in the Contributor's Guide on how to implement requirements runners.

As in misc test repo apply patch is failing which part of data dir as utility return relative path this patch address as it return absolute file path (file or...

Use the with statement to automatically manage files. This can avoid manually opening and closing files

This is a collection of bugfixes that do not change the behavior (besides fixing/improving the specific condition) that come from Avocado versions > 103.x.

There are some "blind spots" in the runnable code, such as when dealing with serialization from JSON files and Runnable's configuration. To allow for a clearer view of the current...

This will update the pylint to version 3.0.0 without enabling any new checks. This is needed because, the pylint 2.17.2 is not compatible with python3.12 Reference: #5957

bug

Using pathlib can make file path operations more object-oriented and easy to understand, and have better compatibility across different operating systems.