contextlib2/test/support/__init__.py

7 lines
228 B
Python
Raw Permalink Normal View History

"""Enough of the test.support APIs to run the contextlib test suite"""
import sys
import unittest
requires_docstrings = unittest.skipIf(sys.flags.optimize >= 2,
"Test requires docstrings")