diff options
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 |