update to python3.7
This commit is contained in:
parent
da2d24a7f4
commit
80c4a755da
2912 changed files with 206832 additions and 100407 deletions
13
lib/python3.7/distutils/tests/test_versionpredicate.py
Normal file
13
lib/python3.7/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