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