Changes between Version 5 and Version 6 of Python3
- Timestamp:
- 2020-07-14T11:26:41Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Python3
v5 v6 28 28 5. Fix any problems caught by the tests. 29 29 6. Add both M and T to `allmydata/util/_python3.py`. 30 7. TODO: Not yet possible, but once the ratchet infrastructure is in place, update the should-be-passing-on-Python-3 tests listto include the tests in T plus any other newly passing tests, so that future development doesn't regress Python 3 support.30 7. Run `tox -e py36` (or equivalent) to update the should-be-passing-on-Python-3 tests list at `misc/python3/passing` to include the tests in T plus any other newly passing tests, so that future development doesn't regress Python 3 support. 31 31 8. Submit for code review. 32 32 9. Check coverage report. If there are uncovered lines, see if you can add tests, or at least file a separate ticket for adding coverage.