generated from datalad/datalad-extension-template
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Provide pytest-fixture variant of serve_path_via_http
#295
Comments
mih
added a commit
to mih/datalad-next
that referenced
this issue
Mar 7, 2023
mih
added a commit
to mih/datalad-next
that referenced
this issue
Mar 7, 2023
mih
added a commit
to mih/datalad-next
that referenced
this issue
Mar 7, 2023
These replace the old `serve_path_via_webdav` approach. This new approach is more convenient, and has better test isolation. Demo follows in next commit. Ping datalad#295
mih
added a commit
to mih/datalad-next
that referenced
this issue
Mar 7, 2023
mih
added a commit
to mih/datalad-next
that referenced
this issue
Mar 7, 2023
Outside its own tests. Ping datalad#295
mih
added a commit
to mih/datalad-next
that referenced
this issue
Mar 7, 2023
mih
added a commit
to mih/datalad-next
that referenced
this issue
Mar 7, 2023
This removes the last traces of its usage and simplifies associated tests. Closes datalad#295
mih
added a commit
to mih/datalad-next
that referenced
this issue
Mar 7, 2023
This removes the last traces of its usage and simplifies associated tests. Closes datalad#295
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is largely what keeps
with_tempfile
used in this codebase.serve_path_via_webdav
does not seem to depend onserve_path_via_http
from core, hence this could be a first and easier target.The text was updated successfully, but these errors were encountered: