Skip to content

Commit c098913

Browse files
committed
Se modificó la lista de tests a ejecutar bajo el alias tests-readonly en Makefile.
1 parent 2c6d2e4 commit c098913

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@ 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
3837
python3 tests/run.py pagos_cobros_masivos.test_buscar_cobro_programado.TestBuscarCobroProgramado
3938
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
4139

4240
docs:
4341
sphinx-apidoc -o docs libredte && sphinx-build -b html docs docs/_build/html

0 commit comments

Comments
 (0)