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.
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.
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