Changes between Initial Version and Version 1 of Ticket #3919


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3919

    • Property Summary changed from Refactor ConfigUtilTests to Refactor ConfigUtilTests and Pipeline tests
  • Ticket #3919 – Description

    initial v1  
    1 Update `ConfigUtilTests` tests in `src/allmydata/test/test_configutil.py` to either use `SyncTestCase` or `AsyncTestCase` base test case and not `unittest.TestCase`
     1Update `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`
    22
    33This refactor would also involve using new and better assertion methods.