Skip to content

Commit 5cea36d

Browse files
Remove unnecessary comments from test case
1 parent d990126 commit 5cea36d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_optparse.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,6 @@ def test_callback_kwargs_no_dict(self):
302302
'callback_kwargs': 'foo'})
303303

304304
def test_callback_kwargs_tuple_not_dict(self):
305-
# A tuple callback_kwargs should raise OptionError, not TypeError
306-
# from string formatting unpacking the tuple.
307305
self.assertOptionError(
308306
"option -b: callback_kwargs, if supplied, "
309307
"must be a dict: not (1, 2)",

0 commit comments

Comments
 (0)