Changes between Initial Version and Version 2 of Ticket #3917


Ignore:
Timestamp:
2022-08-17T22:25:21Z (2 years ago)
Author:
fenn-cs
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3917

    • Property Summary changed from Refactor `UtilTests` class to Refactor UtilTests class
  • Ticket #3917 – Description

    initial v2  
    1 Update test such as `UtilTests` in src/allmydata/test/test_storage.py  to either use `SyncTestCase` or `AsyncTestCase` base test case and not `unittest.TestCase`
     1Update `UtilTests` tests in src/allmydata/test/test_storage.py  to either use `SyncTestCase` or `AsyncTestCase` base test case and not `unittest.TestCase`
    22
    33This refactor would also involve using new and better assertion methods.