Skip to content
Snippets Groups Projects
Commit d6523677 authored by Arnaud Blouin's avatar Arnaud Blouin
Browse files

Update practicalSession-1.md

parent 49ed4e0b
No related branches found
No related tags found
No related merge requests found
Pipeline #24432 failed
......@@ -13,7 +13,9 @@ In the folder `session-1`. Each question has its sub-folder.
The script `compilerun.sh` compiles all the code and runs the tests.
After `q1`, you can copy-paste the classes and tests created for `q1` into `q2` (etc.) to speed-up the coding tasks of the next questions.
**Beware: you must change the name of the test classes for each question. For example with Q2, use `class GuidonTestQ2` and `class VeloTestQ2`**
**Beware: you must change:**
- **the name of the test classes for each question. For example with Q2, use `class GuidonTestQ2` and `class VeloTestQ2`**
- **the name of the classes for each question. For example with Q2, use `class GuidonQ2` and `class VeloQ2` and also change the attribute types, etc.**
For each question you have to write tests.
......
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