gateway/tests/functional/__init__.py
2025-12-15 21:55:26 +01:00

12 lines
367 B
Python

# Copyright (c) 2025 Patrick Motsch
# All rights reserved.
"""
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
"""