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'm running the full test suite now, and, anecdotally, it seems like an exorbitant amount of time is spent on test_starters.py. Looking into the test suite, there are parametrizations for every spelling and characterization.
I feel like the time could be reduced significantly by patching and checking inputs being sent downstream, rather than actually going through project creation and deletion for every combination?
The text was updated successfully, but these errors were encountered:
I'm running the full test suite now, and, anecdotally, it seems like an exorbitant amount of time is spent on test_starters.py. Looking into the test suite, there are parametrizations for every spelling and characterization.
I feel like the time could be reduced significantly by patching and checking inputs being sent downstream, rather than actually going through project creation and deletion for every combination?
The text was updated successfully, but these errors were encountered: