Ticket #5950 enhancement closed fixed

Opened 8 months ago

Last modified 8 months ago

Add version of runWithWarningsSuppressed for synchronous functions

Reported by: itamar Owned by: itamar
Priority: normal Milestone: Python 3.3 Minimal
Component: core Keywords:
Cc: Branch: branches/sync-suppressed-warnings-5950
Author: itamarst Launchpad Bug:

Description

SynchronousTestCase needs a version of runWithWarningsSuppressed that doesn't depend on Deferreds.

Change History

1

Changed 8 months ago by itamarst

  • branch set to branches/sync-suppressed-warnings-5950
  • branch_author set to itamarst

(In [35538]) Branching to 'sync-suppressed-warnings-5950'

2

Changed 8 months ago by itamar

  • owner changed from itamar to exarkun
  • keywords review added

3

Changed 8 months ago by exarkun

  • owner changed from exarkun to itamar
  • keywords review removed

Looks good, please merge.

4

Changed 8 months ago by itamarst

  • status changed from new to closed
  • resolution set to fixed

(In [35546]) Merge sync-suppressed-warnings-5950: Add synchronous runWithWarningSuppressed function.

Author: itamar Review: exarkun Fixes: #5950

Another step on the road to a non-reactor-requiring SynchronousTestCase - a version of runWithWarningSuppressed that is not aware of Defereeds. And has tests.

Note: See TracTickets for help on using tickets.