Closed bernhardkaindl closed 7 months ago
Merging #90 (7193884) into master (d0e569d) will increase coverage by
9%
. Report is 10 commits behind head on master. The diff coverage is100%
.
Totals | |
---|---|
Change from base Build 8373764528: | 2.2% |
Covered Lines: | 625 |
Relevant Lines: | 660 |
Fix for importing and mocking the
xen-bugtool
script as a module in Python 3.12:Python3.12's
mocker.patch()
stopped supporting modules with a"-"
in them.Use
"bugtool"
as the module name instead of"xen-bugtool"
to avoid this problem with the mocker.patch() function in Python 3.12.The other commit in this PR for the dictionary file is needed to fix the spellcheck in CI.