Ejemplo n.º 1
0
    def __init__(self, methodName='runTest'):  # noqa: H803
        MongoTestCase.__init__(self, methodName)
        AsyncTestCase.__init__(self, methodName)

        self.state_dir = None
        self.server = None