Changeset 5fa8c78 in trunk


Ignore:
Timestamp:
2022-01-20T17:04:20Z (4 years ago)
Author:
Itamar Turner-Trauring <itamar@…>
Branches:
master
Children:
9a0a19c
Parents:
f09aa8c
Message:

Don't use reactor, since it's not necessary.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/allmydata/test/test_storage_http.py

    rf09aa8c r5fa8c78  
    2626from hyperlink import DecodedURL
    2727
    28 from .common import AsyncTestCase, SyncTestCase
     28from .common import SyncTestCase
    2929from ..storage.server import StorageServer
    3030from ..storage.http_server import (
     
    165165
    166166
    167 class RoutingTests(AsyncTestCase):
     167class RoutingTests(SyncTestCase):
    168168    """
    169169    Tests for the HTTP routing infrastructure.
     
    221221
    222222
    223 class GenericHTTPAPITests(AsyncTestCase):
     223class GenericHTTPAPITests(SyncTestCase):
    224224    """
    225225    Tests of HTTP client talking to the HTTP server, for generic HTTP API
     
    273273
    274274
    275 class ImmutableHTTPAPITests(AsyncTestCase):
     275class ImmutableHTTPAPITests(SyncTestCase):
    276276    """
    277277    Tests for immutable upload/download APIs.
Note: See TracChangeset for help on using the changeset viewer.