def test_calc(): with vcr.use_cassette('test/fixtures/calc_basic.yaml'): ret = on_message({"text": u"!calc 2469*5"}, None) assert '12,345' in ret