Changes between Initial Version and Version 1 of Ticket #3916
- Timestamp:
- 2022-08-15T23:12:13Z (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3916
- Property Summary changed from Refactor FakeWebTest to Refactor tests that can but do not use base test classes.
-
Ticket #3916 – Description
initial v1 1 1 Just like in #3758, update `FakeWebTest` in src/allmydata/test/test_testing.py to either use SyncTestCase and AsyncTestCase and not `testtools.TestCase` 2 2 3 src/allmydata/test/test_testing.py 3 FakeWebTest: src/allmydata/test/test_testing.py 4 MemoryConsumerTests: src/allmydata/test/test_consumer.py 5 PythonTwoRegressions: src/allmydata/test/test_python2_regressions.py