Fixed some typos
[osm/openvim.git] / test / conftest.py
1 import os
2
3 def pytest_addoption(parser):
4 parser.addoption('--config',
5 help='Indicate tests are run on CI server')
6 os.environ['OPENVIM_ROOT_FOLDER'] = os.getcwd()