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

View File

@@ -1 +1 @@
Version 2.00.1 (2012-08-29 17:44:04) rc4
Version 2.00.1 (2012-08-29 17:59:41) rc4

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 *

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')