Ticket #5873 enhancement closed fixed
switch all synchronous trial unit tests to using SynchronousTestCase
| Reported by: | exarkun | Owned by: | exarkun |
|---|---|---|---|
| Priority: | normal | Milestone: | Python 3.3 Minimal |
| Component: | trial | Keywords: | |
| Cc: | Branch: |
branches/sync-trial-tests-5873
(diff, github, buildbot, log) |
|
| Author: | exarkun | Launchpad Bug: |
Description
Many trial unit tests don't require the reactor spinning features of twisted.trial.unittest.TestCase. To aid in porting trial to Python 3, make them use SynchronousTestCase instead, which will be ported before TestCase (thus allowing for easier test bootstrapping).
Change History
Note: See
TracTickets for help on using
tickets.
