simonw / datasette-cors

Datasette plugin for configuring CORS headers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Once datasette 0.29 is shipped, add unit tests

simonw opened this issue · comments

I'm going to use this project to figure out how to write a unit test that launches Datasette itself (probably via asgiref) and checks that the plugin configuration options behave as expected.

Can't do that until 0.29 ships because I need to have datasette with ASGI installed as a test dependency.