Your IP : 216.73.216.215


Current Path : /proc/3/root/opt/imh-python/lib/python3.9/site-packages/cherrypy/test/
Upload File :
Current File : //proc/3/root/opt/imh-python/lib/python3.9/site-packages/cherrypy/test/webtest.py

# 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)