On Mon, Jul 17, 2017 at 11:08 AM, meejah wrote:
> I have a blog post on this, outlining some integration tests that I
> wrote for Tahoe-LAFS (which uses Twisted) and which also starts a
> 25-node Tor test network.
>
>https://meejah.ca/blog/pytest-integration-testing
>
> You probably also want
Hamza Sheikh writes:
> From what I understand -- forgive my beginner-level grasp of the
> subject matter -- once the reactor starts no more listenTCP() or
> connectTCP() (for example) can be added.
You can call these methods after the reactor starts with no problems.
> And until the reactor sto