Move tests
This commit is contained in:
parent
17c640fe5c
commit
0c4f17008d
55 changed files with 2 additions and 6 deletions
4
tests/test_apps/subdomaintestmodule/__init__.py
Normal file
4
tests/test_apps/subdomaintestmodule/__init__.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from flask import Module
|
||||
|
||||
|
||||
mod = Module(__name__, 'foo', subdomain='foo')
|
||||
Loading…
Add table
Add a link
Reference in a new issue