[openstack-dev] [qa] Debugging tox tests with pdb?

2014-05-07 Thread Pendergrass, Eric
Hi, I've read much of the documentation around Openstack tests, tox, and testr. All I've found indicates debugging can be done, but only by running the entire test suite. I'd like the ability to run a single test module with pdb.set_trace() breakpoints inserted, then step through the test.

Re: [openstack-dev] [qa] Debugging tox tests with pdb?

2014-05-07 Thread Steve Martinelli
...@ca.ibm.com 8200 Warden Ave Markham, ON L6G 1C7 Canada From: Pendergrass, Eric eric.pendergr...@hp.com To: openstack-dev@lists.openstack.org openstack-dev@lists.openstack.org, Date: 05/07/2014 02:17 PM Subject: [openstack-dev] [qa] Debugging tox tests with pdb

Re: [openstack-dev] [qa] Debugging tox tests with pdb?

2014-05-07 Thread Yuriy Taraday
Hello, Eric. On Wed, May 7, 2014 at 10:15 PM, Pendergrass, Eric eric.pendergr...@hp.comwrote: Hi, I’ve read much of the documentation around Openstack tests, tox, and testr. All I’ve found indicates debugging can be done, but only by running the entire test suite. I’d like the ability