Ticket #4254 enhancement new

Opened 3 years ago

Last modified 5 weeks ago

trial should have a command line argument to enable DelayedCall debugging

Reported by: exarkun Owned by:
Priority: normal Milestone:
Component: trial Keywords:
Cc: Branch:
Author: Launchpad Bug:

Description

If a test fails with left over DelayedCalls, trial tells you to manually set DelayedCall.debug to True. Instead, it should tell you to use the --debug-delayed-calls command line argument. And it should have a --debug-delayed-calls command line argument.

Change History

1

Changed 2 years ago by <automation>

  • owner jml deleted

2

Changed 5 weeks ago by Julian

Failure already gets its debug mode turned on with --debug. Is there any reason not to make this just be "make DelayedCall also get debugged with --debug" rather than having an option for each individual object?

3

Changed 5 weeks ago by exarkun

Having a single option to turn on all the debugging there is is fine with me. However, having a way to turn on specific debugging options would also be really great.

Note: See TracTickets for help on using tickets.