We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9861fa commit 748a0d8Copy full SHA for 748a0d8
docs/content/guides/tutor.md
@@ -8,6 +8,7 @@ layout: subpage
8
# Unit - Tests
9
10
Unit-tests consists of
11
+
12
- a submission `<STUDENT_UPLOAD.ZIP>` made by a student
13
- a testing framework `<TASK_SEPCIFIC_TEST.ZIP>` written by one of the tutors/instructors
14
- a docker-image name `<YOUR_DOCKER_IMAGE>`
@@ -422,4 +423,4 @@ The output would also contain all linking issues (wrongly named function) like
422
423
424
> Currently, there is no way to skip non-existing methods. If a method does not exists or has the wrong signature
425
> the output will containg the linking error without any test-results from the run itself. This is caused by the nature
-> of C++.
426
+> of C++.
0 commit comments