Remove invalid test of arg parser.
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user