diff --git a/pytest.ini b/pytest.ini --- a/pytest.ini +++ b/pytest.ini @@ -1,12 +1,12 @@ [pytest] -testpaths = ./rhodecode +testpaths = rhodecode +norecursedirs = rhodecode/public rhodecode/templates tests/scripts + pylons_config = rhodecode/tests/rhodecode.ini vcsserver_protocol = http vcsserver_config_http = rhodecode/tests/vcsserver_http.ini -norecursedirs = tests/scripts addopts = - -k "not _BaseTest" --pdbcls=IPython.terminal.debugger:TerminalPdb markers =