You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Populating the modules collection is important to be able to use all features (notably inheritance).
Helpers like temporary_visited_module and temporary_inspected_module do not populate the collection, so devs have to it themselves, in the tests. That leads to a lot of duplicated code.
Is your feature request related to a problem? Please describe.
Populating the modules collection is important to be able to use all features (notably inheritance).
Helpers like
temporary_visited_module
andtemporary_inspected_module
do not populate the collection, so devs have to it themselves, in the tests. That leads to a lot of duplicated code.Describe the solution you'd like
Do that automatically.
Describe alternatives you've considered
/
Additional context
Same kind of improvement as #171
The text was updated successfully, but these errors were encountered: