[python-bugzilla] [PATCH 3/3] Add tox usage instructions

Cole Robinson crobinso at redhat.com
Mon Jan 6 15:09:42 UTC 2014


On 12/17/2013 10:56 AM, abn at redhat.com wrote:
> From: Arun Babu Neelicattu <abn at redhat.com>
> 
> ---
>  HACKING | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/HACKING b/HACKING
> index 3569b22..dda9933 100644
> --- a/HACKING
> +++ b/HACKING
> @@ -32,6 +32,13 @@ login there:
>  
>      python setup.py test --rw-functional
>  
> +# Testing across python versions
> +To test all supported python versions, run tox using any of the following.
> +
> +    tox
> +    tox -- --ro-functional
> +    tox -- --rw-functional
> +
>  Note: Before running rw-functional tests, make sure you have logged using:
>      python bugzilla-cli \
>          --bugzilla=partner-bugzilla.redhat.com \
> 

Thanks, pushed all 3, sorry for the delay.

- Cole


More information about the python-bugzilla mailing list