Changes between and of Version 2Version 3Ticket #5885
- Timestamp:
- 08/21/2012 11:44:02 AM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5885 – description
v2 v3 1 `test_compat`, and `test_monkey` (after #5896 ismerged) 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.1 `test_compat`, `test_versions` and `test_monkey` (after #5896 and #5785 are 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.
