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
I noticed that regression tests are run before unit tests in the OpenMC continuous integration.
Currently, it takes ~40 minutes to run the CI testing. Most of that time is spent on the regression tests--seems like errors could be caught faster if the unit tests were run first.
The text was updated successfully, but these errors were encountered:
I can't find any documentation confirming this, but anecdotally pytest does run test files in alphabetical. There are some tools to manually order tests, but this seems like too hard code-y.
Description
I noticed that regression tests are run before unit tests in the OpenMC continuous integration.
Currently, it takes ~40 minutes to run the CI testing. Most of that time is spent on the regression tests--seems like errors could be caught faster if the unit tests were run first.
The text was updated successfully, but these errors were encountered: