Summary
As a quality-of-life improvement, it would be great to be able to use a tool like pytest-xdist in order to run tests in parallel. While the benefits to automated CI are less impactful, for local testing the gains can be significant.
I have already started working on this and will open a PR at some point over the next few weeks, as time permits.
Requirements
Adjust tests so they do not share temporary files. Need to add a test configuration file because of spacepy as well.
Summary
As a quality-of-life improvement, it would be great to be able to use a tool like
pytest-xdistin order to run tests in parallel. While the benefits to automated CI are less impactful, for local testing the gains can be significant.I have already started working on this and will open a PR at some point over the next few weeks, as time permits.
Requirements
Adjust tests so they do not share temporary files. Need to add a test configuration file because of
spacepyas well.