diff options
| author | Devendra | 2013-07-12 10:14:21 +0530 | 
|---|---|---|
| committer | Devendra | 2013-07-12 10:14:21 +0530 | 
| commit | 6616acbec40ac039b7bdabf7e8b3581e68c0b2cb (patch) | |
| tree | 3768b67e046aef37790c12f774838e539ac25a80 /common/unit-test-async.py | |
| parent | 523802043bf1ce3616d3bac382f166e34984d5bf (diff) | |
| download | pubnub-python-6616acbec40ac039b7bdabf7e8b3581e68c0b2cb.tar.bz2 | |
adding common test from tornado and twisted
Diffstat (limited to 'common/unit-test-async.py')
| -rw-r--r-- | common/unit-test-async.py | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/common/unit-test-async.py b/common/unit-test-async.py index 258bf6a..89a828e 100644 --- a/common/unit-test-async.py +++ b/common/unit-test-async.py @@ -93,7 +93,6 @@ def test_subscribe():              'callback' : publish_cb          })      def subscribe_cb(response): -        print response          test(response == message , 'Subscribe Receive Test in subscribe Callback')      pubnub.subscribe({          'channel' : crazy, | 
