aboutsummaryrefslogblamecommitdiffstats
path: root/_pytest/test_linkifytext.py
blob: 56bf1b5c67ce4147253fff60ae1fcc814ab2cf1f (plain) (tree)
1
2
3
4
5
6
7
8
9





                                  

 
                                                                            





                                                    
from wee_slack import linkify_text

#def test_linkifytext():
#    linkify_text('@ryan')

#    assert False


def test_linkifytext_does_partial_html_entity_encoding(realish_eventrouter):
    team = realish_eventrouter.teams.values()[0]
    channel = team.channels.values()[0]

    text = linkify_text('& < > \' "', team, channel)

    assert text == '&amp; &lt; &gt; \' "'