예제 #1
0
 def tearDown(self):
     r.flushall()
예제 #2
0
 def setUpClass(self):
     for c in client.containers(all=True, quiet=True):
         existing_containers.append(c['Id'])
     r.flushall()