aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest
diff options
context:
space:
mode:
authorRyan Huber <rhuber@gmail.com>2017-02-03 19:36:45 -0800
committerRyan Huber <rhuber@gmail.com>2017-02-03 19:36:45 -0800
commit8bd70ba07d9554a2267ae74994afd0a1f8bdf9e3 (patch)
tree78e6d43c6587e734734db1845af364bdb4a16daf /_pytest
parent1120ad129cd5fb262f54e99aa1addb7e9b2abe65 (diff)
downloadwee-slack-8bd70ba07d9554a2267ae74994afd0a1f8bdf9e3.tar.gz
channels
Diffstat (limited to '_pytest')
-rw-r--r--_pytest/test_everything.py1
-rw-r--r--_pytest/test_slackchannel.py2
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