rage / tmc-server

Test My Code server
GNU General Public License v2.0
0 stars 0 forks source link

Validate model solutions for exercises after refresh #24

Open nygrenh opened 3 years ago

nygrenh commented 3 years ago

After a refresh, validate all exercises in background_daemon by sending the model solution as a special submission to the sandbox. Special sumbmission can be handled by pointing the results url to a special endpoint.

Three statuses:

  1. If test pass -> status green
  2. If tests fail -> status orange
  3. If compile fails -> status red