Gitiles
Code Review
Sign In
osm.etsi.org
/
osm
/
openvim
/
refs/heads/feature7928
/
.
/
test
/
conftest.py
blob: 2ad3e53a84a314bab7c5fd6ba069d0e6bf97a3a3 [
file
] [
log
] [
blame
]
import
os
def
pytest_addoption
(
parser
):
parser
.
addoption
(
'--config'
,
help
=
'Indicate tests are run on CI server'
)
os
.
environ
[
'OPENVIM_ROOT_FOLDER'
]
=
os
.
getcwd
()