simonw / datasette-graphql

Datasette plugin providing an automatic GraphQL API for your SQLite databases
https://datasette-graphql-demo.datasette.io/
Apache License 2.0
101 stars 6 forks source link

Idea: turn the tests into executable documentation #30

Closed simonw closed 4 years ago

simonw commented 4 years ago

Most of the interesting tests are here:

https://github.com/simonw/datasette-graphql/blob/677fabe635af376c92051a51537bbb43c4844f13/tests/test_graphql.py#L26-L247

Idea: move those into examples/blah.md files where each file has a graphql section and a json section along with some explanation text that gets ignored.