delete useless code

This commit is contained in:
thelittlefireman 2017-07-31 15:58:38 +02:00 committed by GitHub
parent 648010d519
commit e1d6e3cdbe

View file

@ -25,11 +25,6 @@ class TestApp(TestCase):
os.remove(os.path.join("./","testFile2.txt"))
os.remove(os.path.join("./","link_testFile2.txt"))
"""test if other exception pop"""
def test_symlink_other_except(self):
with self.assertRaises(Exception):
app.symlink_force(os.path.join("./","testFile3.txt"),os.path.join("./","link_testFile3.txt"))
def test_valid_env(self):
key = 'ENV_1'
os.environ[key] = 'test'