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.
8 lines
196 B
Python
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"
|