Merge pull request #1419 from ilvalle/test_sqlhtml

enabled tests/test_sqlhtml.py
This commit is contained in:
mdipierro
2016-08-16 18:49:02 -05:00
committed by GitHub
2 changed files with 20 additions and 9 deletions

View File

@@ -21,6 +21,7 @@ from .test_languages import *
from .test_compileapp import *
from .test_appadmin import *
from .test_web import *
from .test_sqlhtml import *
if sys.version[:3] == '2.7':
from .test_is_url import *

File diff suppressed because one or more lines are too long