avocado-framework / avocado

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.
https://avocado-framework.github.io/
Other
345 stars 343 forks source link

Use "avocado-latest-release" repository #6057

Open clebergnu opened 3 weeks ago

clebergnu commented 3 weeks ago

In both the installation instructions, and in the release guide.

This reflects changes in distros and the availability of features such as Fedora (and EPEL) modules.

Fixes: https://github.com/avocado-framework/avocado/issues/6044 Reference: https://fedoraproject.org/wiki/Changes/RetireModularity

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 54.46%. Comparing base (fe11714) to head (0be736c). Report is 5 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6057 +/- ## ========================================== - Coverage 54.48% 54.46% -0.03% ========================================== Files 202 202 Lines 21885 21885 ========================================== - Hits 11925 11920 -5 - Misses 9960 9965 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.