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