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

Inherit from DBusTestCase directly in DNS provider test #2368

Merged
merged 1 commit into from
May 15, 2024

Conversation

cschramm
Copy link
Member

This allows the DBus mock server to be properly torn down once the tests are done running. DBusTestCase inherits from unittest.TestCase, so it remains functionally identical.

Backport of #2357

@cschramm cschramm added this to the 2.4.2 milestone May 14, 2024
@cschramm cschramm requested a review from infirit May 14, 2024 21:37
@cschramm cschramm enabled auto-merge (rebase) May 14, 2024 21:37
This allows the DBus mock server to be properly torn down once the
tests are done running. DBusTestCase inherits from unittest.TestCase,
so it remains functionally identical.
Copy link

sonarcloud bot commented May 15, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@cschramm cschramm merged commit 5a9d2df into blueman-project:2-4-stable May 15, 2024
21 checks passed
@cschramm cschramm deleted the dbusmocktest branch May 15, 2024 18:36
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.

None yet

3 participants