Telethon/telethon_tests/test_tl.py

8 lines
184 B
Python
Raw Normal View History

2018-03-24 14:12:47 +03:00
import unittest
class TLTests(unittest.TestCase):
"""There are no tests yet"""
@unittest.skip("there should be TL tests")
def test_tl(self):
self.assertTrue(True)