tests: don't show logs by default as they make the failures hard to read.

This commit is contained in:
Marcin Kuzminski 2020-07-10 11:48:56 +02:00
parent 3eb2aba342
commit f46bf38714

View file

@ -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.