From 295a5deb612f90d1fb6c3e5d68e67863d2332df1 Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Sat, 23 May 2015 12:45:25 +0200 Subject: [PATCH] Remove invalid test of arg parser. --- test/test_freeze_app.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/test_freeze_app.py b/test/test_freeze_app.py index 907f829..12ebfe6 100644 --- a/test/test_freeze_app.py +++ b/test/test_freeze_app.py @@ -38,12 +38,6 @@ class FreezeTestCase(TestCase): def tearDown(self): rmtree(self.d, ignore_errors=True) - def test_with_empty_args(self): - """ - User passes no args, should fail with SystemExit - """ - self.assertRaises(SystemExit, self.parser.parse_args, []) - def test_with_config(self): """ """