-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added CLI tests for lms.uploadscores.
- Loading branch information
1 parent
f7ab70b
commit 76871fa
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[email protected] 10 | ||
[email protected] 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"cli": "autograder.cli.lms.upload-scores", | ||
"arguments": [ | ||
"--assignment-lms-id", "12345", | ||
"__DATA_DIR__(lms_upload_scores_base.txt)" | ||
] | ||
} | ||
--- | ||
Upload complete. | ||
Grades Uploaded: 0 | ||
Errors: 2 | ||
Unrecognized Users: 1 | ||
Row 1 -- [email protected] | ||
Users without LMS IDs: 1 | ||
Row 0 -- [email protected] |