#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

In 36cd697/trunk:

Merge pull request #1214 from Fenn-CS/3917-refactor-test-storage-py

Refactor test_storage.py to use base test classes

Fixes: ticket:3917

Note: See TracTickets for help on using tickets.