# HG changeset patch # User Marcin Kuzminski # Date 2020-07-10 09:48:56 # Node ID 82385786217f09a1a8784eec0a80bf4d08a736d9 # Parent 11bdf63dc4a32482c08db32d63f8a14db39bca11 tests: don't show logs by default as they make the failures hard to read. diff --git a/pytest.ini b/pytest.ini --- a/pytest.ini +++ b/pytest.ini @@ -10,6 +10,8 @@ vcsserver_config_http = rhodecode/tests/ addopts = --pdbcls=IPython.terminal.debugger:TerminalPdb --strict-markers + --capture=no + --show-capture=no markers = vcs_operations: Mark tests depending on a running RhodeCode instance.