Changes between Version 7 and Version 8 of Python3


Ignore:
Timestamp:
2020-07-21T10:03:06Z (4 years ago)
Author:
chadwhitacre
Comment:

Keep passing tests filename up to date

Legend:

Unmodified
Added
Removed
Modified
  • Python3

    v7 v8  
    26265. Fix any problems caught by the tests.
    27276. Add both M and T to `allmydata/util/_python3.py`.
    28 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.
     287. Run `tox -e py36` (or equivalent) to update the should-be-passing-on-Python-3 tests list at `misc/python3/ratchet-passing` to include the tests in T plus any other newly passing tests, so that future development doesn't regress Python 3 support.
    29298. Submit for code review.
    30309. Check coverage report. If there are uncovered lines, see if you can add tests, or at least file a separate ticket for adding coverage.