Ticket #5858 enhancement closed fixed
Refactor twisted.trial.test.test_assertions to separate synchronous from asynchronous
| Reported by: | exarkun | Owned by: | exarkun |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | trial | Keywords: | |
| Cc: | jml | Branch: |
branches/sync-async-split-5858
(diff, github, buildbot, log) |
| Author: | exarkun | Launchpad Bug: |
Description
This test module covers a large portion of the helper methods provided by TestCase. It tests both the synchronous helpers and the asynchronous helpers (such as assertFailure and addCleanup).
To facilitate splitting up the implementation of these two categories of features, it would help to split up the tests for them as well.
Split off of #5853
Change History
Note: See
TracTickets for help on using
tickets.
