Exemplo n.º 1
0
 def test_init_max_assignment_latency_history(self):
     assert (Monitor().max_assignment_latency_history ==
             Monitor.max_assignment_latency_history)
Exemplo n.º 2
0
 def test_init_max_send_latency_history__default(self):
     assert Monitor(
         max_send_latency_history=33, ).max_send_latency_history == 33