mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 05:37:20 +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
|