flask/tests/test_deprecations.py

11 lines
224 B
Python
Raw Normal View History

# -*- coding: utf-8 -*-
"""
2014-09-01 03:54:45 +08:00
tests.deprecations
2014-09-04 22:28:50 +08:00
~~~~~~~~~~~~~~~~~~
2014-09-04 02:56:10 +08:00
Tests deprecation support. Not used currently.
2014-01-03 02:21:07 +08:00
:copyright: (c) 2014 by Armin Ronacher.
:license: BSD, see LICENSE for more details.
"""