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
Tests with mock_fetch (and mock_importlib ) is quite fragile and hard to maintain. I think we should replace those with selenium-based tests as much as possible.
When micropip was in pyodide/pyodide, we avoided using selenium tests because selenium-based tests would increase the overall test time. But now, micropip lives in a separate repository. So, I think taking a few more minutes to run the test is not a big concern.
The text was updated successfully, but these errors were encountered:
Tests with
mock_fetch
(andmock_importlib
) is quite fragile and hard to maintain. I think we should replace those with selenium-based tests as much as possible.When micropip was in pyodide/pyodide, we avoided using selenium tests because selenium-based tests would increase the overall test time. But now, micropip lives in a separate repository. So, I think taking a few more minutes to run the test is not a big concern.
The text was updated successfully, but these errors were encountered: