Add tests

This commit is contained in:
taizan-hokuto
2020-01-08 00:44:50 +09:00
parent 26fefddddf
commit 3b27c81166
6 changed files with 749 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ from pytchat.exceptions import (
def _open_file(path):
with open(path,mode ='r',encoding = 'utf-8') as f:
return f.read()
parser = Parser()
parser = Parser(is_replay = False)
@aioresponses()
def test_finishedlive(*mock):