Skip to content

Commit 2c6d2e4

Browse files
committed
Se corrigió la lista de tests a ejecutar en el comando tests-readonly en Makefile. Ahora los tests a ejecutar deberían ser los correctos, similares a la versión PHP.
1 parent c6020fd commit 2c6d2e4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ tests-readonly:
3434
python3 tests/run.py dte_facturacion.dte_temp.test_emitir_dte_temp.TestEmitirDteTemp
3535
python3 tests/run.py dte_facturacion.dte_temp.test_eliminar_dte_temp.TestEliminarDteTemp
3636
python3 tests/run.py dte_facturacion.dte_temp.test_listar_dtes_temp.TestListarDtesTemp
37+
python3 tests/run.py dte_facturacion.dte_real.test_emitir_dte_real.TestEmitirDteReal
3738
python3 tests/run.py pagos_cobros_masivos.test_buscar_cobro_programado.TestBuscarCobroProgramado
3839
python3 tests/run.py pagos_cobros_masivos.test_listar_cobros_masivos_programados.TestListarCobrosMasivosProgramados
40+
python3 tests/run.py pagos_cobros_masivos.test_pagar_cobro_dte_temp.TestPagarCobroDteTemp
3941

4042
docs:
4143
sphinx-apidoc -o docs libredte && sphinx-build -b html docs docs/_build/html

0 commit comments

Comments
 (0)