From: Joey Hess Date: Tue, 28 Apr 2020 21:24:53 +0000 (-0400) Subject: todo X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~118^2~706 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b41c0edebdd5f1050e3a26767c2931f4a2a31267;p=git-annex.git todo --- diff --git a/doc/todo/test_testremote.mdwn b/doc/todo/test_testremote.mdwn new file mode 100644 index 0000000000..c45c823a21 --- /dev/null +++ b/doc/todo/test_testremote.mdwn @@ -0,0 +1,12 @@ +git-annex test could run git-annex testremote with a single directory +remote. This would both find bugs in testremote, and probably generally +bugs involving special remote operations, of course especially with the +directory remote. + +To avoid confusing output, running testremote itself is not ideal, +instead, it would be great to have Command.TestRemote export a TestTree, +that could then be added to the test suite's TestTree. + +(See [[bugs/testremote_failures_starting_with_aeca7c220]]) + +--[[Joey]]