Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 645 Bytes

File metadata and controls

23 lines (15 loc) · 645 Bytes

sql-evaluator

PostgreSQL Evaluation service

This repository is one among others two, that represents components that will be part of JuezLTI's developed by INESC-TEC Alt text

Description

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 SQL-evaluator.

Installation

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