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/test_slackchannel.py | |
parent | 1120ad129cd5fb262f54e99aa1addb7e9b2abe65 (diff) | |
download | wee-slack-8bd70ba07d9554a2267ae74994afd0a1f8bdf9e3.tar.gz |
channels
Diffstat (limited to '_pytest/test_slackchannel.py')
-rw-r--r-- | _pytest/test_slackchannel.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |