Commit ce5a56e9 authored by Trent Nelson's avatar Trent Nelson

Merge heads.

parents fcb009c9 ba6a6cfb
......@@ -90,6 +90,7 @@ class CookieTests(unittest.TestCase):
def test_main():
run_unittest(CookieTests)
if Cookie.__doc__ is not None:
with check_warnings(('.+Cookie class is insecure; do not use it',
DeprecationWarning)):
run_doctest(Cookie)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment