contextlib2/test/support/__init__.py
2021-06-26 17:49:42 +10:00

6 lines
228 B
Python

"""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")