You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
create_store
#62and 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
The text was updated successfully, but these errors were encountered: