testsuitesmanagement must run with originial RobotFramework core
Currently there is a dependency on RobotFramework AIO extended Robot Framework core's unknown state.
Goal is that testsuitesmanagement adapts automatically to the used core.
Proposal:
As this is not critical for performance (it's one time executed at the end of a test),
the BuiltIn().unknown(...) call can be part of a try block. The except block would contain raising an error
like the original Robot Framework's core would do.
testsuitesmanagement must run with originial RobotFramework core
Currently there is a dependency on RobotFramework AIO extended Robot Framework core's unknown state.
Goal is that testsuitesmanagement adapts automatically to the used core.
Proposal: As this is not critical for performance (it's one time executed at the end of a test), the
BuiltIn().unknown(...)
call can be part of a try block. The except block would contain raising an error like the original Robot Framework's core would do.