BuidlGuidl / eth-tech-tree-backend

A server used for grading submitted ETH Tech Tree challenges
MIT License
1 stars 2 forks source link

Handle response from challenge submission route #9

Closed MattPereira closed 1 week ago

MattPereira commented 4 months ago

Overview

We need to decide on the shape of the data we want to send back to the client when a user submits a challenge

The stdout from the command that executes a test is just a string so it will probably need to be parsed with a number of edge cases handled to figure out the % of passing tests and whatever other data we want to extract