2017-09-23 22 views

답변

3

제외 어떤지 일치하는 적절한 방법은 체인에있어서 is_not

from hamcrest import * 
assert_that('1', is_not(equal_to('1'))) 
equal_to 방법