Пример #1
0
 def __call__(self):
     assert that(xrange(1)).matches([2])
Пример #2
0
 def __init__(self):
     assert that(xrange(1)).matches([2])
Пример #3
0
 def fail_1():
     assert that([1]).matches(xrange(2))
Пример #4
0
 def __call__(self):
     assert that(xrange(1)).matches([2])
Пример #5
0
 def __init__(self):
     assert that(xrange(1)).matches([2])
Пример #6
0
 def fail_1():
     assert that([1]).matches(xrange(2))