mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-10 02:24:22 +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
|
from sqlite_utils.db import Index
|
||||||
import collections
|
import collections
|
||||||
import pytest
|
import pytest
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,3 @@
|
||||||
from .fixtures import fresh_db
|
|
||||||
import pytest
|
|
||||||
|
|
||||||
search_records = [
|
search_records = [
|
||||||
{"text": "tanuki are tricksters", "country": "Japan", "not_searchable": "foo"},
|
{"text": "tanuki are tricksters", "country": "Japan", "not_searchable": "foo"},
|
||||||
{"text": "racoons are trash pandas", "country": "USA", "not_searchable": "bar"},
|
{"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
|
from sqlite_utils.db import Index
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue