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
An issue has been raised in #878 that the test suite is too slow. This issue suggests taking a quantitative step proposed by @kanderso-nrel to implement pytest-remotedata to help remove tests to speed up the process.
pytest-remotedata enables the ability to mark tests that need to access remote data and only execute them if pytest is provided a --remote-data flag. I plan to submit a PR implementing this for test_psm3.py.
I'm also proposing that the --remote-data flag is implemented in only one of the Azure Pipelines jobs so we still get the benefit of testing it via CI but still reduce the quantity of requests by 75-80%. I think the --remote-data flag would be best executed in 'Test_bare_linux' since it would be the easiest to troubleshoot from but I could be convinced otherwise.
The text was updated successfully, but these errors were encountered:
An issue has been raised in #878 that the test suite is too slow. This issue suggests taking a quantitative step proposed by @kanderso-nrel to implement
pytest-remotedata
to help remove tests to speed up the process.pytest-remotedata
enables the ability to mark tests that need to access remote data and only execute them if pytest is provided a --remote-data flag. I plan to submit a PR implementing this for test_psm3.py.I'm also proposing that the --remote-data flag is implemented in only one of the Azure Pipelines jobs so we still get the benefit of testing it via CI but still reduce the quantity of requests by 75-80%. I think the --remote-data flag would be best executed in 'Test_bare_linux' since it would be the easiest to troubleshoot from but I could be convinced otherwise.
The text was updated successfully, but these errors were encountered: