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

Fixes ServiceThread hanging on exception #55

Merged
merged 1 commit into from
Jan 7, 2020

Conversation

r313pp
Copy link
Contributor

@r313pp r313pp commented Dec 27, 2019

My take on #54
All details can be found in the issue.

@@ -185,7 +185,7 @@ def test_start_thread__raises(self, *, thread):

thread._thread = Mock()
await thread._shutdown_thread()
thread._thread.stop.assert_called_once_with()
thread._thread.stop.assert_not_called()

Choose a reason for hiding this comment

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

I don't think this assertion is actually testing anything.

@ask ask merged commit 94e681a into ask:master Jan 7, 2020
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