update windows build to Python 3.7
This commit is contained in:
parent
73105fa71e
commit
ddc59ab92d
5761 changed files with 750298 additions and 213405 deletions
13
Lib/distutils/tests/test_versionpredicate.py
Normal file
13
Lib/distutils/tests/test_versionpredicate.py
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
"""Tests harness for distutils.versionpredicate.
|
||||
|
||||
"""
|
||||
|
||||
import distutils.versionpredicate
|
||||
import doctest
|
||||
from test.support import run_unittest
|
||||
|
||||
def test_suite():
|
||||
return doctest.DocTestSuite(distutils.versionpredicate)
|
||||
|
||||
if __name__ == '__main__':
|
||||
run_unittest(test_suite())
|
||||
Loading…
Add table
Add a link
Reference in a new issue