This commit is contained in:
Jack Robison 2018-10-25 15:28:00 -04:00
parent 2f8b10f3c7
commit ab0b9707f2
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2
11 changed files with 306 additions and 136 deletions
tests/protocols

View file

@ -1,7 +1,7 @@
from aioupnp.fault import UPnPError
from aioupnp.protocols.scpd import scpd_post, scpd_get
from . import TestBase
from .mocks import mock_tcp_endpoint_factory
from tests import TestBase
from tests.mocks import mock_tcp_endpoint_factory
class TestSCPDGet(TestBase):