def pytest_addoption(parser): parser.addoption("--config-file", action="store", help="location of the config file", default=get_resource_path('config')) parser.addoption("--config-profile", action="store", help="profile to use from the config file", default=oci.config.DEFAULT_PROFILE) parser.addoption("--vcr-record-mode", action="store", default='once', help="Record mode option for VCRpy library.")
def pytest_addoption(parser): parser.addoption("--config-file", action="store", help="location of the config file", default=get_resource_path('config')) parser.addoption("--config-profile", action="store", help="profile to use from the config file", default=oci.config.DEFAULT_PROFILE)