5037: Fix tearDown error handling in PySDK Websockets test.
authorBrett Smith <brett@curoverse.com>
Sun, 1 Feb 2015 16:22:42 +0000 (11:22 -0500)
committerBrett Smith <brett@curoverse.com>
Sun, 1 Feb 2015 16:22:42 +0000 (11:22 -0500)
commit487dc40959c4a7a8838624c6e108236320e79c8d
treea93a263e60959b99f55593c638ed589d0dc9493f
parent9af0808e182e297b9c957c93f629016e1517eba1
5037: Fix tearDown error handling in PySDK Websockets test.

I accidentally broke this in 51f9e6cb.  That version would crash if
the test failed to assign self.ws.  Refactor to be more robust in that
case.  No issue #.
sdk/python/tests/test_websockets.py