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