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): """ """