##// END OF EJS Templates
tests: don't show logs by default as they make the failures hard to read.
marcink -
r4438:82385786 default
parent child Browse files
Show More
@@ -10,6 +10,8 b' vcsserver_config_http = rhodecode/tests/'
10 addopts =
10 addopts =
11 --pdbcls=IPython.terminal.debugger:TerminalPdb
11 --pdbcls=IPython.terminal.debugger:TerminalPdb
12 --strict-markers
12 --strict-markers
13 --capture=no
14 --show-capture=no
13
15
14 markers =
16 markers =
15 vcs_operations: Mark tests depending on a running RhodeCode instance.
17 vcs_operations: Mark tests depending on a running RhodeCode instance.
General Comments 0
You need to be logged in to leave comments. Login now