9135: Add basic tests for Python events listeners.
authorBrett Smith <brett@curoverse.com>
Mon, 9 May 2016 16:18:28 +0000 (12:18 -0400)
committerBrett Smith <brett@curoverse.com>
Fri, 13 May 2016 14:51:04 +0000 (10:51 -0400)
commitc60995ff0471ce31f0858d1f19a6788014112438
treebed1c77c169219f8db8e16804a69a000dae900ec
parenta7f30c913114a5e22d5e37b3fba67332f56ce6d9
9135: Add basic tests for Python events listeners.

These ensure that both classes have the core methods subscribe,
unsubscribe, run_forever, and close.

Rename the test file to test_events, to better match other test
patterns, and account for the fact it tests both classes in the
module.
sdk/python/tests/test_events.py [moved from sdk/python/tests/test_websockets.py with 69% similarity]