예제 #1
0
 def setUpClass(cls):
     """
     Set up the test database, and put the server into a request context
     requiring authentication.
     """
     TestCaseWithDatabase.setUpClass()
     cls.username = '******'
     cls.password = '******'
     cls.email = '*****@*****.**'
예제 #2
0
 def setUpClass(cls):
     """
     Set up the test database, and put the server into a request context
     requiring authentication.
     """
     TestCaseWithDatabase.setUpClass()
     cls.username = '******'
     cls.password = '******'
     cls.email = '*****@*****.**'