updated gluon/tests/__init__.py, thanks Jonathan

This commit is contained in:
mdipierro
2012-08-29 17:59:44 -05:00
parent ee6c0fca07
commit 8574f04522
3 changed files with 3 additions and 2 deletions
+2
View File
@@ -8,3 +8,5 @@ from test_routes import *
from test_storage import *
from test_template import *
from test_utils import *
from test_contribs import *
# from test_web import *
-1
View File
@@ -38,4 +38,3 @@ class TestWeb(unittest.TestCase):
# check we are always in the same session
self.assertEqual(session_id_welcome,
session.cookies['session_id_welcome'])
self.assertEqual('a','b')