Exemplo n.º 1
0
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.")
Exemplo n.º 2
0
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.")
Exemplo n.º 3
0
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)