7 lines
126 B
INI
7 lines
126 B
INI
|
[metadata]
|
||
|
description_file = README.md
|
||
|
[tool:pytest]
|
||
|
python_classes = *Test
|
||
|
python_files = *_test.py
|
||
|
testpaths = tests/mobly
|