Exemplo n.º 1
0
def test_translate():
    ret = on_message({"text": "!google translate gracias to english"}, None)
Exemplo n.º 2
0
def test_unicode():
    ret = on_message({"text": "!google Mötörhead"}, None)
Exemplo n.º 3
0
def test_what_is():
    ret = on_message({"text": "!google what is banana"}, None)
Exemplo n.º 4
0
def test_google():
    ret = on_message({"text": "!google this is a test"}, None)
Exemplo n.º 5
0
def test_search():
    ret = on_message({"text": "!search this is a test"}, None)
Exemplo n.º 6
0
def test_translate():
    ret = on_message({"text": "!google translate gracias to english"}, None)
Exemplo n.º 7
0
def test_what_is():
    ret = on_message({"text": "!google what is banana"}, None)
Exemplo n.º 8
0
def test_unicode():
    ret = on_message({"text": "!google Mötörhead"}, None)
Exemplo n.º 9
0
def test_search():
    ret = on_message({"text": "!search this is a test"}, None)
Exemplo n.º 10
0
def test_google():
    ret = on_message({"text": "!google this is a test"}, None)