This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2025-02-01/mockenv/lib/python3.6/site-packages/cherrypy/test/webtest.py
2022-07-22 16:13:59 +05:30

12 lines
262 B
Python

# for compatibility, expose cheroot webtest here
import warnings
from cheroot.test.webtest import ( # noqa
interface,
WebCase, cleanHeaders, shb, openURL,
ServerError, server_error,
)
warnings.warn('Use cheroot.test.webtest', DeprecationWarning)