コード例 #1
0
ファイル: test_old_api.py プロジェクト: vmalloc/sure
 def __call__(self):
     assert that(xrange(1)).matches([2])
コード例 #2
0
ファイル: test_old_api.py プロジェクト: vmalloc/sure
 def __init__(self):
     assert that(xrange(1)).matches([2])
コード例 #3
0
ファイル: test_old_api.py プロジェクト: vmalloc/sure
 def fail_1():
     assert that([1]).matches(xrange(2))
コード例 #4
0
ファイル: test_old_api.py プロジェクト: tellybug/sure
 def __call__(self):
     assert that(xrange(1)).matches([2])
コード例 #5
0
ファイル: test_old_api.py プロジェクト: tellybug/sure
 def __init__(self):
     assert that(xrange(1)).matches([2])
コード例 #6
0
ファイル: test_old_api.py プロジェクト: tellybug/sure
 def fail_1():
     assert that([1]).matches(xrange(2))