global(module): refactor tests and ci

modified run-test.sh to newer invenio-pytest commands- which will now also run the tests written /test directory.
* removed docker-service-cli version restriction
* bump Sphinx version
*added missing imports (tests)
This commit is contained in:
Mojib Wali
2020-12-21 15:28:06 +01:00
committed by GitHub
parent 4ce5bc6043
commit 0a0ae05331
3 changed files with 25 additions and 8 deletions

View File

@@ -22,6 +22,7 @@ from flask_babelex import Babel
from invenio_db import InvenioDB, db
from invenio_i18n import InvenioI18N
from invenio_search import InvenioSearch
from sqlalchemy_utils.functions import create_database, database_exists, drop_database
from invenio_theme_tugraz import InvenioThemeTugraz