Example #1
0
 def __call__(self):
     assert that(xrange(1)).matches([2])
Example #2
0
 def __init__(self):
     assert that(xrange(1)).matches([2])
Example #3
0
 def fail_1():
     assert that([1]).matches(xrange(2))
Example #4
0
 def __call__(self):
     assert that(xrange(1)).matches([2])
Example #5
0
 def __init__(self):
     assert that(xrange(1)).matches([2])
Example #6
0
 def fail_1():
     assert that([1]).matches(xrange(2))