Changes between Initial Version and Version 1 of Ticket #3919
- Timestamp:
- 2022-08-17T22:33:42Z (2 years ago)
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`1 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` 2 2 3 3 This refactor would also involve using new and better assertion methods.