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_dbf.py module #150

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

basic test coverage : no errors or failures

516af63
Select commit
Loading
Failed to load commit list.
Draft

Tests for formato_dbf.py module #150

basic test coverage : no errors or failures
516af63
Select commit
Loading
Failed to load commit list.
Task list completed / task-list-completed succeeded Jun 22, 2024 in 0s

6 / 6 tasks completed

All tasks have been completed

Details

Required Tasks

Task Status
Reading DBF files: The tests ensure that the leer function correctly reads data from DBF files and returns the expected dictionary structure. Incomplete
Writing DBF files: The tests verify that the escribir function writes data to DBF files in the correct format and structure. Incomplete
Handling different field types: The tests check that the module correctly handles various field types, such as numeric, alphanumeric, and date fields. Incomplete
Error handling: The tests ensure that the module gracefully handles error scenarios, such as missing or invalid files. Incomplete
Classes, Variables, function and methods logic ok Completed
Comments written explaining what the code does Completed
All python code is PEP8 compliant (run black .) Completed
No lint issues (run flake8) Completed
Test coverage with pytest implemented Completed
Reviewers assigned (at least 1 mentor) Completed