mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-24 19:19:56 +00:00
6 lines
245 B
Python
6 lines
245 B
Python
"""OpenAPI core testing mock module"""
|
|
# backward compatibility
|
|
from openapi_core.testing.requests import MockRequestFactory
|
|
from openapi_core.testing.responses import MockResponseFactory
|
|
|
|
__all__ = ['MockRequestFactory', 'MockResponseFactory']
|