From e1d6e3cdbe4446fc393c058549498eb4dd745ff1 Mon Sep 17 00:00:00 2001 From: thelittlefireman Date: Mon, 31 Jul 2017 15:58:38 +0200 Subject: [PATCH] delete useless code --- src/tests/unit/test_app.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/tests/unit/test_app.py b/src/tests/unit/test_app.py index 0b74431..c94fb04 100644 --- a/src/tests/unit/test_app.py +++ b/src/tests/unit/test_app.py @@ -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'