Пример #1
0
 def test_4(self):
     """Predictable errors"""
     width = gmw(self.data, 4)
     assert width == len(fn('viking')), width
Пример #2
0
 def test_3(self):
     width = gmw(self.data, 3)
     assert width == len(fn(1003)), width
Пример #3
0
 def test_1(self):
     width = gmw(self.data, 1)
     assert width == len(fn(300101)), width
Пример #4
0
 def test_2(self):
     width = gmw(self.data, 2)
     assert width == len(fn("land speed")), width
Пример #5
0
 def test_0(self):
     width = gmw(self.data, 0)
     assert width == len(fn("lumberjacks")), width