# HG changeset patch # User RhodeCode Admin # Date 2024-10-30 07:54:25 # Node ID c46c1046e04fef9e67ef84349805d06cae8b442d # Parent 910dabad874fade5d1fc26f8f933edf9eea057bb tests: adopted pytest.ini to ce codebase diff --git a/pytest.ini b/pytest.ini --- a/pytest.ini +++ b/pytest.ini @@ -3,6 +3,12 @@ testpaths = vcsserver norecursedirs = vcsserver/hook_utils/hook_templates cache_dir = /tmp/.pytest_cache - addopts = --pdbcls=IPython.terminal.debugger:TerminalPdb + --strict-markers + --capture=no + --show-capture=all + +env = + RC_TEST=1 + RUN_ENV=test