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
The following three tests failed when one of our volunteers was trying to run unit tests without having set up the integration test prerequisites. This shouldn't have been a problem, since the point of unit tests is to check the smallest units of functionality, mocking out more complex functions (like network connections).
It's not immediately obvious why these tests were making network calls -- I suspect that something in _common attempts to connect to the database on import.
We should do one of the following:
(ideal) figure out how to properly mock out network calls for flask tests
The following three tests failed when one of our volunteers was trying to run unit tests without having set up the integration test prerequisites. This shouldn't have been a problem, since the point of unit tests is to check the smallest units of functionality, mocking out more complex functions (like network connections).
It's not immediately obvious why these tests were making network calls -- I suspect that something in _common attempts to connect to the database on import.
We should do one of the following:
The text was updated successfully, but these errors were encountered: