We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8df44 commit 87bb920Copy full SHA for 87bb920
tests/searchcommands/test_decorators.py
@@ -474,9 +474,6 @@ def test_option(self):
474
'required_match="123-45-6789" required_optionname="some_option_name" required_regularexpression="\\\\s+" '
475
'required_set="bar" set="bar" show_configuration="f"')
476
477
- print(command.options)
478
- print()
479
- print(expected)
480
observed = six.text_type(command.options)
481
482
self.assertEqual(observed, expected)
0 commit comments