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 fixture for create_store #62

Closed
mih opened this issue Sep 13, 2023 · 2 comments
Closed

Implement fixture for create_store #62

mih opened this issue Sep 13, 2023 · 2 comments

Comments

@mih
Copy link
Member

mih commented Sep 13, 2023

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.

This issue becomes apparent in #58

@adswa
Copy link
Member

adswa commented Sep 21, 2023

@mih
Copy link
Member Author

mih commented Sep 26, 2023

Fixed via #97

@mih mih closed this as completed Sep 26, 2023
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

2 participants