letsbe-mcp-browser/pytest.ini

7 lines
121 B
INI

[pytest]
asyncio_mode = auto
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*