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

Avocado utils lint warnings #6041

Closed clebergnu closed 3 weeks ago

clebergnu commented 1 month ago

This solves the lint warnings, removing all check exceptions from the pylint configuration for avocado/utils.

This is part of: https://github.com/avocado-framework/avocado/issues/6034

codecov[bot] commented 4 weeks ago

Codecov Report

Attention: Patch coverage is 13.97849% with 80 lines in your changes missing coverage. Please review.

Project coverage is 54.42%. Comparing base (d5569ca) to head (f8537a5). Report is 15 commits behind head on master.

Files with missing lines Patch % Lines
avocado/utils/network/interfaces.py 0.00% 22 Missing :warning:
avocado/utils/lv_utils.py 0.00% 10 Missing :warning:
avocado/utils/partition.py 11.11% 8 Missing :warning:
avocado/utils/asset.py 25.00% 6 Missing :warning:
avocado/utils/disk.py 0.00% 6 Missing :warning:
avocado/utils/sysinfo.py 16.66% 5 Missing :warning:
avocado/utils/cpu.py 0.00% 3 Missing :warning:
avocado/utils/multipath.py 0.00% 3 Missing :warning:
avocado/utils/network/hosts.py 0.00% 3 Missing :warning:
avocado/utils/archive.py 0.00% 2 Missing :warning:
... and 8 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6041 +/- ## ========================================== - Coverage 54.47% 54.42% -0.05% ========================================== Files 202 202 Lines 21874 21885 +11 ========================================== - Hits 11915 11911 -4 - Misses 9959 9974 +15 ```

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