tests(Possible Values): adds a test for --long=value possible values format

This commit is contained in:
Kevin K 2015-08-26 19:50:54 -04:00
parent 3d5e9a6ced
commit 35b348655c

View file

@ -258,6 +258,7 @@ cmds = {'help short: ': ['{} -h'.format(_bin), _help],
'F2(ss),O(s),P: ': ['{} value -f -f -o some'.format(_bin), _f2op],
'arg dym: ': ['{} --optio=foo'.format(_bin), _arg_dym_usage],
'pv dym: ': ['{} --Option slo'.format(_bin), _pv_dym_usage],
'pv dym(=): ': ['{} --Option=slo'.format(_bin), _pv_dym_usage],
'O2(ll)P: ': ['{} value --option some --option other'.format(_bin), _o2p],
'O2(l=l=)P: ': ['{} value --option=some --option=other'.format(_bin), _o2p],
'O2(ss)P: ': ['{} value -o some -o other'.format(_bin), _o2p],