more test improvements, thanks Jonathan

This commit is contained in:
mdipierro
2012-08-29 18:01:27 -05:00
parent 8574f04522
commit 1abc8e7f13
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.1 (2012-08-29 17:59:41) rc4
Version 2.00.1 (2012-08-29 18:01:24) rc4
+3
View File
@@ -38,3 +38,6 @@ class TestWeb(unittest.TestCase):
# check we are always in the same session
self.assertEqual(session_id_welcome,
session.cookies['session_id_welcome'])
if __name__ == '__main__':
unittest.main()