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

Module boundaries check for plugins in avocado.core #5909

Closed richtja closed 5 months ago

richtja commented 5 months ago

It adds module boundary check for importing avocado plugins inside avocado core. Avocado plugins can be dependent on avocado core features, but it can't be the other way. This check will ensure that.