Running one single test...

T

Timothy Grant

At work we use Perl and a home rolled unittesting mechanism. One of the things
I love about That testing mechanism is that I can run one single test. In
fact, I've configured Vim to run the current test and either tell me if it
passes or tell me the error when it doesn't.

I'd love to do something similar with PyUnit, but I have yet to figure out how
to run one single test.

Any help would be greatly appreciated.

Thank you.

--
Stand Fast,
tjg.

Timothy Grant
www.craigelachie.org
 
P

Peter Hansen

Timothy said:
At work we use Perl and a home rolled unittesting mechanism. One of the things
I love about That testing mechanism is that I can run one single test. In
fact, I've configured Vim to run the current test and either tell me if it
passes or tell me the error when it doesn't.

I'd love to do something similar with PyUnit, but I have yet to figure out how
to run one single test.

Any help would be greatly appreciated.

From the command line, assuming your tests are functions named testNN() in a
class called MyTestCase in a file called tests.py:

python tests.py MyTestCase.test01

-Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top