-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
PyAI Extract & Summarize has some basic tests, but we could use help adding more tests to ensure the code works correctly with different file types and edge cases.
Tasks for contributors:
- Add tests for empty files (PDF, CSV, XLSX, images).
- Add tests for unsupported file types to ensure proper errors are raised.
- Add tests for
.txtfiles (if implemented). - Add additional test cases for summarization limits (e.g., very short or very long text).
Tests are written using pytest and located in test_core.py.
You can run tests with:
pytest
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed