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_csv.py module #151

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

Conversation

ABHISHEKSONI121
Copy link
Collaborator

@ABHISHEKSONI121 ABHISHEKSONI121 commented May 28, 2024

Test Suite Summary for formatos_csv Module

Coverage

Key Achievements

  • All 16 tests passing
  • Comprehensive testing for leer, aplanar, desaplanar, and escribir functions
  • Covers both CSV and XLSX file handling
  • Includes edge cases and multiple record scenarios

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

  • Increase coverage to >90%
  • Add more edge case tests

🔗 Related Issues

Closes #161: Improve test coverage for formatos_csv module


💡 This test suite provides a robust foundation for the formatos_csv 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>
Signed-off-by: SONIABHISHEK121 <as630@snu.edu.in>
@ABHISHEKSONI121 ABHISHEKSONI121 added bug Something isn't working enhancement New feature or request labels Jun 12, 2024
Signed-off-by: SONIABHISHEK121 <as630@snu.edu.in>
@ABHISHEKSONI121 ABHISHEKSONI121 changed the title csv-testing : leer function Tests for formato_csv.py module Jun 16, 2024
@ABHISHEKSONI121 ABHISHEKSONI121 requested a review from reingart June 17, 2024 07:58
Signed-off-by: SONIABHISHEK121 <as630@snu.edu.in>
Signed-off-by: SONIABHISHEK121 <as630@snu.edu.in>
@ABHISHEKSONI121 ABHISHEKSONI121 removed the bug Something isn't working label Aug 15, 2024
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