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

Tests for formato_xml.py module #156

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

Conversation

ABHISHEKSONI121
Copy link
Collaborator

@ABHISHEKSONI121 ABHISHEKSONI121 commented Jun 12, 2024

Test Suite Summary for formato_xml Module

Coverage

Key Achievements

  • All 7 tests passing
  • Comprehensive testing for leer, escribir, serializar, desserializar, and mapear functions
  • Covers XML file reading, writing, and manipulation
  • Includes edge cases and exception handling

Manual test evidence

88%

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)

Improvements

  • Add more specific test cases for complex XML structures
  • Implement property-based testing for mapear function

🔗 Related Issues

Closes #161: Improve test coverage for formato_xml module


💡 This test suite provides a solid foundation for the formato_xml module. Regular updates are recommended to maintain high code quality and reliability.

Signed-off-by: SONIABHISHEK121 <as630@snu.edu.in>
Signed-off-by: SONIABHISHEK121 <as630@snu.edu.in>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Comprehensive Test Suite Implementation for Formato Modules
1 participant