[Imported from Trac: page Python3, version 82]

itamarst 2021-03-09 16:40:39 +00:00
parent f665c5bac3
commit 41efc565ef

@ -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. 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_connections
* test_deepcheck
* test_i2p_provider * test_i2p_provider
* test_import (just delete it? it's empty)
* test_multi_introducers
* test_python2_regressions (???)
* test_runner
* test_tor_provider * 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 ## The porting process, big picture