Codebase list python-debian / 371352b
Update test style for test_debfile.py Improve continuation lines and clarity of asserts Decruft some old mypy and unittest helpers Stuart Prescott 1 year, 6 months ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
620620 ctrl = deb.control.get_content("control")
621621 assert ctrl is not None
622622 assert ctrl.decode("utf-8") == filecontrol
623 assert deb.control.get_content("control", encoding="utf-8") == filecontrol
623 assert deb.control.get_content("control", encoding="utf-8") == filecontrol
624624
625625 def test_md5sums(self, sample_deb):
626626 # type: (str) -> None