From f280bee8e5ee6dcd03c70f8fe5ec7d1c63619656 Mon Sep 17 00:00:00 2001 From: chadwhitacre <> Date: Tue, 21 Jul 2020 10:03:06 +0000 Subject: [PATCH] Keep passing tests filename up to date [Imported from Trac: page Python3, version 8] --- Python3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python3.md b/Python3.md index b8b92d4..c91af92 100644 --- a/Python3.md +++ b/Python3.md @@ -25,7 +25,7 @@ Then: 4. Now run T's tests on Python 3. 5. Fix any problems caught by the tests. 6. Add both M and T to `allmydata/util/_python3.py`. -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. +7. 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. 8. Submit for code review. 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.