You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Los test unitarios se ejecutan con unittest y el test de cobertura con coverage. Después de ejecutar los tests unitarios, se genera la información de cobertura.
sudo apt-get install python-coverage
cd StudentsManagementSystem/SMS-Back-End/microservicio1/APIDB/test
python testUnitario.py
python-coverage run -m unittest discover
python-coverage report -m
User Interface testing via Java Script to method to conect with DBmS
The text was updated successfully, but these errors were encountered: