Closed Venefilyn closed 2 months ago
Attention: Patch coverage is 95.86466%
with 11 lines
in your changes missing coverage. Please review.
Project coverage is 96.51%. Comparing base (
27e14a4
) to head (3a43a0b
). Report is 9 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
/packit test --labels sanity
I've added the sanity test label just to be sure that nothing is broken. It will not, but just in case. Doesn't hurt to run the sanity tests suite
/packit test --labels sanity
/packit test --labels sanity
/packit test --labels sanity
/packit test --labels sanity
/packit test --labels sanity
@kokesak All integration tests are passing now with the change I made
# We use pytest_plugins to allow us to use fixtures we define in other files without the need to explicitly import them
# inside each test file.
# LINK - https://docs.pytest.org/en/7.0.x/reference/reference.html#globalvar-pytest_plugins
pytest_plugins = (
"test_helpers.common_functions",
"test_helpers.workarounds",
)
As for unit tests failing, it is unclear to me at the moment what the underlying issue is with the encoding tests in el7
But for the failing test relating to restorable file it is unrelated to any change I've made. It is just a unit test previously not being executed due to wrong name. Unsure if the error is the test or implementation atm
@r0x0d you are a code owner as well atm, wanna give a quick review of the devcontainer stuff that's changed?
/packit test --labels sanity
/packit test --labels sanity
Ruff is a drop-in replacement for black and also handles linting for us in a lot nicer way than pylint. More specifically it is a lot faster than the alternatives and allows us to enforce PyFormat for strings rather than percent-format or f-strings.
Jira Issues:
-
Checklist
[RHELC-]
or[HMS-]
is part of the PR titleRelease Pending
if relevant