Changes between Version 81 and Version 82 of Python3
- Timestamp:
- 2021-03-09T16:40:39Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Python3
v81 v82 67 67 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. 68 68 69 Related to tor/i2p: 70 69 71 * test_connections 70 * test_deepcheck71 72 * test_i2p_provider 72 * test_import (just delete it? it's empty) 73 * test_tor_provider 74 75 Related to CLI, will be done as part of that port: 76 73 77 * test_multi_introducers 74 * test_python2_regressions (???)75 78 * test_runner 76 * test_tor_provider 77 * test_windows 78 * cli/ directory (will presumably be done as part of CLI porting, but will need to revisit) 79 * tests/cli/ directory 80 * extra unported tests in test_system and test_deepcheck 79 81 80 82 == The porting process, big picture ==