]> 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>
Wed, 30 Sep 2015 15:45:22 +0000 (16:45 +0100)
commit0553aea1bc39243cb5d6c2c124cce2d1a9305e7f
tree8b7562da08927fba90d4d943b6255bf9a2984c28
parent2e748f415134cbecc0c668984a7558298174eb0c
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