##// END OF EJS Templates
tests: updated pytest.ini to use alternative pytest_cache dir, and also sync with CE style
marcink -
r459:a66df472 default
parent child Browse files
Show More
@@ -1,3 +1,8 b''
1 1 [pytest]
2 testpaths = ./vcsserver
3 addopts = -v
2 testpaths = vcsserver
3 norecursedirs = vcsserver/hook_utils/hook_templates
4 cache_dir = /tmp/.pytest_cache
5
6
7 addopts =
8 --pdbcls=IPython.terminal.debugger:TerminalPdb
General Comments 0
You need to be logged in to leave comments. Login now