Add tests

This commit is contained in:
taizan-hokouto
2021-07-24 22:13:18 +09:00
parent 328889689f
commit c9c235061c
5 changed files with 134 additions and 141 deletions

View File

@@ -67,6 +67,5 @@ def test_process_2():
'chatdata': load_chatdata(r"tests/testdata/calculator/replay_end.json")
}
assert False
SuperchatCalculator().process([chat_component])
except ChatParseException:
assert True