2017-09-23 7 views

答えて

3

負等しいか一致する適切な方法は、鎖にis_not方法

from hamcrest import * 
assert_that('1', is_not(equal_to('1'))) 
equal_to有する方法であります
関連する問題