List some test modules that need doing.

[Imported from Trac: page Python3, version 81]
itamarst 2021-03-09 15:05:06 +00:00
parent 9c4d0918a8
commit f665c5bac3

@ -27,7 +27,7 @@ We use [tox](https://tox.readthedocs.io/en/latest/) to standardize environments
| `*init*` | **todo** | | |
| `_version` | **todo** | | |
| `windows` | **todo** | | |
| `test` | **doing** | | |
| `test` | **doing** | itamarst is doing misc orphans, see below for list | |
| `test_system` | **doing** | | Two more tests are skipped, blocked on web and cli being ported |
| `util` | **doing** | | |
| `client` | doing | itamarst | |
@ -65,6 +65,19 @@ We use [tox](https://tox.readthedocs.io/en/latest/) to standardize environments
‡ Expect spaghetti (see below).
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.
* 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)
## The porting process, big picture
For a module M, there is also a corresponding module T, the unittests for M.