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

Migration Pytests each load sim data separately #91

Open
eagmon opened this issue Oct 14, 2021 · 1 comment
Open

Migration Pytests each load sim data separately #91

eagmon opened this issue Oct 14, 2021 · 1 comment

Comments

@eagmon
Copy link
Contributor

eagmon commented Oct 14, 2021

This takes up a lot of the pytest runtime, with each process's test loading sim_data over again. One solution would be to have a single test that loads the sim_data, and then passes it into each of the individual process tests. The only reservation I have about this is that it would be one big test rather than many small tests.

@1fish2
Copy link
Contributor

1fish2 commented Oct 14, 2021 via email

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

2 participants