Esempio n. 1
0
def nexus_store_unauthorized():
    return BlueBrainNexus(endpoint=NEXUS, bucket=BUCKET, token="invalid token")
Esempio n. 2
0
def test_config_error():
    with pytest.raises(ValueError):
        BlueBrainNexus(endpoint="test", bucket="invalid", token="")
Esempio n. 3
0
def nexus_store(context_project_patch, metadata_context_patch):
    return BlueBrainNexus(endpoint=NEXUS,
                          bucket=BUCKET,
                          token=TOKEN,
                          file_resource_mapping=FILE_RESOURCE_MAPPING)