*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects

wtforms

Merged Moser, Maximilian requested to merge mm/wtforms into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -22,7 +22,7 @@ def test_version():
def test_init():
"""Test extension initialization."""
app = Flask("testapp")
ext = InvenioConfigTUW(app)
InvenioConfigTUW(app)
assert "invenio-config-tuw" in app.extensions
app = Flask("testapp")
Loading