- Matti Nelimarkka, HIIT
- Eemeli Kjeldsen, TET student working in HIIT
- Juho Pääkkönen, research assistant at HIIT
Pytest is used for testing the parsers. To run the tests from command line run pytest in the home directory.
Parsers are tested against test content files, which are located in /test/test_contents. The output of the latest parser is saved in /test/parser_out.txt. Difference log files for parser output files and test content files are saved in /test/difference_logs/. Difference logs are created using python difflib.