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
342 stars 340 forks source link

Static checks: use import order and style checks from avocado-static-checks #6025

Closed clebergnu closed 3 weeks ago

clebergnu commented 3 weeks ago

This switches two checks from the custom scripts in the Avocado repo to use the ones from avocado-static checks. The lint check will follow up after some changes to avocado-static-checks itself.

Reference: https://github.com/avocado-framework/avocado/issues/5989

clebergnu commented 3 weeks ago

Closing as this will require changes to avocado-static-checks, and the required changes for lint have already been merged (https://github.com/avocado-framework/avocado-static-checks/pull/9)