def test_translate(): ret = on_message({"text": "!google translate gracias to english"}, None)
def test_unicode(): ret = on_message({"text": "!google Mötörhead"}, None)
def test_what_is(): ret = on_message({"text": "!google what is banana"}, None)
def test_google(): ret = on_message({"text": "!google this is a test"}, None)
def test_search(): ret = on_message({"text": "!search this is a test"}, None)