##// 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 10 addopts =
11 11 --pdbcls=IPython.terminal.debugger:TerminalPdb
12 12 --strict-markers
13 --capture=no
14 --show-capture=no
13 15
14 16 markers =
15 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