/usr/lib/python2.6/site-packages/openstackclient/tests/common
Edit: /usr/lib/python2.6/site-packages/openstackclient/tests/common/test_module.pyc (3572B)
Ñò
;vVc
@ sô d Z d d k Z d d k l Z d d k l Z d d k l Z d Z d Z h e d 6Z
d Z d
Z h e d 6Z
h e i e e ƒ e 6e i e e ƒ e 6Z d e i f d „ ƒ YZ e i i d
d e d e ƒd e i f d „ ƒ Yƒ Z d S( s Test module moduleiÿÿÿÿN( t module( t fakes( t utilst
fakeclients 0.1.2t __version__t zlibs 1.1t TestCommandListc B s e Z d „ Z d „ Z RS( c C sn t t | ƒ i ƒ t i ƒ | i _ d g | i i i _ d d g | i i i _ t
i | i d ƒ | _
d S( Nt testt ones cmd two( t superR t setUpt mockt Mockt appt command_managert get_command_groupst return_valuet get_command_namest
osc_modulet ListCommandt Nonet cmd( t self( ( sX /tmp/pip-build-cD3xZi/python-openstackclient/openstackclient/tests/common/test_module.pyR
/ s c C s g } g } | i | i | | ƒ } | i i | ƒ \ } } d } | i | | ƒ d d d g f f } | i | t | ƒ ƒ d S( Ns
Command Groupt CommandsR R s cmd two( s
Command Groups Commands( t check_parserR t take_actiont assertEqualt tuple( R t arglistt
verifylistt parsed_argst columnst datat collistt datalist( ( sX /tmp/pip-build-cD3xZi/python-openstackclient/openstackclient/tests/common/test_module.pyt test_command_list_no_options<