mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
helper code, mostly from Andy Harrington, for PEP 314 completion
This commit is contained in:
parent
b1c96fd83e
commit
54398d6afb
2 changed files with 112 additions and 0 deletions
9
Lib/distutils/tests/test_versionpredicate.py
Normal file
9
Lib/distutils/tests/test_versionpredicate.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
"""Tests harness for distutils.versionpredicate.
|
||||
|
||||
"""
|
||||
|
||||
import distutils.versionpredicate
|
||||
import doctest
|
||||
|
||||
def test_suite():
|
||||
return doctest.DocTestSuite(distutils.versionpredicate)
|
||||
Loading…
Add table
Add a link
Reference in a new issue