Files
o3de/cmake/Tools/pytest.ini
T
2021-03-08 14:30:57 -08:00

6 lines
111 B
INI

[pytest]
python_files = unit_test*.py
addopts = --pyargs
testpaths = .
log_cli = true
python_functions = test_*