aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest/test_slackteam.py
blob: fd21ec8f4434452182ba6e8ccec4476cc3e61fff (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