Testing Module ============== The tests module provides test discovery and execution utilities for the hiten package. This module provides functions for automatically discovering and running test files throughout the project using pytest. It includes utilities for finding test files, filtering tests by name patterns, and executing them with appropriate configuration. This module is designed to work with pytest and automatically discovers test files matching the pattern test_*.py throughout the project. .. currentmodule:: hiten.utils.tests Test Discovery Functions ------------------------ Functions for discovering and running tests. .. autofunction:: find_test_files .. autofunction:: main