feat: Add end-to-end tests for document upload pipeline and shared test utilities

- Introduced new test files for end-to-end testing of document uploads, including support for .txt, .md, and .pdf formats.
- Created shared fixtures and helper functions for authentication, document management, and cleanup.
- Added sample documents for testing purposes.
- Established a conftest.py file to provide reusable fixtures across test modules.
This commit is contained in:
Anish Sarkar 2026-02-25 16:39:45 +05:30
parent b7447b26f9
commit 41eb68663a
10 changed files with 802 additions and 0 deletions

View file