##// END OF EJS Templates
tests: use custom cache dir for pytest caches
marcink -
r2775:4a4ea797 default
parent child Browse files
Show More
@@ -1,15 +1,16 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
5
5 pyramid_config = rhodecode/tests/rhodecode.ini
6 pyramid_config = rhodecode/tests/rhodecode.ini
6 vcsserver_protocol = http
7 vcsserver_protocol = http
7 vcsserver_config_http = rhodecode/tests/vcsserver_http.ini
8 vcsserver_config_http = rhodecode/tests/vcsserver_http.ini
8
9
9 addopts =
10 addopts =
10 --pdbcls=IPython.terminal.debugger:TerminalPdb
11 --pdbcls=IPython.terminal.debugger:TerminalPdb
11
12
12 markers =
13 markers =
13 vcs_operations: Mark tests depending on a running RhodeCode instance.
14 vcs_operations: Mark tests depending on a running RhodeCode instance.
14 xfail_backends: Mark tests as xfail for given backends.
15 xfail_backends: Mark tests as xfail for given backends.
15 skip_backends: Mark tests as skipped for given backends.
16 skip_backends: Mark tests as skipped for given backends.
General Comments 0
You need to be logged in to leave comments. Login now