ack@lists.openstack.org
> Sent: Wednesday, December 11, 2013 3:49:15 PM
> Subject: Re: [Openstack] [Swift] Running individual unit tests
>
> Here's what I do:
>
> nosetests --nocapture --nologcapture test/unit/obj/test_diskfile.py
>
> thx
> Paul
>
> -Original Messa
- France
- Original Message -
From: "Paul E Luse"
To: "Shrinand Javadekar" ,
openstack@lists.openstack.org
Sent: Wednesday, December 11, 2013 3:49:15 PM
Subject: Re: [Openstack] [Swift] Running individual unit tests
Here's what I do:
nosetests --nocapture --n
Here's what I do:
nosetests --nocapture --nologcapture test/unit/obj/test_diskfile.py
thx
Paul
-Original Message-
From: Shrinand Javadekar [mailto:shrin...@maginatics.com]
Sent: Wednesday, December 11, 2013 1:17 AM
To: openstack@lists.openstack.org
Subject: [Openstack] [Swift] Ru
I thought I must have been asked before, but couldn't find any
reference to it. So here it goes:
I have cloned the git repository for Swift locally (on MacOS). I
wanted to play with some code and see if it breaks any unit tests.
When I run tox -e py27, the entire test suite is executed. What's the