Is your feature request related to a problem? Please describe.
in the project I'm working on, __init__.robot runs some setup code and sets global data that is used by keywords. If want to use the interactive console to test some of the keywords in this project, I need to manually import and run the keywords from __init__.robot
Describe the solution you'd like
the interactive console should automatically import __init__.robot and run the suite setup from it.
Describe alternatives you've considered
Continuing to manually import and run the keywords.
Is your feature request related to a problem? Please describe. in the project I'm working on,
__init__.robot
runs some setup code and sets global data that is used by keywords. If want to use the interactive console to test some of the keywords in this project, I need to manually import and run the keywords from__init__.robot
Describe the solution you'd like the interactive console should automatically import
__init__.robot
and run the suite setup from it.Describe alternatives you've considered Continuing to manually import and run the keywords.