Unit test output verbosity

K

Krzysieq

[Note: parts of this message were removed to make it a legal post.]

Hey,

I have a question. I wrote some unit tests for my simple app. Since it's a
part of a larger whole, it's managed inside a continuous integration
framework. For that purpose I would like to report the unit tests that are
executed not only by their overall failure or success, but in more detail.
Is there any way in which I can increase the verbosity of messages sent to
standard output, so that I can see the names of all test case subclasses,
and all test methods, with a distinction whether or not they succeeded? The
best would be to get a junit format of xml report, but I have tools to do
that for me from plain text, so this isn't a big deal. I will appreciate any
insight.

Cheers,
Chris
 
K

Kouhei Sutou

Hi,

In <[email protected]>
"Unit test output verbosity" on Sat, 13 Dec 2008 01:30:39 +0900,
Krzysieq said:
I have a question. I wrote some unit tests for my simple app. Since it's a
part of a larger whole, it's managed inside a continuous integration
framework. For that purpose I would like to report the unit tests that are
executed not only by their overall failure or success, but in more detail.
Is there any way in which I can increase the verbosity of messages sent to
standard output, so that I can see the names of all test case subclasses,
and all test methods, with a distinction whether or not they succeeded? The
best would be to get a junit format of xml report, but I have tools to do
that for me from plain text, so this isn't a big deal. I will appreciate any
insight.

Are you using test-unit? If so, you can use -vv option.

Thanks,
 
K

Krzysieq

[Note: parts of this message were removed to make it a legal post.]

Hi again,

Yes, I'm using Test::Unit, but the -w parameter You mentioned doesn't seem
to have done anything. Any other ideas? Thanks for help anyways.

Cheers,
Chris
 
K

Kouhei Sutou

Hi,

In <[email protected]>
"Re: Unit test output verbosity" on Mon, 15 Dec 2008 18:58:18 +0900,
Krzysieq said:
Yes, I'm using Test::Unit, but the -w parameter You mentioned doesn't seem
to have done anything. Any other ideas? Thanks for help anyways.

No, no, no. Two "v"s ("-vv") not one "w" ("-w").
See --help.


Thanks,
 

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

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,073
Latest member
DarinCeden

Latest Threads

Top