コード例 #1
0
 def test_find_shortest_indentation(self):
     self.assertEqual(
         ' ', docformatter._find_shortest_indentation(['    ', ' b',
                                                       '  a']))
コード例 #2
0
 def test_find_shortest_indentation(self):
     self.assertEqual(
         ' ',
         docformatter._find_shortest_indentation(['    ', ' b', '  a']))