moving from pyunit to pytest
This commit is contained in:
parent
e297ab886b
commit
617492f261
@ -16,9 +16,9 @@ pip install -r requirements.txt
|
||||
- implémentation des fonctions ( /22 Pts)
|
||||
Faites en sorte que l'ensemble des tests unitaires fonctionnent.
|
||||
```shell
|
||||
pyunit
|
||||
pytest
|
||||
# ou
|
||||
python -m pyunit .
|
||||
python -m pytest .
|
||||
```
|
||||
|
||||
- respect des bonnes pratiques de programmation en Python ( /2 Pts):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user