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