mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-16 21:50:24 +00:00
6 lines
228 B
Python
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")
|