Remove useless classes

This commit is contained in:
Markus Unterwaditzer 2014-09-03 20:56:10 +02:00
parent d0cf5ef394
commit af41dbe0c4
10 changed files with 739 additions and 818 deletions

View file

@ -3,7 +3,7 @@
tests.deprecations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tests deprecation support.
Tests deprecation support. Not used currently.
:copyright: (c) 2014 by Armin Ronacher.
:license: BSD, see LICENSE for more details.
@ -12,13 +12,3 @@
import flask
import unittest
from tests import TestFlask, catch_warnings
class TestDeprecations(TestFlask):
"""not used currently"""
def suite():
suite = unittest.TestSuite()
suite.addTest(unittest.makeSuite(TestDeprecations))
return suite