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
336 stars 335 forks source link

Show origin of resolution in verbose list #5951

Closed clebergnu closed 3 weeks ago

clebergnu commented 3 weeks ago

When using some of the new resolvers such as "runnable-recipe", there's no longer a 1:1 relationship that the resolver and the "kind" match.

Certain types of resolution may look fine from the perspective of the original resolver, while it may be a broken or invalid reference to a more apt (or canonical) resolver for its set "kind".

By listing the original resolver, users may be able to more easily identify what the discrepancy is and where it's coming from.

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