We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Just running make will install and execute the tests
make
In windows, venv.bat could be executed to prepare the development environment
venv.bat
Sample configuration files are in the conf folder:
cp conf/*.ini .
copy conf\*.ini .
You'll need a certificate and private key to communicate with AFIP
wget "https://www.sistemasagiles.com.ar/soft/pyafipws/reingart2021.zip" -O reingart2021.zip unzip reingart2021.zip
python setup.py install should be run so modules are properly installed
python setup.py install
You could execute the scripts: python -m pyafipws.wsaa
python -m pyafipws.wsaa
Then run: pytest to execute the tests
pytest
We should see how to store and update the VCR traffic recordings.
PyTest fixtures should be used to instantiate the WSAA and WSFEv1 objects, specially tokens for testing