File: webtest.py

package info (click to toggle)
cherrypy3 18.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,284 kB
  • sloc: python: 17,564; makefile: 29; sh: 8
file content (11 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (3)
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)