ServeStatic icon indicating copy to clipboard operation
ServeStatic copied to clipboard

Rewrite tests to use `playwright`

Open Archmonger opened this issue 1 year ago • 0 comments

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.

Archmonger avatar Nov 09 '24 08:11 Archmonger