Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework test to be faster. #24

Open
1 task
zanerock opened this issue Jun 2, 2020 · 0 comments
Open
1 task

Rework test to be faster. #24

zanerock opened this issue Jun 2, 2020 · 0 comments

Comments

@zanerock
Copy link
Member

zanerock commented Jun 2, 2020

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

  • Rework tests to generate the imported code-bundle in one go.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant