Changes between Version 1 and Version 2 of Ticket #3916


Ignore:
Timestamp:
2022-08-15T23:13:02Z (2 years ago)
Author:
fenn-cs
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3916 – Description

    v1 v2  
    1 Just like in #3758, update `FakeWebTest` in src/allmydata/test/test_testing.py  to either use SyncTestCase and AsyncTestCase and not `testtools.TestCase`
     1Just like in #3758, update test such as `FakeWebTest` in src/allmydata/test/test_testing.py  to either use SyncTestCase and AsyncTestCase and not `testtools.TestCase`
    22
    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
     3* FakeWebTest: src/allmydata/test/test_testing.py
     4
     5* MemoryConsumerTests: src/allmydata/test/test_consumer.py
     6
     7* PythonTwoRegressions: src/allmydata/test/test_python2_regressions.py