示例#1
0
 def test_accept_empty_id_raises_not_found_exception(self):
     Dispute.accept(" ")
 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)
 def test_accept_none_raises_not_found_exception(self):
     Dispute.accept(None)