After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 407980 - Extranous output to terminal
Extranous output to terminal
Status: RESOLVED FIXED
Product: dogtail
Classification: Deprecated
Component: Framework
CVS HEAD
Other All
: Normal minor
: ---
Assigned To: Dogtail Maintainers
Dogtail Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-14 19:49 UTC by Sami Wagiaalla
Modified: 2008-06-13 15:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sami Wagiaalla 2007-02-14 19:49:40 UTC
When running a large test suit especially in headless mode it is much better of the output can be seen in a very brief way:

TestFoo.someTest()... pass
TestFoo.someOtherTest()... pass
TestBar.someTest()... fail

And the if the use wants more detail they can run the particular test with more output:

python TestBar --verbous

Other information:
Comment 1 Zack Cerza 2007-02-14 20:51:43 UTC
dogtail's terminal output was really meant to be used for detailed debugging. for test cast comparisons done with the TC* classes in dogtail.tc, a separate log is created with pass/fail information. have you looked into using those?
Comment 2 Zack Cerza 2008-06-13 15:45:07 UTC
Also, in SVN, you can set dogtail.config.config.logDebugToStdOut to False.