tests: move conftests to top level for better pytest test collection
This commit is contained in:
parent
7fc6a0e0fd
commit
ee4ac9d7b0
1 changed files with 1 additions and 0 deletions
|
|
@ -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'],
|
||||
Loading…
Add table
Add a link
Reference in a new issue