Skip to content

Commit

Permalink
Moved fixtures into conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Willison committed Aug 13, 2018
1 parent 02862be commit fcc38b9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion tests/test_create.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from .fixtures import fresh_db
from sqlite_utils.db import Index
import collections
import pytest
Expand Down
3 changes: 0 additions & 3 deletions tests/test_enable_fts.py
Original file line number Diff line number Diff line change
@@ -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"},
Expand Down
1 change: 0 additions & 1 deletion tests/test_introspect.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from .fixtures import existing_db, fresh_db
from sqlite_utils.db import Index


Expand Down

0 comments on commit fcc38b9

Please sign in to comment.