aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest/test_slackteam.py
blob: fa6ac6a06c36124ef5c0687a7c4a7e39b08e6cdc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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