This repository is one among others two, that represents components that will be part of JuezLTI's developed by INESC-TEC
Here is defined two classes util now, these classes are EvaluationReport and ProgrammingExercise, both classes are used two represent data that come in and out of the XML-evaluator
To run the unit tests that will cover programming-exercise.js and evaluation-report.js do.
cd tests
npm install
npm run setup
node run nyan
The unit tests are performed using Mocha and Chai