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
In the old code base this is a helper function from datalad.customremotes.ria_utils. It takes a IO abstraction and build a RIA store serverside.
We should not continue using this helper, and instead use a fixture.
This fixture can utilize a local directory to set such store up, if there is one. Otherwise it can use SSH-based commands. There is no point in forcing a test developer to deal with this complexity individually.
In the old code base this is a helper function from
datalad.customremotes.ria_utils
. It takes aIO
abstraction and build a RIA store serverside.We should not continue using this helper, and instead use a fixture.
This fixture can utilize a local directory to set such store up, if there is one. Otherwise it can use SSH-based commands. There is no point in forcing a test developer to deal with this complexity individually.
This issue becomes apparent in #58
The text was updated successfully, but these errors were encountered: