示例#1
0
 def test_common_paths_list3(self):
     self.assertIsNone(commonpath.common(self.list3))
示例#2
0
 def test_common_paths(self):
     self.assertEqual(commonpath.common(self.list2),  normpath('/home'))