Example #1
0
 def test_returns_an_excuse(self):
     assert isinstance(get_excuse(), str)
Example #2
0
 def _excuse(self):
     return get_excuse()