##// END OF EJS Templates
tests: adopted pytest.ini to ce codebase
super-admin -
r1316:c46c1046 default
parent child Browse files
Show More
@@ -1,8 +1,14 b''
1 1 [pytest]
2 2 testpaths = vcsserver
3 3 norecursedirs = vcsserver/hook_utils/hook_templates
4 4 cache_dir = /tmp/.pytest_cache
5 5
6
7 6 addopts =
8 7 --pdbcls=IPython.terminal.debugger:TerminalPdb
8 --strict-markers
9 --capture=no
10 --show-capture=all
11
12 env =
13 RC_TEST=1
14 RUN_ENV=test
General Comments 0
You need to be logged in to leave comments. Login now