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
The _run() method implementation in the various runners is very similar. We can refactor this to be even more similar so we can move all common code into the _run() in the AbstractRunner.
Context
This will make it easier for people to implement a custom runner, because the _run() method will have more in place to get started from.
The text was updated successfully, but these errors were encountered:
Description
The
_run()
method implementation in the various runners is very similar. We can refactor this to be even more similar so we can move all common code into the_run()
in theAbstractRunner
.Context
This will make it easier for people to implement a custom runner, because the
_run()
method will have more in place to get started from.The text was updated successfully, but these errors were encountered: