示例#1
0
    def __init__(self):
        """Initializes the redis db."""

        self.app = app.test_client()
示例#2
0
 def __init__(self):
     self.app = app.test_client()