Ejemplo n.º 1
0
 def test_get_logs(self):
     """Test getting the instance logs"""
     instance = RedisInstance(10101)
     logs = instance.get_logs()
     self.assertGreater(len(logs), 1000)
     instance.terminate()
Ejemplo n.º 2
0
 def test_get_logs(self):
     """Test getting the instance logs"""
     instance = RedisInstance(10101)
     logs = instance.get_logs()
     self.assertGreater(len(logs), 1000)
     instance.terminate()