Switch fixture imports to wildcard in prep for full db test fixes
This commit is contained in:
parent
efcb903e48
commit
7debd44b54
23 changed files with 41 additions and 32 deletions
|
@ -1,7 +1,8 @@
|
|||
from data import model, database
|
||||
from test.fixtures import app, appconfig, database_uri, init_db_path, sqlitedb_file
|
||||
from workers.repositoryactioncounter import RepositoryActionCountWorker
|
||||
|
||||
from test.fixtures import *
|
||||
|
||||
def test_repositoryactioncount(app):
|
||||
database.RepositoryActionCount.delete().execute()
|
||||
database.RepositorySearchScore.delete().execute()
|
||||
|
|
Reference in a new issue