As of right now the logic is not automatically tested.
This is a required step in order to be able to verify the software and if any new changes work as intended.
Proposed steps:
Find a set of replay files to test on
Test all of the replay dependent functions on real sampled data and verify the count of extracted information.
Test all of the replay independent functions using mock testing data and assertions.
As of right now the logic is not automatically tested. This is a required step in order to be able to verify the software and if any new changes work as intended.
Proposed steps: