Re: [Pyunit-interest] Why doesn't the test suite print the entire doc string?
Brought to you by:
purcell
From: Steve P. <ste...@ya...> - 2002-12-19 12:08:15
|
On Thursday 19 December 2002 04:04, Timothy Grant wrote: > Just curious why when tests are run the entire doc string is not printed? I > almost feel as if I would do better naming my testXXXX methods with the > full name of the test instead. The *first line* of the testXX method doc strings are used as the short descriptions of test cases by default. If you're not seeing your doc strings, check that the short description is in the first line. Best wishes, -Steve -- Steve Purcell http://advogato.org/person/purcell |