##// 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
@@ -1,19 +1,21 b''
1 [pytest]
1 [pytest]
2 testpaths = rhodecode
2 testpaths = rhodecode
3 norecursedirs = rhodecode/public rhodecode/templates tests/scripts
3 norecursedirs = rhodecode/public rhodecode/templates tests/scripts
4 cache_dir = /tmp/.pytest_cache
4 cache_dir = /tmp/.pytest_cache
5
5
6 pyramid_config = rhodecode/tests/rhodecode.ini
6 pyramid_config = rhodecode/tests/rhodecode.ini
7 vcsserver_protocol = http
7 vcsserver_protocol = http
8 vcsserver_config_http = rhodecode/tests/vcsserver_http.ini
8 vcsserver_config_http = rhodecode/tests/vcsserver_http.ini
9
9
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.
16 xfail_backends: Mark tests as xfail for given backends.
18 xfail_backends: Mark tests as xfail for given backends.
17 skip_backends: Mark tests as skipped for given backends.
19 skip_backends: Mark tests as skipped for given backends.
18 backends: Mark backends
20 backends: Mark backends
19 dbs: database markers for running tests for given DB
21 dbs: database markers for running tests for given DB
General Comments 0
You need to be logged in to leave comments. Login now