As a professor, I'd like to have my students upload multiple files/libraries at a time (including dependencies), rather than just one file per assignment.
Acceptance Criteria
[ ] Students should be able to look at the results for their assignment's tests: passes, fails, errors, etc.
[x] Tests should run in a Docker container
[ ] Full integration testing: Have student upload multiple java files, either as a zip, jar, or all individually at the same time, with dependencies, which will then run against multiple professor JUnit tests.
Description of Issue
As a professor, I'd like to have my students upload multiple files/libraries at a time (including dependencies), rather than just one file per assignment.
Acceptance Criteria