Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
legacy-trunk
/
.
/
Lib
/
distutils
/
tests
/
test_versionpredicate.py
blob: 8a60dbe8060ce7507fa00718664515c25515efa8 [
file
] [
log
] [
blame
]
"""Tests harness for distutils.versionpredicate.
"""
import
distutils
.
versionpredicate
import
doctest
def
test_suite
():
return
doctest
.
DocTestSuite
(
distutils
.
versionpredicate
)