Remove invalid test of arg parser.

This commit is contained in:
Friedrich Lindenberg 2015-05-23 12:45:25 +02:00
parent 2a35c8d1b1
commit 295a5deb61

View File

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