jellyfin-kodi/libraries/cherrypy/test/webtest.py

12 lines
262 B
Python
Raw Normal View History

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