aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest/test_slackteam.py
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2019-04-02 10:03:32 +0200
committerTrygve Aaberge <trygveaa@gmail.com>2019-04-08 15:11:57 +0200
commit82147d2d2a47927528e993816ee9393a4aa15b83 (patch)
tree421dd9f37c7fc1a2ff09abebcd9e4e20f1200d97 /_pytest/test_slackteam.py
parentdbae7898342136c4cd937c93971070c91920fd22 (diff)
downloadwee-slack-82147d2d2a47927528e993816ee9393a4aa15b83.tar.gz
Delete tests
These tests don't do any assertions, so they are not very useful.
Diffstat (limited to '_pytest/test_slackteam.py')
-rw-r--r--_pytest/test_slackteam.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/_pytest/test_slackteam.py b/_pytest/test_slackteam.py
deleted file mode 100644
index 82a112d..0000000
--- a/_pytest/test_slackteam.py
+++ /dev/null
@@ -1,12 +0,0 @@
-from __future__ import print_function, unicode_literals
-
-from wee_slack import SlackTeam, EventRouter
-
-def test_SlackTeam():
- e = EventRouter()
- #s = SlackTeam('xoxo')
- #e.register_team(s)
- #print(e.queue)
- #print(e.handle_next())
- #assert False
-