tests: move conftests to top level for better pytest test collection

This commit is contained in:
RhodeCode Admin 2023-05-11 11:58:21 +02:00
parent 7fc6a0e0fd
commit ee4ac9d7b0

View file

@ -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'],