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

lint: fix one outstanding raise-missing-from / W0707 #6054

Closed clebergnu closed 3 weeks ago

clebergnu commented 3 weeks ago

This is follow up of 66c549d9f.

Reference: https://pylint.pycqa.org/en/latest/user_guide/messages/warning/raise-missing-from.html

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 54.46%. Comparing base (f8537a5) to head (830f4b6). Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
avocado/utils/network/interfaces.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6054 +/- ## ========================================== + Coverage 54.42% 54.46% +0.03% ========================================== Files 202 202 Lines 21885 21885 ========================================== + Hits 11911 11919 +8 + Misses 9974 9966 -8 ```

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