diff options
author | Frederick Yin <fred.yin@sjtu.edu.cn> | 2021-10-11 22:57:10 +0800 |
---|---|---|
committer | Frederick Yin <fred.yin@sjtu.edu.cn> | 2021-10-11 22:57:10 +0800 |
commit | 92792c927f407d4cbd5c9a19f4ef5cfb51c67fdb (patch) | |
tree | f6188367ae37df5b6ef77ea37a0a949ff8b3532b | |
parent | 913bafcd0979b00a829875f6a93aa8dc911b5bc4 (diff) |
Add sample output to README
-rw-r--r-- | README.md | 38 |
1 files changed, 36 insertions, 2 deletions
@@ -60,7 +60,7 @@ OPTIONAL_FILES = [f"ex{n}.m" for n in [1, 3]] ``` Of course you can do `["ex2.m", "ex4.m", ...]`. Mandatory files are generally -marked "*" on your homework PDF. The rest are optional. +marked "\*" on your homework PDF. The rest are optional. ```python """GITEA""" @@ -125,6 +125,40 @@ against it. If you have made sure your group code has passed JOJ and no further changes have been made, you can, in your future runs, set flag `-J` to skip that test. +Sample output: + +``` +Checking individual submissions... +Checking group submissions... +JOJ is now running (this may take a while)... +===== Vladimir Lenin ===== +Grade: 0 +good job + + +===== Joseph Stalin ===== +Grade: -0.75 +Genral Info: +individual submit missing, -0.5 +individual branch untidy, -0.25 + +Detail: +individual branch h2/README file missing +individual branch redundant files: ex3_no_recursion.m + + +===== Nikita Khrushchev ===== +Grade: 0 +good job + + +===== Mikhail Gorbachev ===== +Grade: 0 +good job + + +``` + ## Helper Checklist This section is copied from the Helper's README.md, with modifications. It @@ -175,4 +209,4 @@ Notes: to apply it on ours without trouble. Please do not run a formatter (autopep8, black, etc.) on them either. The same goes for `util.py`, which was taken from the Helper. -1. Can someone please, _please_ look into #1?
\ No newline at end of file +1. Can someone please, _please_ look into #1? |