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

Avocado: use avocado-static-checks #6026

Closed clebergnu closed 2 weeks ago

clebergnu commented 3 weeks ago

This change introduces the use of the "avocado-static-checks" repo as a submodule, in lieu of the in-tree scripts being used.

The idea is to have a uniform code style across avocado and other projects such as avocado-vt and autils.

clebergnu commented 2 weeks ago

Hi @clebergnu, the overall changes LGTM, but IIUIC avocado uses submodules now, therefore we need to update the contribution guide, because the Git workflow, will be different from now.

Good point @richtja ! I've sent an update. Thanks for the review.