aboutsummaryrefslogtreecommitdiff
path: root/tests/parsing.rs
AgeCommit message (Collapse)Author
2021-11-12Add kitty golem encounters from the training areaDaniel Schadt
2020-09-28fix formattingDaniel Schadt
2020-09-23rename Boss to EncounterDaniel Schadt
This is the first step in differentiating between Encounters and Bosses. It sounds a bit weird at first, but there are some events without any bosses (like the River of Souls), and some events which have multiple bosses (like Twin Largos or the kodan strike mission). If we want to support this better, without relying on extra IDs, special casing and constants (like NIKARE_ID), we should differentiate between Encounters and Bosses.
2020-09-23add test logs for Sunqua PeakDaniel Schadt
2020-07-24add some testing for analyzersDaniel Schadt
2020-04-28add integration-style tests for each bossDaniel Schadt
This makes sure that at least the basic functionality is working. The logs are "real world" logs, unmodified, directly from arcdps. Some of the names have special characters in them, so that part of the code is tested as well.