Skip to content
Snippets Groups Projects
Commit 5128c796 authored by Timothée Floure's avatar Timothée Floure
Browse files

Put emphasis on some important grading info

parent 4b0b049d
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ Each assignment is shipped with two sets of tests:
* The grading tests, provided as a 'black box': you can run them
but are not allowed to the their content. You can run them locally (= on
your computer) with the `runGradingTests` SBT command. You will get the
full score if all the grading tests pass.
full score **if and only if** all the grading tests pass.
* The tests defined under `src/test/scala`. They can be run with the `test`
SBT command and you can - we encourage you to - add your owns.
......@@ -68,10 +68,11 @@ support](https://code.visualstudio.com/docs/editor/versioncontrol#_git-support).
### Submission
You only have to make sure your commits are pushed on gitlab and that your code
is properly graded in the CI: your branch will be automatically snapshotted
under the `submission-$ASSIGNMENT` tag at the deadline. Note that you cannot
create, delete or update the `submission-*` tags by yourself.
You only have to make sure **your commits are pushed to gitlab** and that
**your code is properly graded in the CI** (i.e. you get a grade): your branch
will be automatically snapshotted under the `submission-$ASSIGNMENT` tag at the
deadline. Note that you cannot create, delete or update the `submission-*` tags
by yourself.
## Troubleshooting
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment