Finalize version 3.0

This commit is contained in:
Yax 2022-02-19 11:44:11 +01:00
parent 04c2d8f685
commit de07987ed1
10 changed files with 118 additions and 144 deletions

View file

@ -13,8 +13,7 @@ from stacosys.interface import form
@pytest.fixture
def client():
logger = logging.getLogger(__name__)
db = database.Database()
db.setup(":memory:")
database.setup(":memory:")
app.config.update(SITE_REDIRECT="/redirect")
logger.info(f"start interface {form}")
return app.test_client()