Example #1
0
 def pattern_raise_fixture(self):
     fill = _Fill('barfoo')
     exception_type = TypeError
     return fill, exception_type
Example #2
0
 def fore_raise_fixture(self):
     fill = _Fill('foobar')
     exception_type = TypeError
     return fill, exception_type
Example #3
0
 def pattern_raise_fixture(self):
     fill = _Fill("barfoo")
     exception_type = TypeError
     return fill, exception_type
Example #4
0
 def back_raise_fixture(self):
     fill = _Fill("foobar")
     exception_type = TypeError
     return fill, exception_type
Example #5
0
 def fore_raise_fixture(self):
     fill = _Fill("foobar")
     exception_type = TypeError
     return fill, exception_type