tests cluster stop when already stopped

This commit is contained in:
Ilan Steemers
2015-09-24 11:21:28 +02:00
parent 04470c1a87
commit 985fbb31cc

View File

@@ -65,6 +65,7 @@ def test_cluster_initial(broker):
assert c.stop() is True
assert c.sentinel.is_alive() is False
assert c.has_stopped
assert c.stop() is False
broker.delete_queue()