/usr/lib/python2.6/site-packages/pbr/tests
Edit: /usr/lib/python2.6/site-packages/pbr/tests/test_commands.pyc (1575B)
Ñò
;vVc @ s= d d k l Z d d k l Z d e i f d „ ƒ YZ d S( iÿÿÿÿ( t content( t baset TestCommandsc B s e Z d „ Z d „ Z RS( c C sn | i d ƒ \ } } } | i d t i | ƒ ƒ | i d t i | ƒ ƒ | i d | ƒ | i | d ƒ d S( sà Test custom build_py command.
Test that a custom subclass of the build_py command runs when listed in
the commands [global] option, rather than the normal build command.
t build_pyt stdoutt stderrs Running custom build_py command.i N( t run_setupt addDetailR t text_contentt assertInt assertEqual( t selfR R t return_code( ( s4 /tmp/pip-build-cD3xZi/pbr/pbr/tests/test_commands.pyt test_custom_build_py_command/ s
c C sn | i d ƒ \ } } } | i d t i | ƒ ƒ | i d t i | ƒ ƒ | i d | ƒ | i | d ƒ d S( s Test custom rpm_version command.t rpm_versionR R s Extracting rpm versioni N( R R R R R R
( R R R R ( ( s4 /tmp/pip-build-cD3xZi/pbr/pbr/tests/test_commands.pyt" test_custom_rpm_version_py_command<