Closed Alexissiminkowich closed 6 years ago
En la línea 18 de models.py tenes un error de indentacion.
Listo, lo arregle!
Ahora al ejecutar el Coverage me muestra asi:
Equipo@Equipo-PC MINGW32 ~/Desktop/ING DE SOFTWARE/orderingg (dev) $ coverage run --source=app --branch -m pytest test/test_unit.py ============================= test session starts ============================= platform win32 -- Python 3.4.0, pytest-3.5.1, py-1.5.3, pluggy-0.6.0 rootdir: C:\Users\Equipo\Desktop\ING DE SOFTWARE\orderingg, inifile: collected 4 items
test\test_unit.py .... [100%]
========================== 4 passed in 9.86 seconds ===========================
Esta bien, te falta ejecutar el report
Al ejecutar el reporte:
TOTAL 100 34 28 3 57%
Esta bien, es la salida esperada
Al ejecutar coverage con el comando: coverage run --source=app --branch -m pytest test/test_unit.py
Me sale lo siguiente:
Equipo@Equipo-PC MINGW32 ~/Desktop/ING DE SOFTWARE/orderingg (dev) $ coverage run --source=app --branch -m pytest test/test_unit.py ============================= test session starts ============================= platform win32 -- Python 3.4.0, pytest-3.5.1, py-1.5.3, pluggy-0.6.0 rootdir: C:\Users\Equipo\Desktop\ING DE SOFTWARE\orderingg, inifile: collected 0 items / 1 errors
=================================== ERRORS ==================================== _ ERROR collecting test/test_unit.py __ C:\Python34\lib\site-packages_pytest\python.py:412: in _importtestmodule mod = self.fspath.pyimport(ensuresyspath=importmode) C:\Python34\lib\site-packages\py_path\local.py:668: in pyimport import(modname)