PyAr / pyafipws

Interfases, tools and apps for Argentina's gov't. webservices (soap, com/dll simil-ocx, pdf, dbf, xml, json, etc.) #python
https://github.com/PyAr/pyafipws/wiki/PyAr-PSF-GSoC-2019-Final-Summary
GNU Lesser General Public License v3.0
2 stars 15 forks source link

Enhance Test Coverage with Pytest #165

Open ABHISHEKSONI121 opened 4 months ago

ABHISHEKSONI121 commented 4 months ago

Enhanced Test Coverage and Added New Test Suites

This PR significantly improves the test coverage of the pyafipws project by enhancing existing test suites and adding new ones.

Enhancements to Existing Test Suites

1. test_pyemail.py

2. test_pyi25.py

3. test_ws_sr_padron.py

4. test_wsaa.py

New Test Suites

5. test_cot.py

6. test_recex1.py

Test Coverage Improvements

Test Module Original Coverage New Coverage Improvement
test_pyemail.py 76% 89% +13%
test_pyi25.py 82% 86% +4%
test_ws_sr_padron.py 69% 80% +11%
test_wsaa.py 66% 77% +11%
test_cot.py N/A (New) 74% +74%
test_recex1.py N/A (New) 82% +82%

Test Suite Outputs

test_pyemail.py test_pyi25.py
test_ws_sr_padron.py test_wsaa.py
test_cot.py test_recex1.py