mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
81be31322a
commit
31fb006a9b
5 changed files with 42 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
"""
|
||||
Tests for the datasette.database.Database class
|
||||
"""
|
||||
from datasette.database import Results, MultipleValues
|
||||
from datasette.utils import sqlite3
|
||||
from .fixtures import app_client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue