Finalize version 3.0
This commit is contained in:
parent
04c2d8f685
commit
de07987ed1
10 changed files with 118 additions and 144 deletions
|
|
@ -22,8 +22,7 @@ def init_test_db():
|
|||
@pytest.fixture
|
||||
def client():
|
||||
logger = logging.getLogger(__name__)
|
||||
db = database.Database()
|
||||
db.setup(":memory:")
|
||||
database.setup(":memory:")
|
||||
init_test_db()
|
||||
app.config.update(SITE_TOKEN="ETC")
|
||||
logger.info(f"start interface {api}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue