Telethon/telethon_tests/test_parser.py
2018-03-24 12:12:47 +01:00

9 lines
197 B
Python

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)