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