unity-mcp/Server/tests/pytest.ini

9 lines
225 B
INI
Raw Permalink Normal View History

2025-11-06 04:08:59 +08:00
[pytest]
python_files = test_*.py
python_classes = Test*
python_functions = test_*
markers =
integration: Integration tests that test multiple components together
unit: Unit tests for individual functions or classes