mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
Moved fixtures into conftest.py
This commit is contained in:
parent
02862be04c
commit
fcc38b9ff2
4 changed files with 0 additions and 5 deletions
|
|
@ -1,4 +1,3 @@
|
|||
from .fixtures import fresh_db
|
||||
from sqlite_utils.db import Index
|
||||
import collections
|
||||
import pytest
|
||||
|
|
|
|||
|
|
@ -1,6 +1,3 @@
|
|||
from .fixtures import fresh_db
|
||||
import pytest
|
||||
|
||||
search_records = [
|
||||
{"text": "tanuki are tricksters", "country": "Japan", "not_searchable": "foo"},
|
||||
{"text": "racoons are trash pandas", "country": "USA", "not_searchable": "bar"},
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
from .fixtures import existing_db, fresh_db
|
||||
from sqlite_utils.db import Index
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue