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