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