]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Add rough naive downloader + remote scan
authorDavid Stainton <dstainton415@gmail.com>
Thu, 2 Jul 2015 04:11:05 +0000 (21:11 -0700)
committerDaira Hopwood <daira@jacaranda.org>
Mon, 20 Jul 2015 23:42:35 +0000 (00:42 +0100)
commitbdb4527d85368f38e37457b7a138b237086cf035
tree42efb391f5481ab5a64aff276c666666fb4bbcab
parent5d154d2b7a8e8d81c5d09dcac9fe92eeb741c642
Add rough naive downloader + remote scan

- makes the basic naive Alice + Bob unit test pass
-  `_should_download` is currently a stub function and
should be implemented
- handling of local+remote file versions is currently faked...
and should be implemented
src/allmydata/client.py
src/allmydata/frontends/magic_folder.py
src/allmydata/test/test_cli_magic_folder.py
src/allmydata/test/test_magic_folder.py