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 14 forks source link

Makefile command update for manual testing #126

Closed HanslettTheDev closed 1 year ago

HanslettTheDev commented 1 year ago

Summary

My experience with testing pyafipws from the command line was a bit repetitive. So I decided to use a bunch of useful make commands that will reduce the workload of typing the commands over and over again. This PR solves the issue of repeatedly typing the same commands when running manual tests

Checklist