updated gluon/tests/__init__.py, thanks Jonathan
This commit is contained in:
2
VERSION
2
VERSION
@@ -1 +1 @@
|
||||
Version 2.00.1 (2012-08-29 17:44:04) rc4
|
||||
Version 2.00.1 (2012-08-29 17:59:41) rc4
|
||||
|
||||
@@ -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 *
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user