예제 #1
0
 def test_starting_a_second_instance_on_the_same_socket(self):
     z3 = Zibrato(host=PUB_HOST, port=PUB_PORT)
     expect(Z.connected()) == True
     z3.close()
     del z3
예제 #2
0
 def test_starting_a_second_instance_on_the_same_socket(self):
     z3 = Zibrato(host=PUB_HOST, port=PUB_PORT)
     expect(z.connected()) == True
     z3.close()
     del z3
예제 #3
0
 def test_starting_zibrato_with_a_default_socket(self):
     z2 = Zibrato()
     expect(Z.connected()) == True
     z2.close()
     del z2
예제 #4
0
 def test_starting_zibrato_with_a_default_socket(self):
     z2 = Zibrato()
     expect(z.connected()) == True
     z2.close()
     del z2