On 2/1/07, yary <[EMAIL PROTECTED]> wrote:
>
> Quick question- how do I find the verbosity in which my tests are
> running? something like "from xxxx import verbosity"?

Verbosity is passed in as a command line argument to the testing
process - it's not visible to the testing methods itself. Verbosity
only affects the reporting level of the test harness (i.e., do I print
out every test that is run, or just the final '3 tests passed'
message).

There is no scheme to pass verbosity down to the individual test cases
- mostly because test cases shouldn't be producing output.

Yours,
Russ Magee %-)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to