-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
Description
Current implementation doesn't collect actions from aspect.
This is by design, because testing_aspect is never applied over another implementation specific aspect and thus cannot see actions created by it.
Proposed design:
- Add a function
utils.make_testing_aspectthat accepts implementation specific aspect and collects providers and actions from it - Extend
analysis_testand make it possible to overridetesting_aspectwith a custom one.
This way we keep all the functionality that collects data from targets and aspects.
Reactions are currently unavailable