We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 116e52b commit 0befe45Copy full SHA for 0befe45
2 files changed
CHANGES.rst
@@ -4,7 +4,7 @@ CHANGES
4
0.2 (unreleased)
5
================
6
7
-- Nothing changed yet.
+- Updated test suite to work with Morepath 0.15.
8
9
10
0.1 (2016-07-01)
morepath_sqlalchemy/tests/test_sqlalchemy.py
@@ -14,7 +14,6 @@ def setup_module(module):
14
Session.configure(bind=engine)
15
Base.metadata.create_all(engine)
16
17
- morepath.disable_implicit()
18
morepath.scan(morepath_sqlalchemy)
19
morepath.commit(App)
20
0 commit comments