Пример #1
0
 def test_accept_empty_id_raises_not_found_exception(self):
     Dispute.accept(" ")
Пример #2
0
 def test_accept_empty_id_raises_not_found_exception(self):
     Dispute.accept(" ")
Пример #3
0
 def test_accept_none_raises_not_found_exception(self):
     Dispute.accept(None)
Пример #4
0
 def test_accept_none_raises_not_found_exception(self):
     Dispute.accept(None)