puffproject / test-runner

Backend microservice managing user code uploads and running test cases
MIT License
0 stars 0 forks source link

Feature/add vote comment updated endpoints #27

Closed benjaminkostiuk closed 3 years ago

benjaminkostiuk commented 3 years ago

Overview

Refactors vote endpoints for test case and test suite to allow connection from course management microservice.

This change is a

Description

Motivation/Links

For the engagement endpoints to work we need these endpoints in test runner so we can update cases and suites with their vote score.

How was this tested?

Tests pass, eventually will get to adding automated tests to test runner

Todos