コード例 #1
0
ファイル: lab3Test.py プロジェクト: MaxSh0/ProgEnLab1
 def test_ErrorPath(self):
     self.assertEqual(lab1.ErrorPath('Cer\folder2\file.txt'), 0)
コード例 #2
0
ファイル: lab3Test.py プロジェクト: MaxSh0/ProgEnLab1
 def test_ErrorPath(self):
     self.assertEqual(lab1.ErrorPath(''), 0)
コード例 #3
0
ファイル: lab3Test.py プロジェクト: MaxSh0/ProgEnLab1
 def test_ErrorPath(self):
     self.assertEqual(lab1.ErrorPath('C:file.txt'), 1)