def test_ErrorPath(self): self.assertEqual(lab1.ErrorPath('Cer\folder2\file.txt'), 0)
def test_ErrorPath(self): self.assertEqual(lab1.ErrorPath(''), 0)
def test_ErrorPath(self): self.assertEqual(lab1.ErrorPath('C:file.txt'), 1)