python-telegram-bot/test.py
Leandro Toledo 8c3ed7c629 Adding tests
2015-07-07 17:04:42 -03:00

5 lines
152 B
Python

import unittest
if __name__ == '__main__':
testsuite = unittest.TestLoader().discover('.')
unittest.TextTestRunner(verbosity=1).run(testsuite)