예제 #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'))