Closed jml closed 8 years ago
Rebased on recent changes to master. No behavioural changes. Will merge in 24 hours unless I hear anything.
Review status: 0 of 14 files reviewed at latest revision, 1 unresolved discussion.
testtools/deferredruntest.py, line 1 [r1] (raw file): It's my understanding the Copyright statements require years to be valid.
Comments from the review on Reviewable.io
Assuming its all just a move, then it seems fine to me, modulo the copyright statement thing.
Thanks. Copyright years restored & bumped (I don't know if it's required or not, but IP minutiae is even more tedious than resolving needless diff conflicts).
Merged as e571d9c.
Reverted as 092d434. The Travis CI build is failing and I shouldn't have merged it in the first place.
Intent is purely to move code around without causing behavior change, so that all the Twisted stuff is in one spot.
testtools.twistedsupport
packagetesttools.twistedsupport
packagetesttools.deferredruntest.AsynchronousDeferredRunTest
still works)testtools.tests.twistedsupport
, to parallel matchersNeedsTwistedTestCase
to its own helper module, rather than importing fromtest_spinner
as before