rougeth / bottery

[DEVELOPMENT-HALTED] :battery: A bot framework with batteries included
MIT License
344 stars 51 forks source link

Added tests for all sync methods on telegram #85

Closed leportella closed 7 years ago

leportella commented 7 years ago

Do not close all #51 because I don't know how to test async methods.

nicoddemus commented 7 years ago

For testing the async methods you can take a look at pytest-asyncio.