Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VBS tests #168

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

VBS tests #168

wants to merge 3 commits into from

Conversation

ABHISHEKSONI121
Copy link
Collaborator

@ABHISHEKSONI121 ABHISHEKSONI121 commented Aug 5, 2024

Summary

  • Update py2exe version to 0.13.0.2 in requirements-dev.txt
  • Simplify version handling in setup_win.py
  • Add PowerShell test script for PyI25 COM server automation
  • Implement Pester testing framework for PyI25 in CI workflow
  • Add step to list dist folder contents in CI workflow

Checklist

  • Classes, Variables, function and methods logic ok
  • Comments written explaining what the code does
  • All python code is PEP8 compliant (run black .)
  • No lint issues (run flake8)
  • Test coverage with pytest implemented
  • Reviewers assigned (at least 1 mentor)

Manual test evidence

test_pyi25
test_pyqr
test_factura_electronica2
test_remito_electronico_carnico

…r tests

- Update py2exe version to 0.13.0.2 in requirements-dev.txt
- Simplify version handling in setup_win.py
- Add PowerShell test script for PyI25 COM server automation
- Implement Pester testing framework for PyI25 in CI workflow
- Add step to list dist folder contents in CI workflow

Signed-off-by: SONIABHISHEK121 <[email protected]>
- Add PyQR component registration step in Windows installer workflow
- Create register_pyqr.py and register_pyqr.bat for COM server registration
- Update pyqr.py to include parent directory in sys.path
- Add new test_pyqr.ps1 for testing PyQR functionality

Signed-off-by: SONIABHISHEK121 <[email protected]>
…mito_electronico_carico.vbs

- Add test_factura_electronica.ps1 to test AFIP electronic invoicing
- Add test_remito_electronico_carnico.ps1 to test meat shipping vouchers
- Update test_pyqr.ps1 to remove commented code

Signed-off-by: SONIABHISHEK121 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant