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 tests currently talk to a live server, which is great for dev testing but not ideal for an automated suite. We should change them to use mocked responses by default, but still be able to talk to a live server if requested explicitly.
The text was updated successfully, but these errors were encountered:
It might result quite complex to write a single piece of code that would fit with both mocked and real server responses.
But I guess having two test suits could make sense! One with mocked server responses focused on unit tests, and another one talking to a real server focused on functional tests.
The tests currently talk to a live server, which is great for dev testing but not ideal for an automated suite. We should change them to use mocked responses by default, but still be able to talk to a live server if requested explicitly.
The text was updated successfully, but these errors were encountered: