[Twisted-Python] itervalues in pypi package

2021-07-02 Thread Nathaniel Haggard
When making a python3 virtualenv and installing twisted I get t/i/process.py that has .itervalues() in it, but this was fixed 3 months ago (https://twistedmatrix.com/trac/ticket/9933). ``` curl https://files.pythonhosted.org/packages/c2/41/3f30da0f7025480eff8feb9ef0927c6db6bbbf6e64985cac77ee0210a9

[Twisted-Python] testing a unit that spawnsProcess

2009-10-21 Thread Nathaniel Haggard
What is a good way to unit test this amp responder which will call a process? Other things it does are covered with other tests thanks to the tests I copied from lp:game. That should be a pretty awesome game or at least it will work. Should the test actually spawn a process or only pretend to? t