Ejemplo n.º 1
0
 def test_cluster_stop_twice(self):
     cluster = self._make_one()
     cluster.start()
     cluster.stop()
     cluster.stop()
Ejemplo n.º 2
0
 def test_cluster_stop_without_start(self):
     cluster = self._make_one()
     cluster.stop()