openrag/tests/__init__.py
Edwin Jose 3881c50ad5 Add comprehensive test suite and Makefile targets
Introduces a full test suite under the tests/ directory, including API, service, connector, and utility tests, along with fixtures and documentation. Expands Makefile with granular test commands for unit, integration, API, service, connector, coverage, and quick tests. Adds configuration files for pytest and coverage reporting, and provides a quickstart guide for testing workflow.
2025-10-07 04:41:52 -04:00

8 lines
196 B
Python

"""
OpenRAG Test Suite
This package contains comprehensive tests for the OpenRAG backend.
Tests are organized to mirror the source code structure for easy navigation.
"""
__version__ = "0.1.15"