All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lib-python.2.5.distutils.tests.test_versionpredicate.py Maven / Gradle / Ivy

There is a newer version: 2.7.1.1
Show newest version
"""Tests harness for distutils.versionpredicate.

"""

import distutils.versionpredicate
import doctest

def test_suite():
    return doctest.DocTestSuite(distutils.versionpredicate)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy