temporalio / sdk-python

Temporal Python SDK
MIT License
457 stars 68 forks source link

Use minimal scope with pytest.raises #582

Closed dandavison closed 2 months ago

dandavison commented 2 months ago

pytest.raises() scope should be limited to the statement that raises only.

This PR fixes a couple of bugs (mine) in test assertions and improves style in others that were not incorrect (other peoples').