Added testcase. This fixes #108
This commit is contained in:
parent
6fca662c84
commit
2a73bbc436
3 changed files with 14 additions and 0 deletions
4
tests/subdomaintestmodule/__init__.py
Normal file
4
tests/subdomaintestmodule/__init__.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from flask import Module
|
||||
|
||||
|
||||
mod = Module(__name__, 'foo', subdomain='foo')
|
||||
1
tests/subdomaintestmodule/static/hello.txt
Normal file
1
tests/subdomaintestmodule/static/hello.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Hello Subdomain
|
||||
Loading…
Add table
Add a link
Reference in a new issue