Telethon/telethon_tests/test_parser.py

9 lines
197 B
Python
Raw Normal View History

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