From 3a0ea46cced1d7c0c9bccbefdf59886e0b0714dc Mon Sep 17 00:00:00 2001 From: Ryan Huber Date: Fri, 3 Feb 2017 08:05:58 -0800 Subject: more tests --- _pytest/test_slackchannel.py | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/_pytest/test_slackchannel.py b/_pytest/test_slackchannel.py index 5f04d69..b93c1dd 100644 --- a/_pytest/test_slackchannel.py +++ b/_pytest/test_slackchannel.py @@ -17,4 +17,17 @@ def test_SlackChannel(realish_eventrouter): print c.formatted_name() print c.rename() print c.formatted_name() -# assert False + + print "-------" + print c == "random" + print "-------" + print c == "#random" + print "-------" + print c == "weeslacktest.slack.com.#random" + print "-------" + print c == "weeslacktest.slack.com.random" + print "-------" + print c == "dandom" + + print e.weechat_controller.buffers + assert False -- cgit