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
Currently unit tests are run using dummy servers (based on legacy whitenoise tests), but I personally am not a fan of dummy tests.
Long term it would be more healthy to rewrite all tests to use a live server (specifically with playwright as the client, and uvicorn as the server) to avoid subtle differences between live tests and dummy stubs.
The text was updated successfully, but these errors were encountered:
Description
Currently unit tests are run using dummy servers (based on legacy whitenoise tests), but I personally am not a fan of dummy tests.
Long term it would be more healthy to rewrite all tests to use a live server (specifically with playwright as the client, and uvicorn as the server) to avoid subtle differences between live tests and dummy stubs.
The text was updated successfully, but these errors were encountered: