Added testcase. This fixes #108

This commit is contained in:
Armin Ronacher 2010-08-20 11:16:18 +02:00
parent fdae354e3e
commit 07a1952f28
3 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,4 @@
from flask import Module
mod = Module(__name__, 'foo', subdomain='foo')