mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
7 lines
119 B
INI
7 lines
119 B
INI
[pytest]
|
|
testpaths = tests/e2e
|
|
python_files = test_*.py
|
|
python_classes = Test*
|
|
python_functions = test_*
|
|
timeout = 300
|