diff --git a/rhodecode/conftest.py b/conftest.py similarity index 99% rename from rhodecode/conftest.py rename to conftest.py index 2689f072..ce2dd508 100644 --- a/rhodecode/conftest.py +++ b/conftest.py @@ -43,6 +43,7 @@ def pytest_addoption(parser): parser.addoption( '--keep-tmp-path', action='store_true', help="Keep the test temporary directories") + parser.addoption( '--backends', action='store', type=_split_comma, default=['git', 'hg', 'svn'],