gateway/tests/functional/__init__.py
2025-11-17 23:12:18 +01:00

10 lines
308 B
Python

"""
Functional tests directory.
These tests are not pytest-compatible and must be run directly:
python tests/functional/test_ai_models.py
python tests/functional/test_ai_behavior.py
python tests/functional/test_ai_model_selection.py
python tests/functional/test_method_ai_operations.py
"""