Exemple #1
0
 def test_stringify(self):
     '''
         Test to takes a dict of package name/version information
         and joins each list of
         installed versions into a string.
     '''
     self.assertIsNone(pkg_resource.stringify({}))
 def test_stringify(self):
     '''
         Test to takes a dict of package name/version information
         and joins each list of
         installed versions into a string.
     '''
     self.assertIsNone(pkg_resource.stringify({}))
def test_stringify():
    """
    Test to takes a dict of package name/version information
    and joins each list of
    installed versions into a string.
    """
    assert pkg_resource.stringify({}) is None