mirror of
https://github.com/simonw/datasette.git
synced 2026-06-12 20:16:56 +02:00
datasette.fixtures module, closes #2733
https://gist.github.com/simonw/613be79094d491dd08f45e05f4f70691
This commit is contained in:
parent
d3330695fa
commit
1000d50220
10 changed files with 545 additions and 407 deletions
|
|
@ -1,6 +1,7 @@
|
|||
from datasette.utils import detect_json1
|
||||
from datasette.utils.sqlite import sqlite_version
|
||||
from .fixtures import generate_compound_rows, generate_sortable_rows, make_app_client
|
||||
from datasette.fixtures import generate_compound_rows, generate_sortable_rows
|
||||
from .fixtures import make_app_client
|
||||
import json
|
||||
import pytest
|
||||
import urllib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue