diff options
author | Ryan Huber <rhuber@gmail.com> | 2017-02-03 19:36:45 -0800 |
---|---|---|
committer | Ryan Huber <rhuber@gmail.com> | 2017-02-03 19:36:45 -0800 |
commit | 8bd70ba07d9554a2267ae74994afd0a1f8bdf9e3 (patch) | |
tree | 78e6d43c6587e734734db1845af364bdb4a16daf /_pytest | |
parent | 1120ad129cd5fb262f54e99aa1addb7e9b2abe65 (diff) | |
download | wee-slack-8bd70ba07d9554a2267ae74994afd0a1f8bdf9e3.tar.gz |
channels
Diffstat (limited to '_pytest')
-rw-r--r-- | _pytest/test_everything.py | 1 | ||||
-rw-r--r-- | _pytest/test_slackchannel.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/_pytest/test_everything.py b/_pytest/test_everything.py index b1a2f23..1abfa42 100644 --- a/_pytest/test_everything.py +++ b/_pytest/test_everything.py @@ -29,6 +29,7 @@ def test_process_message(monkeypatch, realish_eventrouter, mock_websocket): print "####################" data = json.loads(open(fname, 'r').read()) socket.add(data) + print data eventrouter.receive_ws_callback(t) eventrouter.handle_next() except ProcessNotImplemented as e: diff --git a/_pytest/test_slackchannel.py b/_pytest/test_slackchannel.py index b93c1dd..7d93afc 100644 --- a/_pytest/test_slackchannel.py +++ b/_pytest/test_slackchannel.py @@ -30,4 +30,4 @@ def test_SlackChannel(realish_eventrouter): print c == "dandom" print e.weechat_controller.buffers - assert False + #assert False |