Fix other tests after pylint fixes

This commit is contained in:
Ian Cordasco 2016-02-19 16:10:00 -06:00
parent 6c90e1045b
commit 6d3d955ba9
2 changed files with 5 additions and 2 deletions

View file

@ -33,6 +33,9 @@ def test_to_optparse_creates_an_option_as_we_expect(Option):
'default': None,
'type': None,
'dest': 'test',
'nargs': None,
'const': None,
'choices': None,
'callback': None,
'callback_args': None,
'callback_kwargs': None,