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