Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make code compatible with latest pytest-mh changes #121

Merged
merged 6 commits into from
Sep 19, 2024

Conversation

pbrezina
Copy link
Member

@pbrezina pbrezina commented Sep 13, 2024

While rewriting pytest-mh documentation I realized that some methods
are marked with underscore to make them private, however, these methods
are actually expected to be overwritten. Therefore they should be public.

Additionally, I also make our backup code generic and pushed it into pytest-mh. This is not a breaking change, but it starts using this generic code instead of our own implementation.

Copy link
Contributor

@justin-stephenson justin-stephenson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack.

@pbrezina pbrezina merged commit a5cda6d into SSSD:master Sep 19, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants