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

@@ -12,7 +12,7 @@ from pytchat.processors.compatible.renderer.paidmessage import LiveChatPaidMessa
from pytchat.processors.compatible.renderer.paidsticker import LiveChatPaidStickerRenderer
from pytchat.processors.compatible.renderer.legacypaid import LiveChatLegacyPaidMessageRenderer
parser = Parser()
parser = Parser(is_replay=False)
def test_textmessage(mocker):
'''api互換processorのテスト通常テキストメッセージ'''