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