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 test is slow in part (I assume) due to constantly starting new shell processes and re-generating the imports. There's a good chance that if we generate the whole code bundle once at the beginning (which itself, would be a good test) and then execute the sub-tests by still calling shell.exec, but not needing to regenerate the code bundle, we could save some time.
Deliverables
Rework tests to generate the imported code-bundle in one go.
The text was updated successfully, but these errors were encountered:
Overview
The test is slow in part (I assume) due to constantly starting new shell processes and re-generating the imports. There's a good chance that if we generate the whole code bundle once at the beginning (which itself, would be a good test) and then execute the sub-tests by still calling
shell.exec
, but not needing to regenerate the code bundle, we could save some time.Deliverables
The text was updated successfully, but these errors were encountered: