Пример #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'))