Changeset 249f431 in trunk
- Timestamp:
- 2022-07-05T15:14:52Z (3 years ago)
- Branches:
- master
- Children:
- 97d0ba2
- Parents:
- 451e6879
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/test/test_storage_http.py ¶
r451e6879 r249f431 26 26 from pycddl import ValidationError as CDDLValidationError 27 27 from hypothesis import assume, given, strategies as st 28 from fixtures import Fixture, TempDir, Mo ckPatch28 from fixtures import Fixture, TempDir, MonkeyPatch 29 29 from treq.testing import StubTreq 30 30 from klein import Klein … … 374 374 # server. 375 375 self.mock = self.useFixture( 376 Mo ckPatch(376 MonkeyPatch( 377 377 "twisted.internet.task._theCooperator", 378 378 Cooperator(scheduler=lambda c: self.clock.callLater(0.000001, c)),
Note: See TracChangeset
for help on using the changeset viewer.