pytest.ini
16 lines
| 522 B
| text/x-ini
|
IniLexer
r1 | [pytest] | |||
r2328 | testpaths = rhodecode | |||
norecursedirs = rhodecode/public rhodecode/templates tests/scripts | ||||
r2775 | cache_dir = /tmp/.pytest_cache | |||
r2328 | ||||
r2369 | pyramid_config = rhodecode/tests/rhodecode.ini | |||
Martin Bornhold
|
r969 | vcsserver_protocol = http | ||
vcsserver_config_http = rhodecode/tests/vcsserver_http.ini | ||||
r2102 | ||||
addopts = | ||||
--pdbcls=IPython.terminal.debugger:TerminalPdb | ||||
r1 | markers = | |||
vcs_operations: Mark tests depending on a running RhodeCode instance. | ||||
xfail_backends: Mark tests as xfail for given backends. | ||||
skip_backends: Mark tests as skipped for given backends. | ||||