##// END OF EJS Templates
fix(imports): fixed circular import problem
fix(imports): fixed circular import problem

File last commit:

r5338:151d5696 default
r5341:115837d2 tip default
Show More
pytest.ini
27 lines | 754 B | text/x-ini | IniLexer
project: added all source files and assets
r1 [pytest]
tests: updated pytest.ini
r2328 testpaths = rhodecode
norecursedirs = rhodecode/public rhodecode/templates tests/scripts
tests: use custom cache dir for pytest caches
r2775 cache_dir = /tmp/.pytest_cache
tests: updated pytest.ini
r2328
pytest: renamed pylons_config into pyramid_config.
r2369 pyramid_config = rhodecode/tests/rhodecode.ini
Martin Bornhold
pytest: Use http as default backend in pytest configuration.
r969 vcsserver_protocol = http
vcsserver_config_http = rhodecode/tests/vcsserver_http.ini
pytest: use ipdb as default --pdb handler
r2102
addopts =
--pdbcls=IPython.terminal.debugger:TerminalPdb
dependencies: bumped test libraries.
r3951 --strict-markers
tests: don't show logs by default as they make the failures hard to read.
r4438 --capture=no
pytest: report vcsserver failures always
r4990 --show-capture=all
pytest: use ipdb as default --pdb handler
r2102
tests: fixed all tests for python3 BIG changes
r5087 # --test-loglevel=INFO, show log-level during execution
project: added all source files and assets
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.
dependencies: bumped test libraries.
r3951 backends: Mark backends
dbs: database markers for running tests for given DB
tests(core): made the test flag setting more flexible....
r5338
env =
RC_TEST=1
RUN_ENV=test