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

Code style check using avocado-static-checks #5989

Closed clebergnu closed 2 months ago

clebergnu commented 3 months ago

In order to be able to port libraries more easily to autils, let's use a unified tool to perform the static checks.


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