From f46bf387141361223fd80cc8dfe7923ed9ba5b31 Mon Sep 17 00:00:00 2001 From: Marcin Kuzminski Date: Fri, 10 Jul 2020 11:48:56 +0200 Subject: [PATCH] tests: don't show logs by default as they make the failures hard to read. --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytest.ini b/pytest.ini index 450744e9..61361a55 100644 --- a/pytest.ini +++ b/pytest.ini @@ -10,6 +10,8 @@ vcsserver_config_http = rhodecode/tests/vcsserver_http.ini addopts = --pdbcls=IPython.terminal.debugger:TerminalPdb --strict-markers + --capture=no + --show-capture=no markers = vcs_operations: Mark tests depending on a running RhodeCode instance.