Re: [Twisted-Python] Using Twisted with pytest fixtures

2017-07-31 Thread Hamza Sheikh
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

Re: [Twisted-Python] Using Twisted with pytest fixtures

2017-07-17 Thread meejah
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