Exemplo n.º 1
0
 def test_common_paths_list3(self):
     self.assertIsNone(commonpath.common(self.list3))
Exemplo n.º 2
0
 def test_common_paths(self):
     self.assertEqual(commonpath.common(self.list2),  normpath('/home'))