From 41efc565ef65455e47c2f48a81af4eb21c3a20db Mon Sep 17 00:00:00 2001 From: itamarst <> Date: Tue, 9 Mar 2021 16:40:39 +0000 Subject: [PATCH] [Imported from Trac: page Python3, version 82] --- Python3.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Python3.md b/Python3.md index 955b658..369c7f3 100644 --- a/Python3.md +++ b/Python3.md @@ -67,16 +67,18 @@ We use [tox](https://tox.readthedocs.io/en/latest/) to standardize environments These are test modules that haven't been ported. Unclear if we can do all of them in one PR, but worst case remaining ones can be copied to follow-up tickets. This does not include utility modules in allmydata.test, which also need to be ported. +Related to tor/i2p: + * test_connections -* test_deepcheck * test_i2p_provider -* test_import (just delete it? it's empty) -* test_multi_introducers -* test_python2_regressions (???) -* test_runner * test_tor_provider -* test_windows -* cli/ directory (will presumably be done as part of CLI porting, but will need to revisit) + +Related to CLI, will be done as part of that port: + +* test_multi_introducers +* test_runner +* tests/cli/ directory +* extra unported tests in test_system and test_deepcheck ## The porting process, big picture