What
Add test cases for formats beyond PDF/DOCX that Kreuzberg supports.
How
- Create sample fixtures in
tests/conftest.py (small EPUB, RTF, CSV files)
- Add tests in
tests/test_parsers.py verifying Kreuzberg handles them
- Run
pytest -q to confirm
Files
tests/conftest.py — add fixtures
tests/test_parsers.py — add test cases
Context
Kreuzberg supports 91+ formats but we only test PDF, DOCX, XLSX, HTML, TXT. More coverage = more confidence.
What
Add test cases for formats beyond PDF/DOCX that Kreuzberg supports.
How
tests/conftest.py(small EPUB, RTF, CSV files)tests/test_parsers.pyverifying Kreuzberg handles thempytest -qto confirmFiles
tests/conftest.py— add fixturestests/test_parsers.py— add test casesContext
Kreuzberg supports 91+ formats but we only test PDF, DOCX, XLSX, HTML, TXT. More coverage = more confidence.