[TIP] testing unittest2 plugin branch Was: How to get coverage.py and unittest2 working together?

Jorge Vargas jorge.vargas at gmail.com
Wed Jul 28 20:00:33 PDT 2010


Sorry spoke too soon.

On Wed, Jul 28, 2010 at 10:53 PM, Jorge Vargas <jorge.vargas at gmail.com> wrote:
> On Wed, Jul 28, 2010 at 7:15 PM, Michael Foord
> <fuzzyman at voidspace.org.uk> wrote:
>> On 28/07/2010 22:41, Jorge Vargas wrote:
>>> for example the pdb plugin is currently not working as it's putting
>>> the stop in inside unittest2, it is also doing funny things when
>>> enabled together with checker :)
>>>
>>
>> It seems to work fine for me - even with the checker enabled. It is possible
>> that one of my recent changes fixed it again :-o Could you try it again?
>>
The following config (although not logical) will make the debugger
launch on each pyflakes warning at
unittest2/unittest2/plugins/checker.py(135)check_file_pyflakes()


[debugger]
always-on = True
errors-only = False

[checker]
always-on = True



More information about the testing-in-python mailing list