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