This shows you the differences between two versions of the page.
| 
    tsc:laboratoare:laborator-05 [2025/03/26 19:04] dragos.sandulescu97 [Exerciții ]  | 
    
    tsc:laboratoare:laborator-05 [2025/04/07 13:20] (current) giorgiana.vlasceanu [Exerciții ]  | 
    ||
|---|---|---|---|
| Line 425: | Line 425: | ||
| ==== Exerciții ==== | ==== Exerciții ==== | ||
| - | Punctarea este influentata de cat de mult testele voastre "acopera" functionalitatea codului si edge-cases. | + | Pentru a clona [[https://github.com/cs-pub-ro/systems-testing | repo-ul]] și a accesa resursele aferente laboratorului: | 
| - | https://github.com/cs-pub-ro/systems-testing/tree/main/laboratories/unit-testing-1 | + | <code bash> | 
| + | student@tsc:~$ git clone git@github.com:cs-pub-ro/systems-testing.git | ||
| + | student@tsc:~$ cd systems-testing/laboratories | ||
| + | student@tsc:~/laboratories$ cd unit-testing-1 | ||
| + | </code> | ||
| + | Dacă aveți local [[https://github.com/cs-pub-ro/systems-testing | repo-ul]], asigurați-vă că aveți ultima versiune. | ||
| + | |||
| + | <code bash> | ||
| + | student@tsc:~$ cd systems-testing | ||
| + | student@tsc:~$ git pull | ||
| + | </code> | ||
| + | |||
| + | |||
| + | Realizați o serie de teste care să acopere funcționalitatea codului și a edge-cases descoperite. Punctearea este influențată de acoperirea testelor realizate. | ||