l.a.t.t.Testtagfiles(unittest.TestCase) : class documentation

Part of lp.archiveuploader.tests.test_tagfiles View In Hierarchy

No class docstring
Method testCheckParseChangesOkay lp.archiveuploader.tagfiles.parse_tagfile should work on a good
Method testCheckParseBadChanges Malformed but somewhat readable files do not raise an exception.
Method testCheckParseMalformedMultiline Malformed but somewhat readable files do not raise an exception.
Method testCheckParseEmptyChangesRaises lp.archiveuploader.tagfiles.parse_chantges should raise
Method testCheckParseMalformedSigRaises lp.archiveuploader.tagfiles.parse_chantges should raise
Method testCheckParseUnterminatedSigRaises lp.archiveuploader.tagfiles.parse_changes should raise
Method testParseChangesNotVulnerableToArchExploit lp.archiveuploader.tagfiles.parse_tagfile should not be vulnerable
def testCheckParseChangesOkay(self):
lp.archiveuploader.tagfiles.parse_tagfile should work on a good changes file
def testCheckParseBadChanges(self):
Malformed but somewhat readable files do not raise an exception.

We let apt_pkg make of them what it can, and dpkg-source will reject them if it can't understand.

def testCheckParseMalformedMultiline(self):
Malformed but somewhat readable files do not raise an exception.

We let apt_pkg make of them what it can, and dpkg-source will reject them if it can't understand.

def testCheckParseEmptyChangesRaises(self):
lp.archiveuploader.tagfiles.parse_chantges should raise TagFileParseError on empty
def testCheckParseMalformedSigRaises(self):
lp.archiveuploader.tagfiles.parse_chantges should raise TagFileParseError on malformed signatures
def testCheckParseUnterminatedSigRaises(self):
lp.archiveuploader.tagfiles.parse_changes should raise TagFileParseError on unterminated signatures
def testParseChangesNotVulnerableToArchExploit(self):
lp.archiveuploader.tagfiles.parse_tagfile should not be vulnerable to tags outside of the signed portion
API Documentation for Launchpad, generated by pydoctor at 2022-06-16 00:00:12.