Files
LLM_Engineering_OLD/week4/community-contributions/ai_code_converter/pytest.ini
2025-03-28 22:06:30 +00:00

7 lines
177 B
INI

[pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = --cov=src/ai_code_converter --cov-report=term --cov-report=xml -v