-
Notifications
You must be signed in to change notification settings - Fork 70
Add tests for MigrationGrader #74
Comments
I set up a test of the new grader for doing a migration grading, but we get this error
which I've encountered before - which is related to previous issue I mentioned in #63 I can quick fix that by adding the following temporarily to require_relative 'graders/migration_grader/migration_grader.rb' but that leads to this error:
which makes me think that the migration grader is still operating exactly at the old grader. So we would need to change the operation of the migration grader to work with wherever the submissions are now being inserted ... |
note of course that setting up this way still falls foul of #70 ... |
So the existing MigrationGrader is looking for an archive file submitted by the student, however the new grader is providing a directory ... |
the old migration grader unpacks the archive with a TempArchiveFile class that's no longer in the repo ... |
Not too aware of the migration grader, this was a low priority grader that was not updated with the autograder rehauling last summer. We aren't using it in Professor Fox's offering of the class, are you aware of any interest in using it in the online class? |
hi @zhangaaron it's being used in the online class (and has been every cycle for the last 3 years), and one of your fellow TAs recently asked for access to add two more homeworks to the Berkeley SPOC - not sure if this was one of them ... |
MigrationGrader is in the code base but not tested
The text was updated successfully, but these errors were encountered: