Opened at 2022-08-17T22:23:11Z
Closed at 2023-03-13T12:53:44Z
#3917 closed defect (fixed)
Refactor UtilTests class
Reported by: | fenn-cs | Owned by: | GitHub <noreply@…> |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description (last modified by fenn-cs)
Update UtilTests tests in src/allmydata/test/test_storage.py to either use SyncTestCase or AsyncTestCase base test case and not unittest.TestCase
This refactor would also involve using new and better assertion methods.
Change History (3)
comment:1 Changed at 2022-08-17T22:23:25Z by fenn-cs
- Summary changed from Refactor `UtilTests` class to Refactor UtilTests class
comment:2 Changed at 2022-08-17T22:25:21Z by fenn-cs
- Description modified (diff)
comment:3 Changed at 2023-03-13T12:53:44Z by GitHub <noreply@…>
- Owner set to GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 36cd697/trunk: