This shows you the differences between two versions of the page.
|
tsc:laboratoare:laborator-06 [2024/02/29 14:40] 127.0.0.1 external edit |
tsc:laboratoare:laborator-06 [2025/04/07 13:18] (current) giorgiana.vlasceanu [Exercitii] |
||
|---|---|---|---|
| Line 416: | Line 416: | ||
| </note> | </note> | ||
| - | 0. Clonati [[ https://github.com/Ingineria-Calculatoarelor-ACS-UPB/unit-testing-2-lab | repo-ul]]. | + | Pentru a clona [[https://github.com/cs-pub-ro/systems-testing | repo-ul]] și a accesa resursele aferente laboratorului: |
| + | |||
| + | <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-2 | ||
| + | </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> | ||
| + | |||
| 1. Testati in minim 2 moduri functia //is_leap_year//, folosind //mock//. | 1. Testati in minim 2 moduri functia //is_leap_year//, folosind //mock//. | ||