Chris Jerdonek added the comment:

I think this would be useful as well.  For example, it would let one more 
easily get finer-grained test result data (e.g. to the level of doctest 
examples rather than just the TestCase level).  Without this, I needed to 
monkey patch.

The previously attached patch enhances DocTestSuite.  I think DocFileSuite 
should receive the same treatment (the case I was more interested in myself -- 
cf. http://bugs.python.org/issue15629#msg170447 ).

----------
nosy: +cjerdonek
title: Extra configurability for doctest TestCases -> Allow passing 
DocTestRunner and DocTestCase in doctest
versions: +Python 3.4 -Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1521051>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to