Changes between Version 12 and Version 13 of Ticket #2777
- Timestamp:
- 2022-07-01T14:51:26Z (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2777 – Description
v12 v13 4 4 * switch from trial's TestCase to testtools' TestCase (probably via a base class in one of our common modules) 5 5 * 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 functions6 * switch to `async def` / `await` to flatten the control-flow nest of helper functions 7 7