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
336 stars 335 forks source link

Coverage update #5961

Closed richtja closed 1 week ago

richtja commented 2 weeks ago

This PR is an update of Avocado coverage test. It fixes few issues which were discovered after #5944 has been merged.