simonw / datasette-cors

Datasette plugin for configuring CORS headers
Apache License 2.0
11 stars 1 forks source link

Once datasette 0.29 is shipped, add unit tests #1

Closed simonw closed 5 years ago

simonw commented 5 years ago

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.