emmental/pytest.ini

8 lines
163 B
INI

[pytest]
required_plugins = pytest-timeout pytest-subtests
testpaths = emmental/ tests/
addopts = -rP
timeout = 5
timeout_method = thread
timeout_func_only = true