On Jan 3, 2018, at 1:19 PM, Craig Rodrigues <rodrigc@crodrigues.org> wrote:Probably failUnlessFailure as an alias to assertFailure() was done to mimic some of the deprecations that occurredin the Python unittest module in Python 2.7: https://docs.python.org/2/library/unittest.html#deprecated-aliasesIt would probably be a good idea to change the usage of failUnlessFailure in twisted to assertFailure,and then deprecate failUnlessFailure.