# HG changeset patch # User Marcin Kuzminski # Date 2018-06-06 09:35:05 # Node ID a66df4728a55cc73bb329ce06156c487331d5ffb # Parent 9d859d26e0c2a4c2250060d37ae188c36d97ac56 tests: updated pytest.ini to use alternative pytest_cache dir, and also sync with CE style diff --git a/pytest.ini b/pytest.ini --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,8 @@ [pytest] -testpaths = ./vcsserver -addopts = -v +testpaths = vcsserver +norecursedirs = vcsserver/hook_utils/hook_templates +cache_dir = /tmp/.pytest_cache + + +addopts = + --pdbcls=IPython.terminal.debugger:TerminalPdb