Skip to content

Commit 748a0d8

Browse files
authored
Update tutor.md
1 parent c9861fa commit 748a0d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/content/guides/tutor.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ layout: subpage
88
# Unit - Tests
99

1010
Unit-tests consists of
11+
1112
- a submission `<STUDENT_UPLOAD.ZIP>` made by a student
1213
- a testing framework `<TASK_SEPCIFIC_TEST.ZIP>` written by one of the tutors/instructors
1314
- a docker-image name `<YOUR_DOCKER_IMAGE>`
@@ -422,4 +423,4 @@ The output would also contain all linking issues (wrongly named function) like
422423

423424
> Currently, there is no way to skip non-existing methods. If a method does not exists or has the wrong signature
424425
> the output will containg the linking error without any test-results from the run itself. This is caused by the nature
425-
> of C++.
426+
> of C++.

0 commit comments

Comments
 (0)