# HG changeset patch # User Martin Bornhold # Date 2016-10-04 13:11:12 # Node ID f47428bf12e9c82c90e93c18a7e821ae54acb03e # Parent e02db59fe6c80e9dd456f34d9bb916d0537b1c6b tests: Fix path in pytest ini. diff --git a/pytest.ini b/pytest.ini --- a/pytest.ini +++ b/pytest.ini @@ -1,6 +1,6 @@ [pytest] testpaths = ./rhodecode -pylons_config = test.ini +pylons_config = rhodecode/tests/rhodecode.ini vcsserver_protocol = http vcsserver_config_pyro4 = rhodecode/tests/vcsserver_pyro4.ini vcsserver_config_http = rhodecode/tests/vcsserver_http.ini