From 57e7a4a3571bb6ea1bfd767c2c50674ede944ca6 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 13 Jan 2020 02:13:25 -0800 Subject: from webob.cookies import Cookie already existed; restore deleted comment --- docs/tutorials/wiki2/src/tests/tests/conftest.py | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/tutorials/wiki2/src') diff --git a/docs/tutorials/wiki2/src/tests/tests/conftest.py b/docs/tutorials/wiki2/src/tests/tests/conftest.py index 094bc06f1..1c8fb16d0 100644 --- a/docs/tutorials/wiki2/src/tests/tests/conftest.py +++ b/docs/tutorials/wiki2/src/tests/tests/conftest.py @@ -39,6 +39,7 @@ def dbengine(app_settings, ini_file): # depending on how we want to initialize the database from scratch # we could alternatively call: # Base.metadata.create_all(bind=engine) + # alembic.command.stamp(alembic_cfg, "head") alembic.command.upgrade(alembic_cfg, "head") yield engine -- cgit v1.2.3