summaryrefslogtreecommitdiff
path: root/cherrypy/test/webtest.py
blob: 9fb6ce62b768b0e782294027d9a312349da910bf (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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)