Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a fixture for create_ds_in_store #66

Open
mih opened this issue Sep 13, 2023 · 0 comments
Open

Implement a fixture for create_ds_in_store #66

mih opened this issue Sep 13, 2023 · 0 comments

Comments

@mih
Copy link
Member

mih commented Sep 13, 2023

The situation and rational is similar to #62. This helper from datalad.customremotes.ria_utils is not actually creating a dataset in a store, but it creates an empty location for a particular dataset (given by its UUID).

The standard use pattern seems to be that a locally created dataset provides the UUID, and a manually created store the necessary input.

Until proven otherwise, it seems sensible to implement a fixture that depends on

and performs the setup for the store and dataset yielded by these fixtures, and returns all relevant info.

It would be better named dataset_in_riastore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant