Changes between and of Initial VersionVersion 2Ticket #5885
- Timestamp:
- 08/21/2012 09:23:57 AM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5885
- Property owner set to itamar
- Property summary changed from Once SynchronousTestCase is ported to Python 3, switch twisted.test.test_compat back to using it to Once SynchronousTestCase is ported to Python 3, switch test modules using pyunit back to using it
- Property milestone changed from to Python 3.3 Minimal
-
Ticket #5885 – description
initial v2 1 `test_compat` (after #5877 is merged) has some workarounds for lack of SynchronousTestCase: reimplementing `mktemp()`, `del` instead of skip support. Once SynchronousTestCase is ported to Python 3, we should revert these changes.1 `test_compat`, and `test_monkey` (after #5896 is merged) use pyunit, and in some cases have workarounds for lack of SynchronousTestCase: reimplementing `mktemp()`, `del` instead of skip support. Once SynchronousTestCase is ported to Python 3, we should revert these changes.
