added comments about testing addurl-related functions in testremote

This commit is contained in:
Ilya_Shlyakhter 2019-01-15 21:24:29 +00:00 committed by admin
parent a1be80635f
commit 8c0a2a1155

View file

@ -1 +1 @@
It's not uncommon to create external special remotes for which, like for the built-in web remote, only download operations are defined. It would be good if git-annex-testremote had the option of testing such remotes, using as test data the keys and URLs already registered as present in the remote.
It's not uncommon to create external special remotes for which, like for the built-in web remote, only download operations are defined. It would be good if git-annex-testremote had the option of testing such remotes, using as test data the keys and URLs already registered as present in the remote. This could also be used to test addurl-related functionality for fully implemented remotes; currently this part of a remote's implementation isn't tested.