We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee03ebc commit 0e4727aCopy full SHA for 0e4727a
1 file changed
tests/unit/test_argprocess.py
@@ -452,6 +452,7 @@ def test_csv_syntax_errors(self):
452
with self.assertRaisesRegex(ParamError, error_msg):
453
self.parse_shorthand(p, ['ParameterKey=key,ParameterValue="foo,bar\''])
454
455
+
456
class TestParamShorthandCustomArguments(BaseArgProcessTest):
457
458
def setUp(self):
0 commit comments