12 lines
367 B
Python
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
|
|
"""
|
|
|