mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 05:19:41 +00:00
Tests cleanup (#717)
This commit is contained in:
8
telethon_tests/test_parser.py
Normal file
8
telethon_tests/test_parser.py
Normal file
@@ -0,0 +1,8 @@
|
||||
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)
|
Reference in New Issue
Block a user