diff options
| author | Steve Piercy <web@stevepiercy.com> | 2020-01-13 02:13:25 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2020-01-13 02:13:25 -0800 |
| commit | 57e7a4a3571bb6ea1bfd767c2c50674ede944ca6 (patch) | |
| tree | d4bfc1d243f9eae3b9b8ae6c44873086d88fd322 /docs/tutorials/wiki2/src | |
| parent | 6ca6370c751dd7a629f7057a79941764c71d4aeb (diff) | |
| download | pyramid-57e7a4a3571bb6ea1bfd767c2c50674ede944ca6.tar.gz pyramid-57e7a4a3571bb6ea1bfd767c2c50674ede944ca6.tar.bz2 pyramid-57e7a4a3571bb6ea1bfd767c2c50674ede944ca6.zip | |
from webob.cookies import Cookie already existed; restore deleted comment
Diffstat (limited to 'docs/tutorials/wiki2/src')
| -rw-r--r-- | docs/tutorials/wiki2/src/tests/tests/conftest.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
