Changes between Version 12 and Version 13 of Ticket #2777


Ignore:
Timestamp:
2022-07-01T14:51:26Z (2 years ago)
Author:
exarkun
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2777 – Description

    v12 v13  
    44* switch from trial's TestCase to testtools' TestCase (probably via a base class in one of our common modules)
    55* replace JUnit-style assertions (`assertEqual(...)`) with "hamcrest" style assertions (`assertThat(x, Equals(y))`)
    6 * switch to `inlineCallbacks` to flatten the control-flow nest of helper functions
     6* switch to `async def` / `await` to flatten the control-flow nest of helper functions
    77