Beispiel #1
0
 def test_format_description(self):
     f = HelpFormatter()
     self.assertTrue(f.format_description('hello'))
Beispiel #2
0
 def test_format_description(self):
     f = HelpFormatter()
     assert f.format_description('hello')
Beispiel #3
0
 def test_format_description(self):
     f = HelpFormatter()
     self.assertTrue(f.format_description('hello'))
Beispiel #4
0
 def test_format_description(self):
     f = HelpFormatter()
     assert f.format_description('hello')