[Imported from Trac: page Python3, version 19]

itamarst 2020-09-16 15:18:35 +00:00
parent d630a89aa7
commit e484931578

@ -23,8 +23,8 @@ We use [tox](https://tox.readthedocs.io/en/latest/) to standardize environments
Some things you can take on: Some things you can take on:
* `allmydata.node` is pretty standalone. * `allmydata.node` is pretty standalone.
* Start the more complex process (see below re spaghetti dependencies) on `allmydata.immutable`. * Start the more complex process (see below re spaghetti dependencies) on `allmydata.mutable`. That is, pick a test module, and port just the test module, but making necessary changes elsewhere to make the tests pass. Repeat until all tests modules for `allmydata.immutable` are ported.
* Some other standalone module if you can find one.
## The porting process, big picture ## The porting process, big picture