Opened at 2022-08-17T22:31:00Z
Last modified at 2022-08-17T22:35:05Z
#3919 new defect
Refactor ConfigUtilTests and Pipeline tests
Reported by: | fenn-cs | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description (last modified by fenn-cs)
Update ConfigUtilTests tests in src/allmydata/test/test_configutil.py and Pipeline in src/allmydata/test/test_pipeline.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.
Added pipeline tests to this because just like the ConfigUtilsTests class Pipeline does not have a too many tests and so together would a bigger but still small size refactor PR
Change History (2)
comment:1 Changed at 2022-08-17T22:33:42Z by fenn-cs
- Description modified (diff)
- Summary changed from Refactor ConfigUtilTests to Refactor ConfigUtilTests and Pipeline tests
comment:2 Changed at 2022-08-17T22:35:05Z by fenn-cs
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.