Changeset 5fa8c78 in trunk
- Timestamp:
- 2022-01-20T17:04:20Z (4 years ago)
- Branches:
- master
- Children:
- 9a0a19c
- Parents:
- f09aa8c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/test/test_storage_http.py ¶
rf09aa8c r5fa8c78 26 26 from hyperlink import DecodedURL 27 27 28 from .common import AsyncTestCase,SyncTestCase28 from .common import SyncTestCase 29 29 from ..storage.server import StorageServer 30 30 from ..storage.http_server import ( … … 165 165 166 166 167 class RoutingTests( AsyncTestCase):167 class RoutingTests(SyncTestCase): 168 168 """ 169 169 Tests for the HTTP routing infrastructure. … … 221 221 222 222 223 class GenericHTTPAPITests( AsyncTestCase):223 class GenericHTTPAPITests(SyncTestCase): 224 224 """ 225 225 Tests of HTTP client talking to the HTTP server, for generic HTTP API … … 273 273 274 274 275 class ImmutableHTTPAPITests( AsyncTestCase):275 class ImmutableHTTPAPITests(SyncTestCase): 276 276 """ 277 277 Tests for immutable upload/download APIs.
Note: See TracChangeset
for help on using the changeset viewer.