cs136 / seashell

Seashell is an online environment for editing, running, and submitting C programming assignments.
GNU General Public License v3.0
38 stars 19 forks source link

Allow viewing Marmoset test results using websocket - backend #689

Closed yc2lee closed 7 years ago

yc2lee commented 7 years ago

This is just the backend part.

e45lee commented 7 years ago

Do you want to commit the test fetcher tool also? Something like that would go into src/helpers. It just helps with keeping track of dependencies for Seashell.

Make sure you sanitize the tool (remove passwords/secrets) though before you commit.

Otherwise, this looks good.

yc2lee commented 7 years ago

okay I committed the fetcher tool

e45lee commented 7 years ago

LGTM - I'll merge tomorrow.