This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chris.jerdonek
Recipients chris.jerdonek, ezio.melotti, r.david.murray, vinay.sajip
Date 2013-01-08.12:08:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357646939.78.0.555204060989.issue16889@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, it's primarily for easier scanning/reading as well as aesthetic.  With -v I get the following output though:

test1 (test_logging.Test) ... INFO:root:setting up
ok
test2 (test_logging.Test) ... INFO:root:setting up
ok

----------------------------------------------------------------------
Ran 2 tests in 0.000s

At least it's good to know that I wasn't missing anything obvious.  And yes, I did read about TestHandler/Matcher (for making assertions about logging) from the following informative thread a couple years ago (which I came across when filing issue 16884):

http://mail.python.org/pipermail/python-dev/2010-December/106526.html
History
Date User Action Args
2013-01-08 12:08:59chris.jerdoneksetrecipients: + chris.jerdonek, vinay.sajip, ezio.melotti, r.david.murray
2013-01-08 12:08:59chris.jerdoneksetmessageid: <1357646939.78.0.555204060989.issue16889@psf.upfronthosting.co.za>
2013-01-08 12:08:59chris.jerdoneklinkissue16889 messages
2013-01-08 12:08:59chris.jerdonekcreate