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