Dropped unused test functions

This commit is contained in:
Daniele Varrazzo 2017-11-28 15:38:56 +00:00
parent a0229cff82
commit c3ee9cac41

View File

@ -32,9 +32,6 @@ from functools import wraps
from testconfig import dsn, repl_dsn from testconfig import dsn, repl_dsn
skip = unittest.skip
skipIf = unittest.skipIf
# Silence warnings caused by the stubbornness of the Python unittest # Silence warnings caused by the stubbornness of the Python unittest
# maintainers # maintainers
# http://bugs.python.org/issue9424 # http://bugs.python.org/issue9424