##// END OF EJS Templates
tests: adopted pytest.ini to ce codebase
tests: adopted pytest.ini to ce codebase

File last commit:

r1316:c46c1046 default
r1316:c46c1046 default
Show More
pytest.ini
14 lines | 267 B | text/x-ini | IniLexer
configs: added pytest.ini and setup.cfg similar to enterprise project.
r134 [pytest]
tests: updated pytest.ini to use alternative pytest_cache dir, and also sync with CE style
r459 testpaths = vcsserver
norecursedirs = vcsserver/hook_utils/hook_templates
cache_dir = /tmp/.pytest_cache
addopts =
--pdbcls=IPython.terminal.debugger:TerminalPdb
tests: adopted pytest.ini to ce codebase
r1316 --strict-markers
--capture=no
--show-capture=all
env =
RC_TEST=1
RUN_ENV=test