[Chandler-dev] Comments requested on new test output format

Andi Vajda vajda at osafoundation.org
Wed Jul 12 16:23:13 PDT 2006


On Wed, 12 Jul 2006, Mikeal Rogers wrote:

> This output;
>> Test Report;
>> *Suite ""ChandlerTestSuite"" Failed :: Total Time ""0:04:55.434000"" ::
>> Comment ""None""
>> **Test ""TestSwitchTimezone"" Failed :: Total Time ""0:00:00.931000"" ::
>> Comment ""None
>> None""
>> ***Action ""CheckBlockVisibility"" Failed :: Total Time ""0:00:00"" ::
>> Comment ""(On EditTimeZone Visibility)  || detail view = Fa
>> lse ; expected value = True""
>> ****Report ""(On EditTimeZone Visibility)  || detail view = False ;
>> expected value = True"" Failed :: Comment ""None""
>
> is only displayed when there is a failure. It's just displayed before the 
> final summary. It does however "spew" to your screen every time there are 
> failures calculated at the end of the suite.

How about trimming this:
   - remove the Total Time with 6 decimals
   - remove Comment None
   - remove name of the suite (I know which suite I run)
   - remove ::
   - replace *** with spaces
   - replace "" with "
   - on the other hand, if there is a stack trace, don't hide it

Andi..


More information about the chandler-dev mailing list