Merge pull request #2576 from coreos-inc/full-db-tests-tox
Reenable full database testing locally and in concourse
This commit is contained in:
commit
8b148bf1d4
51 changed files with 278 additions and 318 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()
|
||||
|
@ -9,5 +10,3 @@ def test_repositoryactioncount(app):
|
|||
rac = RepositoryActionCountWorker()
|
||||
while rac._count_repository_actions():
|
||||
continue
|
||||
|
||||
|
||||
|
|
Reference in a new issue